Skip to content
Failed

Console Output

Pull request #162 updated
11:45:58 Connecting to https://api.github.com using pharo-ci/****** (pharo-ci using token as pass)
Connecting to https://api.github.com to check permissions of obtain list of tesonep for pharo-project/opensmalltalk-vm
Obtained Jenkinsfile from 1181fa2ec3cb2642bb60622d6a5899ec91535504+42a6888edec2249901c8a5ee555e3a71bd56e906 (8a9343e91cf6554937ff7bfb7abfa2593d2e41e5)
Running in Durability level: MAX_SURVIVABILITY
[Pipeline] Start of Pipeline
[Pipeline] properties
[Pipeline] node
Running on pharo-ci-jenkins2-osx2 in /builds/workspace/pharo-vm_PR-162
[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_PR-162/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/opensmalltalk-vm.git
 > git init /builds/workspace/pharo-vm_PR-162/repository # timeout=10
Fetching upstream changes from https://github.com/pharo-project/opensmalltalk-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 -- https://github.com/pharo-project/opensmalltalk-vm.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Using shallow fetch with depth 2
Merging remotes/origin/headless commit 42a6888edec2249901c8a5ee555e3a71bd56e906 into PR head commit 1181fa2ec3cb2642bb60622d6a5899ec91535504
 > git config remote.origin.url https://github.com/pharo-project/opensmalltalk-vm.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/pharo-project/opensmalltalk-vm.git # timeout=10
Fetching upstream changes from https://github.com/pharo-project/opensmalltalk-vm.git
using GIT_ASKPASS to set credentials pharo-ci using token as pass
 > git fetch --tags --force --progress -- https://github.com/pharo-project/opensmalltalk-vm.git +refs/pull/162/head:refs/remotes/origin/PR-162 +refs/heads/headless:refs/remotes/origin/headless # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 1181fa2ec3cb2642bb60622d6a5899ec91535504 # timeout=10
 > git remote # timeout=10
 > git config --get remote.origin.url # timeout=10
using GIT_ASKPASS to set credentials pharo-ci using token as pass
 > git merge 42a6888edec2249901c8a5ee555e3a71bd56e906 # timeout=10
Merge succeeded, producing 1181fa2ec3cb2642bb60622d6a5899ec91535504
Checking out Revision 1181fa2ec3cb2642bb60622d6a5899ec91535504 (PR-162)
Commit message: "- Fixing the compilation in C - Adding more events so it is correctly tracked all executions - Using the correct time to get real information without depending on the frequency of the heartbeat"
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 1181fa2ec3cb2642bb60622d6a5899ec91535504 # timeout=10
 > git rev-list --no-walk d7aa06ceeb81bcdf6bd1554bedc38f9898013cd1 # timeout=10
[Pipeline] }
[Pipeline] // dir
[Pipeline] cmakeBuild
[runTests] $ /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -G "Unix Makefiles" /builds/workspace/pharo-vm_PR-162/repository
-- v8.1.0-alpha-1508-g1181fa2ec - Commit: 1181fa2ec - Date: 2021-03-10 11:45:06 +0100
-- 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_PR-162/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_PR-162/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_PR-162/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:  10% (1217/11344)
Updating files:  11% (1248/11344)
Updating files:  12% (1362/11344)
Updating files:  13% (1475/11344)
Updating files:  14% (1589/11344)
Updating files:  15% (1702/11344)
Updating files:  16% (1816/11344)
Updating files:  16% (1843/11344)
Updating files:  17% (1929/11344)
Updating files:  18% (2042/11344)
Updating files:  19% (2156/11344)
Updating files:  20% (2269/11344)
Updating files:  21% (2383/11344)
Updating files:  22% (2496/11344)
Updating files:  23% (2610/11344)
Updating files:  24% (2723/11344)
Updating files:  24% (2754/11344)
Updating files:  25% (2836/11344)
Updating files:  26% (2950/11344)
Updating files:  27% (3063/11344)
Updating files:  28% (3177/11344)
Updating files:  29% (3290/11344)
Updating files:  30% (3404/11344)
Updating files:  31% (3517/11344)
Updating files:  32% (3631/11344)
Updating files:  33% (3744/11344)
Updating files:  33% (3825/11344)
Updating files:  34% (3857/11344)
Updating files:  35% (3971/11344)
Updating files:  36% (4084/11344)
Updating files:  37% (4198/11344)
Updating files:  38% (4311/11344)
Updating files:  39% (4425/11344)
Updating files:  40% (4538/11344)
Updating files:  41% (4652/11344)
Updating files:  42% (4765/11344)
Updating files:  43% (4878/11344)
Updating files:  44% (4992/11344)
Updating files:  45% (5105/11344)
Updating files:  46% (5219/11344)
Updating files:  46% (5274/11344)
Updating files:  47% (5332/11344)
Updating files:  48% (5446/11344)
Updating files:  49% (5559/11344)
Updating files:  50% (5672/11344)
Updating files:  51% (5786/11344)
Updating files:  52% (5899/11344)
Updating files:  53% (6013/11344)
Updating files:  54% (6126/11344)
Updating files:  55% (6240/11344)
Updating files:  56% (6353/11344)
Updating files:  57% (6467/11344)
Updating files:  58% (6580/11344)
Updating files:  59% (6693/11344)
Updating files:  60% (6807/11344)
Updating files:  60% (6885/11344)
Updating files:  61% (6920/11344)
Updating files:  62% (7034/11344)
Updating files:  63% (7147/11344)
Updating files:  64% (7261/11344)
Updating files:  65% (7374/11344)
Updating files:  66% (7488/11344)
Updating files:  67% (7601/11344)
Updating files:  68% (7714/11344)
Updating files:  69% (7828/11344)
Updating files:  70% (7941/11344)
Updating files:  71% (8055/11344)
Updating files:  72% (8168/11344)
Updating files:  72% (8270/11344)
Updating files:  73% (8282/11344)
Updating files:  74% (8395/11344)
Updating files:  75% (8508/11344)
Updating files:  76% (8622/11344)
Updating files:  77% (8735/11344)
Updating files:  78% (8849/11344)
Updating files:  79% (8962/11344)
Updating files:  79% (9027/11344)
Updating files:  80% (9076/11344)
Updating files:  81% (9189/11344)
Updating files:  82% (9303/11344)
Updating files:  83% (9416/11344)
Updating files:  84% (9529/11344)
Updating files:  85% (9643/11344)
Updating files:  86% (9756/11344)
Updating files:  87% (9870/11344)
Updating files:  88% (9983/11344)
Updating files:  89% (10097/11344)
Updating files:  90% (10210/11344)
Updating files:  91% (10324/11344)
Updating files:  92% (10437/11344)
Updating files:  93% (10550/11344)
Updating files:  93% (10651/11344)
Updating files:  94% (10664/11344)
Updating files:  95% (10777/11344)
Updating files:  96% (10891/11344)
Updating files:  97% (11004/11344)
Updating files:  98% (11118/11344)
Updating files:  99% (11231/11344)
Updating files: 100% (11344/11344)
Updating files: 100% (11344/11344), 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_PR-162/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_PR-162/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_PR-162/runTests/freetype-download/freetype-download-prefix/src/freetype-2.10.0.tar.gz'
     dst='/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/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 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_PR-162/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_PR-162/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_PR-162/runTests/pixman-0.34.0-src/libpixman-1.0.dylib
-- /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/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 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 55% complete]
-- [download 56% complete]
-- [download 58% complete]
-- [download 60% 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_PR-162/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_PR-162/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_PR-162/runTests/cairo-1.15.4-src/libcairo.2.dylib
-- /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/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 4% 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 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 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 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_PR-162/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_PR-162/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_PR-162/runTests/libpng-1.2.49-src/libpng12.0.dylib
-- /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/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:  57% (754/1318)
Updating files:  58% (765/1318)
Updating files:  59% (778/1318)
Updating files:  60% (791/1318)
Updating files:  61% (804/1318)
Updating files:  62% (818/1318)
Updating files:  63% (831/1318)
Updating files:  64% (844/1318)
Updating files:  65% (857/1318)
Updating files:  66% (870/1318)
Updating files:  67% (884/1318)
Updating files:  68% (897/1318)
Updating files:  69% (910/1318)
Updating files:  70% (923/1318)
Updating files:  71% (936/1318)
Updating files:  72% (949/1318)
Updating files:  73% (963/1318)
Updating files:  74% (976/1318)
Updating files:  75% (989/1318)
Updating files:  76% (1002/1318)
Updating files:  77% (1015/1318)
Updating files:  78% (1029/1318)
Updating files:  79% (1042/1318)
Updating files:  80% (1055/1318)
Updating files:  81% (1068/1318)
Updating files:  82% (1081/1318)
Updating files:  83% (1094/1318)
Updating files:  84% (1108/1318)
Updating files:  85% (1121/1318)
Updating files:  86% (1134/1318)
Updating files:  87% (1147/1318)
Updating files:  88% (1160/1318)
Updating files:  89% (1174/1318)
Updating files:  90% (1187/1318)
Updating files:  91% (1200/1318)
Updating files:  92% (1213/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_PR-162/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_PR-162/runTests
[Pipeline] dir
Running in /builds/workspace/pharo-vm_PR-162/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_PR-162/repository -B/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/repository -B/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/runTests && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_PR-162/repository /builds/workspace/pharo-vm_PR-162/repository /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/runTests /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/runTests /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/runTests/CMakeFiles/build_vmmaker_get_vm-build.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/runTests/CMakeFiles/build_vmmaker_get_vm-build.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/runTests/CMakeFiles/build_vmmaker_get_vm-build.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/runTests/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/runTests/build/vmmaker/src/build_vmmaker_get_vm-stamp/download-build_vmmaker_get_vm.cmake
-- Downloading...
   dst='/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/runTests/build/vmmaker/src/PharoVM-8.6.1-e829a1da-StockReplacement-mac64-bin_signed.zip'
-- Downloading... done
cd /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/runTests/build/vmmaker/src/build_vmmaker_get_vm-stamp/verify-build_vmmaker_get_vm.cmake
cd /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/runTests/build/vmmaker/src/build_vmmaker_get_vm-stamp/extract-build_vmmaker_get_vm.cmake
-- extracting...
     src='/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/runTests/build/vmmaker/src/PharoVM-8.6.1-e829a1da-StockReplacement-mac64-bin_signed.zip'
     dst='/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/runTests/build/vmmaker/vm'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
cd /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/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_PR-162/runTests/build/vmmaker/vm && echo

[ 50%] Performing configure step for 'build_vmmaker_get_vm'
cd /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/runTests/build/vmmaker/vm && echo

cd /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/runTests/build/vmmaker/vm && echo

cd /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/runTests && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_PR-162/repository /builds/workspace/pharo-vm_PR-162/repository /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/runTests /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/runTests /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/runTests/CMakeFiles/build_vmmaker_get_image.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/runTests/CMakeFiles/build_vmmaker_get_image.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/runTests/CMakeFiles/build_vmmaker_get_image.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/runTests/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/runTests/build/vmmaker/src/build_vmmaker_get_image-stamp/download-build_vmmaker_get_image.cmake
-- Downloading...
   dst='/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/runTests/build/vmmaker/src/Pharo9.0-SNAPSHOT.build.1144.sha.ac4bf08.arch.64bit.zip'
-- Downloading... done
cd /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/runTests/build/vmmaker/src/build_vmmaker_get_image-stamp/verify-build_vmmaker_get_image.cmake
cd /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/runTests/build/vmmaker/src/build_vmmaker_get_image-stamp/extract-build_vmmaker_get_image.cmake
-- extracting...
     src='/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/runTests/build/vmmaker/src/Pharo9.0-SNAPSHOT.build.1144.sha.ac4bf08.arch.64bit.zip'
     dst='/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/runTests/build/vmmaker/image'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
cd /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/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_PR-162/runTests/build/vmmaker/image && echo

[100%] Performing configure step for 'build_vmmaker_get_image'
cd /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/runTests/build/vmmaker/image && echo

cd /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/runTests/build/vmmaker/image && /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/runTests/build/vmmaker/vm/Contents/MacOS/Pharo --headless /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/runTests/build/vmmaker/image/Pharo9.0-SNAPSHOT-64bit-ac4bf08.image save VMMaker
cd /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/runTests/build/vmmaker/image && /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/runTests/build/vmmaker/vm/Contents/MacOS/Pharo --headless /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/runTests/build/vmmaker/image/VMMaker.image --save --quit /builds/workspace/pharo-vm_PR-162/repository/scripts/installVMMaker.st /builds/workspace/pharo-vm_PR-162/repository
NewUndeclaredWarning: UndefinedObject>>DoIt (path is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (path is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (path is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (path is Undeclared)
MetacelloNotification: Fetched -> BaselineOfVMMaker-tonel.1 --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc
MetacelloNotification: Loading -> BaselineOfVMMaker-tonel.1 --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc
MetacelloNotification: Loaded -> BaselineOfVMMaker-tonel.1 --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_PR-162/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.1604592041 --- https://github.com/guillep/pharo-llvmDisassembler.git[master] --- https://github.com/guillep/pharo-llvmDisassembler.git[master]
MetacelloNotification: Loading -> BaselineOfLLVMDisassembler-CompatibleUserName.1604592041 --- https://github.com/guillep/pharo-llvmDisassembler.git[master] --- https://github.com/guillep/pharo-llvmDisassembler.git[master]
MetacelloNotification: Loaded -> BaselineOfLLVMDisassembler-CompatibleUserName.1604592041 --- 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.1615322588 --- https://github.com/guillep/pharo-unicorn.git[master] --- https://github.com/guillep/pharo-unicorn.git[master]
MetacelloNotification: Loading -> BaselineOfUnicorn-CompatibleUserName.1615322588 --- https://github.com/guillep/pharo-unicorn.git[master] --- https://github.com/guillep/pharo-unicorn.git[master]
MetacelloNotification: Loaded -> BaselineOfUnicorn-CompatibleUserName.1615322588 --- 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_PR-162/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc
MetacelloNotification: Fetched -> Slang-Tests-tonel.1 --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc
MetacelloNotification: Fetched -> Melchor-tonel.1 --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc
MetacelloNotification: Project: Unicorn baseline
MetacelloNotification: Fetched -> Unicorn-CompatibleUserName.1615322588 --- https://github.com/guillep/pharo-unicorn.git[master] --- https://github.com/guillep/pharo-unicorn.git[master]
MetacelloNotification: Project: LLVMDisassembler baseline
MetacelloNotification: Fetched -> LLVMDisassembler-CompatibleUserName.1604592041 --- 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_PR-162/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc
MetacelloNotification: Fetched -> Printf-tonel.1 --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc
MetacelloNotification: Fetched -> VMMaker-tonel.1 --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc
MetacelloNotification: Fetched -> VMMaker-Slang-tonel.1 --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc
MetacelloNotification: Fetched -> VMMakerCompatibilityForPharo6-tonel.1 --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc
MetacelloNotification: Fetched -> VMMakerTests-tonel.1 --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc
MetacelloNotification: Fetched -> VMMaker-MT-Tests-tonel.1 --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc
MetacelloNotification: Fetched -> VMMaker-Tools-tonel.1 --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc
MetacelloNotification: Fetched -> VMMaker-OriginalTests-tonel.1 --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc
MetacelloNotification: Fetched -> FileAttributesPlugin-tonel.1 --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc
MetacelloNotification: Loading -> Slang-tonel.1 --- tonel:///builds/workspace/pharo-vm_PR-162/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_PR-162/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> Slang-Tests-tonel.1 --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc --- cache
MetacelloNotification: Loaded -> Slang-Tests-tonel.1 --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> Melchor-tonel.1 --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc --- cache
NewUndeclaredWarning: VMPluginCodeGenerator>>sizeOfIntegralCType: (BytesPerWord is Undeclared)
MetacelloNotification: Loaded -> Melchor-tonel.1 --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc --- cache
MetacelloNotification: Starting atomic load
NewUndeclaredWarning: UcARMRegisters class>>eflags (UC_ARM_REG_EFLAGS is Undeclared)
MetacelloNotification: 	Loaded -> Unicorn-CompatibleUserName.1615322588 --- 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.1604592041 --- https://github.com/guillep/pharo-llvmDisassembler.git[master] --- cache
MetacelloNotification: Finished atomic load
MetacelloNotification: Loading -> VMMakerLoadingDependencies-tonel.1 --- tonel:///builds/workspace/pharo-vm_PR-162/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_PR-162/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> Printf-tonel.1 --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc --- cache
MetacelloNotification: Loaded -> Printf-tonel.1 --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> VMMaker-tonel.1 --- tonel:///builds/workspace/pharo-vm_PR-162/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: StackInterpreter>>openImageFileNamed: (FileStream is Undeclared)
NewUndeclaredWarning: StackInterpreter>>openImageFileNamed: (FileStream 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>>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_PR-162/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> VMMaker-Slang-tonel.1 --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc --- cache
MetacelloNotification: Loaded -> VMMaker-Slang-tonel.1 --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> VMMakerCompatibilityForPharo6-tonel.1 --- tonel:///builds/workspace/pharo-vm_PR-162/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_PR-162/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> VMMakerTests-tonel.1 --- tonel:///builds/workspace/pharo-vm_PR-162/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_PR-162/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> VMMaker-MT-Tests-tonel.1 --- tonel:///builds/workspace/pharo-vm_PR-162/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_PR-162/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> VMMaker-Tools-tonel.1 --- tonel:///builds/workspace/pharo-vm_PR-162/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_PR-162/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> VMMaker-OriginalTests-tonel.1 --- tonel:///builds/workspace/pharo-vm_PR-162/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_PR-162/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> FileAttributesPlugin-tonel.1 --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc --- cache
MetacelloNotification: Loaded -> FileAttributesPlugin-tonel.1 --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc --- cache
MetacelloNotification: ...finished baseline
cd /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/runTests/build/vmmaker/image && echo

cd /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/runTests && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_PR-162/repository /builds/workspace/pharo-vm_PR-162/repository /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/runTests /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/runTests /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/runTests/CMakeFiles/vmmaker.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/runTests/CMakeFiles/vmmaker.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/runTests/CMakeFiles/vmmaker.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/runTests/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/runTests/CMakeFiles 0
[Pipeline] dir
Running in /builds/workspace/pharo-vm_PR-162/runTests/build/vmmaker
[Pipeline] {
[Pipeline] sh
+ wget https://files.pharo.org/vm/pharo-spur64/Darwin-x86_64/third-party/libllvm-full.zip
--2021-03-10 11:49:32--  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.87M 11s
    50K .......... .......... .......... .......... ..........  0% 10.3M 8s
   100K .......... .......... .......... .......... ..........  0% 18.5M 6s
   150K .......... .......... .......... .......... ..........  0% 10.8M 6s
   200K .......... .......... .......... .......... ..........  0% 20.7M 5s
   250K .......... .......... .......... .......... ..........  0% 11.4M 5s
   300K .......... .......... .......... .......... ..........  0% 22.7M 4s
   350K .......... .......... .......... .......... ..........  0% 9.92M 4s
   400K .......... .......... .......... .......... ..........  0% 23.6M 4s
   450K .......... .......... .......... .......... ..........  1% 10.6M 4s
   500K .......... .......... .......... .......... ..........  1% 24.5M 4s
   550K .......... .......... .......... .......... ..........  1% 37.4M 4s
   600K .......... .......... .......... .......... ..........  1% 10.8M 4s
   650K .......... .......... .......... .......... ..........  1% 32.8M 3s
   700K .......... .......... .......... .......... ..........  1% 9.68M 4s
   750K .......... .......... .......... .......... ..........  1% 31.6M 3s
   800K .......... .......... .......... .......... ..........  1% 11.4M 3s
   850K .......... .......... .......... .......... ..........  1% 35.0M 3s
   900K .......... .......... .......... .......... ..........  2% 35.0M 3s
   950K .......... .......... .......... .......... ..........  2% 10.3M 3s
  1000K .......... .......... .......... .......... ..........  2% 35.3M 3s
  1050K .......... .......... .......... .......... ..........  2% 42.2M 3s
  1100K .......... .......... .......... .......... ..........  2% 10.5M 3s
  1150K .......... .......... .......... .......... ..........  2% 25.5M 3s
  1200K .......... .......... .......... .......... ..........  2% 20.1M 3s
  1250K .......... .......... .......... .......... ..........  2% 17.7M 3s
  1300K .......... .......... .......... .......... ..........  2% 34.0M 3s
  1350K .......... .......... .......... .......... ..........  3% 22.2M 3s
  1400K .......... .......... .......... .......... ..........  3% 17.8M 3s
  1450K .......... .......... .......... .......... ..........  3% 20.5M 3s
  1500K .......... .......... .......... .......... ..........  3% 18.7M 3s
  1550K .......... .......... .......... .......... ..........  3% 33.3M 3s
  1600K .......... .......... .......... .......... ..........  3% 19.5M 3s
  1650K .......... .......... .......... .......... ..........  3% 14.9M 3s
  1700K .......... .......... .......... .......... ..........  3% 36.1M 3s
  1750K .......... .......... .......... .......... ..........  3% 19.3M 3s
  1800K .......... .......... .......... .......... ..........  4% 38.3M 3s
  1850K .......... .......... .......... .......... ..........  4% 23.0M 3s
  1900K .......... .......... .......... .......... ..........  4% 21.1M 3s
  1950K .......... .......... .......... .......... ..........  4% 31.1M 3s
  2000K .......... .......... .......... .......... ..........  4% 21.5M 3s
  2050K .......... .......... .......... .......... ..........  4% 22.2M 2s
  2100K .......... .......... .......... .......... ..........  4% 24.0M 2s
  2150K .......... .......... .......... .......... ..........  4% 23.8M 2s
  2200K .......... .......... .......... .......... ..........  4% 34.2M 2s
  2250K .......... .......... .......... .......... ..........  5% 18.7M 2s
  2300K .......... .......... .......... .......... ..........  5% 35.9M 2s
  2350K .......... .......... .......... .......... ..........  5% 35.3M 2s
  2400K .......... .......... .......... .......... ..........  5% 24.9M 2s
  2450K .......... .......... .......... .......... ..........  5% 26.0M 2s
  2500K .......... .......... .......... .......... ..........  5% 25.4M 2s
  2550K .......... .......... .......... .......... ..........  5% 44.8M 2s
  2600K .......... .......... .......... .......... ..........  5% 19.8M 2s
  2650K .......... .......... .......... .......... ..........  5% 28.8M 2s
  2700K .......... .......... .......... .......... ..........  6% 42.7M 2s
  2750K .......... .......... .......... .......... ..........  6% 42.7M 2s
  2800K .......... .......... .......... .......... ..........  6% 19.8M 2s
  2850K .......... .......... .......... .......... ..........  6% 20.1M 2s
  2900K .......... .......... .......... .......... ..........  6% 39.7M 2s
  2950K .......... .......... .......... .......... ..........  6% 40.4M 2s
  3000K .......... .......... .......... .......... ..........  6% 25.7M 2s
  3050K .......... .......... .......... .......... ..........  6% 22.5M 2s
  3100K .......... .......... .......... .......... ..........  6% 26.8M 2s
  3150K .......... .......... .......... .......... ..........  7% 35.9M 2s
  3200K .......... .......... .......... .......... ..........  7% 37.8M 2s
  3250K .......... .......... .......... .......... ..........  7% 38.5M 2s
  3300K .......... .......... .......... .......... ..........  7% 24.1M 2s
  3350K .......... .......... .......... .......... ..........  7% 26.5M 2s
  3400K .......... .......... .......... .......... ..........  7% 42.2M 2s
  3450K .......... .......... .......... .......... ..........  7% 36.1M 2s
  3500K .......... .......... .......... .......... ..........  7% 39.0M 2s
  3550K .......... .......... .......... .......... ..........  7% 24.3M 2s
  3600K .......... .......... .......... .......... ..........  8% 25.8M 2s
  3650K .......... .......... .......... .......... ..........  8% 39.7M 2s
  3700K .......... .......... .......... .......... ..........  8% 45.2M 2s
  3750K .......... .......... .......... .......... ..........  8% 44.6M 2s
  3800K .......... .......... .......... .......... ..........  8% 42.6M 2s
  3850K .......... .......... .......... .......... ..........  8% 16.8M 2s
  3900K .......... .......... .......... .......... ..........  8% 48.5M 2s
  3950K .......... .......... .......... .......... ..........  8% 38.8M 2s
  4000K .......... .......... .......... .......... ..........  8% 42.7M 2s
  4050K .......... .......... .......... .......... ..........  9% 40.8M 2s
  4100K .......... .......... .......... .......... ..........  9% 46.6M 2s
  4150K .......... .......... .......... .......... ..........  9% 20.1M 2s
  4200K .......... .......... .......... .......... ..........  9% 37.3M 2s
  4250K .......... .......... .......... .......... ..........  9% 36.9M 2s
  4300K .......... .......... .......... .......... ..........  9% 42.8M 2s
  4350K .......... .......... .......... .......... ..........  9% 50.2M 2s
  4400K .......... .......... .......... .......... ..........  9% 38.0M 2s
  4450K .......... .......... .......... .......... ..........  9% 47.7M 2s
  4500K .......... .......... .......... .......... .......... 10% 61.3M 2s
  4550K .......... .......... .......... .......... .......... 10% 66.1M 2s
  4600K .......... .......... .......... .......... .......... 10% 74.5M 2s
  4650K .......... .......... .......... .......... .......... 10% 61.0M 2s
  4700K .......... .......... .......... .......... .......... 10% 18.8M 2s
  4750K .......... .......... .......... .......... .......... 10% 40.6M 2s
  4800K .......... .......... .......... .......... .......... 10% 33.7M 2s
  4850K .......... .......... .......... .......... .......... 10% 61.7M 2s
  4900K .......... .......... .......... .......... .......... 10% 63.6M 2s
  4950K .......... .......... .......... .......... .......... 11% 57.4M 2s
  5000K .......... .......... .......... .......... .......... 11% 23.0M 2s
  5050K .......... .......... .......... .......... .......... 11% 27.7M 2s
  5100K .......... .......... .......... .......... .......... 11% 41.4M 2s
  5150K .......... .......... .......... .......... .......... 11% 73.8M 2s
  5200K .......... .......... .......... .......... .......... 11% 56.8M 2s
  5250K .......... .......... .......... .......... .......... 11% 64.5M 2s
  5300K .......... .......... .......... .......... .......... 11% 65.5M 2s
  5350K .......... .......... .......... .......... .......... 11% 24.9M 2s
  5400K .......... .......... .......... .......... .......... 12% 37.1M 2s
  5450K .......... .......... .......... .......... .......... 12% 74.3M 2s
  5500K .......... .......... .......... .......... .......... 12% 55.1M 2s
  5550K .......... .......... .......... .......... .......... 12% 34.0M 2s
  5600K .......... .......... .......... .......... .......... 12% 38.6M 2s
  5650K .......... .......... .......... .......... .......... 12% 67.6M 2s
  5700K .......... .......... .......... .......... .......... 12% 17.4M 2s
  5750K .......... .......... .......... .......... .......... 12% 74.5M 2s
  5800K .......... .......... .......... .......... .......... 12% 58.0M 2s
  5850K .......... .......... .......... .......... .......... 13% 40.2M 2s
  5900K .......... .......... .......... .......... .......... 13% 35.7M 2s
  5950K .......... .......... .......... .......... .......... 13% 34.6M 2s
  6000K .......... .......... .......... .......... .......... 13% 34.5M 2s
  6050K .......... .......... .......... .......... .......... 13% 36.3M 2s
  6100K .......... .......... .......... .......... .......... 13% 47.7M 1s
  6150K .......... .......... .......... .......... .......... 13% 50.2M 1s
  6200K .......... .......... .......... .......... .......... 13% 67.9M 1s
  6250K .......... .......... .......... .......... .......... 13% 68.2M 1s
  6300K .......... .......... .......... .......... .......... 14% 66.3M 1s
  6350K .......... .......... .......... .......... .......... 14% 57.5M 1s
  6400K .......... .......... .......... .......... .......... 14% 73.5M 1s
  6450K .......... .......... .......... .......... .......... 14% 60.2M 1s
  6500K .......... .......... .......... .......... .......... 14% 45.1M 1s
  6550K .......... .......... .......... .......... .......... 14% 61.2M 1s
  6600K .......... .......... .......... .......... .......... 14% 47.6M 1s
  6650K .......... .......... .......... .......... .......... 14% 54.9M 1s
  6700K .......... .......... .......... .......... .......... 14% 48.8M 1s
  6750K .......... .......... .......... .......... .......... 15% 31.3M 1s
  6800K .......... .......... .......... .......... .......... 15% 10.0M 1s
  6850K .......... .......... .......... .......... .......... 15% 27.6M 1s
  6900K .......... .......... .......... .......... .......... 15% 26.0M 1s
  6950K .......... .......... .......... .......... .......... 15% 25.8M 1s
  7000K .......... .......... .......... .......... .......... 15% 31.0M 1s
  7050K .......... .......... .......... .......... .......... 15% 52.8M 1s
  7100K .......... .......... .......... .......... .......... 15% 30.0M 1s
  7150K .......... .......... .......... .......... .......... 15% 27.7M 1s
  7200K .......... .......... .......... .......... .......... 16% 28.6M 1s
  7250K .......... .......... .......... .......... .......... 16% 33.3M 1s
  7300K .......... .......... .......... .......... .......... 16% 23.9M 1s
  7350K .......... .......... .......... .......... .......... 16% 26.5M 1s
  7400K .......... .......... .......... .......... .......... 16% 28.8M 1s
  7450K .......... .......... .......... .......... .......... 16% 24.9M 1s
  7500K .......... .......... .......... .......... .......... 16% 29.0M 1s
  7550K .......... .......... .......... .......... .......... 16% 28.3M 1s
  7600K .......... .......... .......... .......... .......... 16% 27.4M 1s
  7650K .......... .......... .......... .......... .......... 17% 25.1M 1s
  7700K .......... .......... .......... .......... .......... 17% 26.0M 1s
  7750K .......... .......... .......... .......... .......... 17% 29.7M 1s
  7800K .......... .......... .......... .......... .......... 17% 32.9M 1s
  7850K .......... .......... .......... .......... .......... 17% 29.8M 1s
  7900K .......... .......... .......... .......... .......... 17% 33.3M 1s
  7950K .......... .......... .......... .......... .......... 17% 30.5M 1s
  8000K .......... .......... .......... .......... .......... 17% 28.9M 1s
  8050K .......... .......... .......... .......... .......... 17% 33.3M 1s
  8100K .......... .......... .......... .......... .......... 18% 51.6M 1s
  8150K .......... .......... .......... .......... .......... 18% 16.0M 1s
  8200K .......... .......... .......... .......... .......... 18% 35.7M 1s
  8250K .......... .......... .......... .......... .......... 18% 31.8M 1s
  8300K .......... .......... .......... .......... .......... 18% 26.9M 1s
  8350K .......... .......... .......... .......... .......... 18% 26.2M 1s
  8400K .......... .......... .......... .......... .......... 18% 34.9M 1s
  8450K .......... .......... .......... .......... .......... 18% 31.2M 1s
  8500K .......... .......... .......... .......... .......... 18% 32.2M 1s
  8550K .......... .......... .......... .......... .......... 19% 28.0M 1s
  8600K .......... .......... .......... .......... .......... 19% 28.0M 1s
  8650K .......... .......... .......... .......... .......... 19% 23.9M 1s
  8700K .......... .......... .......... .......... .......... 19% 26.0M 1s
  8750K .......... .......... .......... .......... .......... 19% 28.4M 1s
  8800K .......... .......... .......... .......... .......... 19% 30.7M 1s
  8850K .......... .......... .......... .......... .......... 19% 29.1M 1s
  8900K .......... .......... .......... .......... .......... 19% 54.9M 1s
  8950K .......... .......... .......... .......... .......... 19% 45.7M 1s
  9000K .......... .......... .......... .......... .......... 20% 37.6M 1s
  9050K .......... .......... .......... .......... .......... 20% 26.0M 1s
  9100K .......... .......... .......... .......... .......... 20% 29.2M 1s
  9150K .......... .......... .......... .......... .......... 20% 25.9M 1s
  9200K .......... .......... .......... .......... .......... 20% 6.51M 1s
  9250K .......... .......... .......... .......... .......... 20% 22.9M 1s
  9300K .......... .......... .......... .......... .......... 20% 23.0M 1s
  9350K .......... .......... .......... .......... .......... 20% 23.2M 1s
  9400K .......... .......... .......... .......... .......... 20% 25.3M 1s
  9450K .......... .......... .......... .......... .......... 21% 25.5M 1s
  9500K .......... .......... .......... .......... .......... 21% 33.4M 1s
  9550K .......... .......... .......... .......... .......... 21% 26.4M 1s
  9600K .......... .......... .......... .......... .......... 21% 23.7M 1s
  9650K .......... .......... .......... .......... .......... 21% 30.0M 1s
  9700K .......... .......... .......... .......... .......... 21% 21.7M 1s
  9750K .......... .......... .......... .......... .......... 21% 35.0M 1s
  9800K .......... .......... .......... .......... .......... 21% 30.4M 1s
  9850K .......... .......... .......... .......... .......... 21% 35.0M 1s
  9900K .......... .......... .......... .......... .......... 22% 34.6M 1s
  9950K .......... .......... .......... .......... .......... 22% 38.6M 1s
 10000K .......... .......... .......... .......... .......... 22% 35.6M 1s
 10050K .......... .......... .......... .......... .......... 22% 28.9M 1s
 10100K .......... .......... .......... .......... .......... 22% 30.1M 1s
 10150K .......... .......... .......... .......... .......... 22% 32.9M 1s
 10200K .......... .......... .......... .......... .......... 22% 18.4M 1s
 10250K .......... .......... .......... .......... .......... 22% 23.2M 1s
 10300K .......... .......... .......... .......... .......... 22% 31.6M 1s
 10350K .......... .......... .......... .......... .......... 23% 33.3M 1s
 10400K .......... .......... .......... .......... .......... 23% 30.3M 1s
 10450K .......... .......... .......... .......... .......... 23% 29.1M 1s
 10500K .......... .......... .......... .......... .......... 23% 28.2M 1s
 10550K .......... .......... .......... .......... .......... 23% 30.6M 1s
 10600K .......... .......... .......... .......... .......... 23% 30.0M 1s
 10650K .......... .......... .......... .......... .......... 23% 33.2M 1s
 10700K .......... .......... .......... .......... .......... 23% 30.4M 1s
 10750K .......... .......... .......... .......... .......... 23% 29.2M 1s
 10800K .......... .......... .......... .......... .......... 24% 27.1M 1s
 10850K .......... .......... .......... .......... .......... 24% 35.2M 1s
 10900K .......... .......... .......... .......... .......... 24% 53.0M 1s
 10950K .......... .......... .......... .......... .......... 24% 59.3M 1s
 11000K .......... .......... .......... .......... .......... 24% 36.9M 1s
 11050K .......... .......... .......... .......... .......... 24% 28.8M 1s
 11100K .......... .......... .......... .......... .......... 24% 28.9M 1s
 11150K .......... .......... .......... .......... .......... 24% 28.9M 1s
 11200K .......... .......... .......... .......... .......... 24% 25.3M 1s
 11250K .......... .......... .......... .......... .......... 25% 10.5M 1s
 11300K .......... .......... .......... .......... .......... 25% 56.2M 1s
 11350K .......... .......... .......... .......... .......... 25% 60.7M 1s
 11400K .......... .......... .......... .......... .......... 25% 45.8M 1s
 11450K .......... .......... .......... .......... .......... 25% 35.0M 1s
 11500K .......... .......... .......... .......... .......... 25% 28.5M 1s
 11550K .......... .......... .......... .......... .......... 25% 34.1M 1s
 11600K .......... .......... .......... .......... .......... 25% 28.7M 1s
 11650K .......... .......... .......... .......... .......... 25% 28.2M 1s
 11700K .......... .......... .......... .......... .......... 26% 23.9M 1s
 11750K .......... .......... .......... .......... .......... 26% 22.1M 1s
 11800K .......... .......... .......... .......... .......... 26% 28.4M 1s
 11850K .......... .......... .......... .......... .......... 26% 29.1M 1s
 11900K .......... .......... .......... .......... .......... 26% 35.0M 1s
 11950K .......... .......... .......... .......... .......... 26% 34.7M 1s
 12000K .......... .......... .......... .......... .......... 26% 31.6M 1s
 12050K .......... .......... .......... .......... .......... 26% 28.8M 1s
 12100K .......... .......... .......... .......... .......... 26% 39.0M 1s
 12150K .......... .......... .......... .......... .......... 27% 50.6M 1s
 12200K .......... .......... .......... .......... .......... 27% 57.9M 1s
 12250K .......... .......... .......... .......... .......... 27% 22.8M 1s
 12300K .......... .......... .......... .......... .......... 27% 43.7M 1s
 12350K .......... .......... .......... .......... .......... 27% 56.4M 1s
 12400K .......... .......... .......... .......... .......... 27% 58.8M 1s
 12450K .......... .......... .......... .......... .......... 27% 61.2M 1s
 12500K .......... .......... .......... .......... .......... 27% 45.5M 1s
 12550K .......... .......... .......... .......... .......... 27% 66.7M 1s
 12600K .......... .......... .......... .......... .......... 28% 51.8M 1s
 12650K .......... .......... .......... .......... .......... 28% 50.2M 1s
 12700K .......... .......... .......... .......... .......... 28% 52.7M 1s
 12750K .......... .......... .......... .......... .......... 28% 63.4M 1s
 12800K .......... .......... .......... .......... .......... 28% 56.8M 1s
 12850K .......... .......... .......... .......... .......... 28% 57.3M 1s
 12900K .......... .......... .......... .......... .......... 28% 50.9M 1s
 12950K .......... .......... .......... .......... .......... 28% 48.6M 1s
 13000K .......... .......... .......... .......... .......... 28% 61.0M 1s
 13050K .......... .......... .......... .......... .......... 28% 67.5M 1s
 13100K .......... .......... .......... .......... .......... 29% 48.9M 1s
 13150K .......... .......... .......... .......... .......... 29% 54.0M 1s
 13200K .......... .......... .......... .......... .......... 29% 28.0M 1s
 13250K .......... .......... .......... .......... .......... 29% 33.2M 1s
 13300K .......... .......... .......... .......... .......... 29% 10.8M 1s
 13350K .......... .......... .......... .......... .......... 29% 35.9M 1s
 13400K .......... .......... .......... .......... .......... 29% 30.9M 1s
 13450K .......... .......... .......... .......... .......... 29% 30.9M 1s
 13500K .......... .......... .......... .......... .......... 29% 31.0M 1s
 13550K .......... .......... .......... .......... .......... 30% 31.8M 1s
 13600K .......... .......... .......... .......... .......... 30% 39.5M 1s
 13650K .......... .......... .......... .......... .......... 30% 63.8M 1s
 13700K .......... .......... .......... .......... .......... 30% 51.2M 1s
 13750K .......... .......... .......... .......... .......... 30% 58.8M 1s
 13800K .......... .......... .......... .......... .......... 30% 51.2M 1s
 13850K .......... .......... .......... .......... .......... 30% 56.8M 1s
 13900K .......... .......... .......... .......... .......... 30% 58.3M 1s
 13950K .......... .......... .......... .......... .......... 30% 61.0M 1s
 14000K .......... .......... .......... .......... .......... 31% 49.9M 1s
 14050K .......... .......... .......... .......... .......... 31% 57.3M 1s
 14100K .......... .......... .......... .......... .......... 31% 57.4M 1s
 14150K .......... .......... .......... .......... .......... 31% 57.9M 1s
 14200K .......... .......... .......... .......... .......... 31% 49.5M 1s
 14250K .......... .......... .......... .......... .......... 31% 63.5M 1s
 14300K .......... .......... .......... .......... .......... 31% 22.2M 1s
 14350K .......... .......... .......... .......... .......... 31% 63.9M 1s
 14400K .......... .......... .......... .......... .......... 31% 47.1M 1s
 14450K .......... .......... .......... .......... .......... 32% 57.4M 1s
 14500K .......... .......... .......... .......... .......... 32% 59.3M 1s
 14550K .......... .......... .......... .......... .......... 32% 51.2M 1s
 14600K .......... .......... .......... .......... .......... 32% 46.4M 1s
 14650K .......... .......... .......... .......... .......... 32% 59.3M 1s
 14700K .......... .......... .......... .......... .......... 32% 61.0M 1s
 14750K .......... .......... .......... .......... .......... 32% 37.1M 1s
 14800K .......... .......... .......... .......... .......... 32% 27.9M 1s
 14850K .......... .......... .......... .......... .......... 32% 35.3M 1s
 14900K .......... .......... .......... .......... .......... 33% 38.9M 1s
 14950K .......... .......... .......... .......... .......... 33% 29.2M 1s
 15000K .......... .......... .......... .......... .......... 33% 36.3M 1s
 15050K .......... .......... .......... .......... .......... 33% 29.1M 1s
 15100K .......... .......... .......... .......... .......... 33% 54.3M 1s
 15150K .......... .......... .......... .......... .......... 33% 58.8M 1s
 15200K .......... .......... .......... .......... .......... 33% 63.5M 1s
 15250K .......... .......... .......... .......... .......... 33% 24.8M 1s
 15300K .......... .......... .......... .......... .......... 33% 60.7M 1s
 15350K .......... .......... .......... .......... .......... 34% 14.3M 1s
 15400K .......... .......... .......... .......... .......... 34% 57.4M 1s
 15450K .......... .......... .......... .......... .......... 34% 34.5M 1s
 15500K .......... .......... .......... .......... .......... 34% 6.83M 1s
 15550K .......... .......... .......... .......... .......... 34% 43.6M 1s
 15600K .......... .......... .......... .......... .......... 34% 51.0M 1s
 15650K .......... .......... .......... .......... .......... 34% 42.6M 1s
 15700K .......... .......... .......... .......... .......... 34% 46.1M 1s
 15750K .......... .......... .......... .......... .......... 34% 31.0M 1s
 15800K .......... .......... .......... .......... .......... 35% 25.9M 1s
 15850K .......... .......... .......... .......... .......... 35% 26.6M 1s
 15900K .......... .......... .......... .......... .......... 35% 28.9M 1s
 15950K .......... .......... .......... .......... .......... 35% 30.7M 1s
 16000K .......... .......... .......... .......... .......... 35% 20.8M 1s
 16050K .......... .......... .......... .......... .......... 35% 27.8M 1s
 16100K .......... .......... .......... .......... .......... 35% 28.9M 1s
 16150K .......... .......... .......... .......... .......... 35% 29.0M 1s
 16200K .......... .......... .......... .......... .......... 35% 32.3M 1s
 16250K .......... .......... .......... .......... .......... 36% 31.6M 1s
 16300K .......... .......... .......... .......... .......... 36% 34.6M 1s
 16350K .......... .......... .......... .......... .......... 36% 14.5M 1s
 16400K .......... .......... .......... .......... .......... 36% 24.5M 1s
 16450K .......... .......... .......... .......... .......... 36% 30.8M 1s
 16500K .......... .......... .......... .......... .......... 36% 59.3M 1s
 16550K .......... .......... .......... .......... .......... 36% 50.1M 1s
 16600K .......... .......... .......... .......... .......... 36% 40.3M 1s
 16650K .......... .......... .......... .......... .......... 36% 30.3M 1s
 16700K .......... .......... .......... .......... .......... 37% 34.1M 1s
 16750K .......... .......... .......... .......... .......... 37% 59.3M 1s
 16800K .......... .......... .......... .......... .......... 37% 55.4M 1s
 16850K .......... .......... .......... .......... .......... 37% 64.2M 1s
 16900K .......... .......... .......... .......... .......... 37% 66.1M 1s
 16950K .......... .......... .......... .......... .......... 37% 65.5M 1s
 17000K .......... .......... .......... .......... .......... 37% 53.1M 1s
 17050K .......... .......... .......... .......... .......... 37% 51.9M 1s
 17100K .......... .......... .......... .......... .......... 37% 60.6M 1s
 17150K .......... .......... .......... .......... .......... 38% 60.9M 1s
 17200K .......... .......... .......... .......... .......... 38% 47.8M 1s
 17250K .......... .......... .......... .......... .......... 38% 47.0M 1s
 17300K .......... .......... .......... .......... .......... 38% 57.4M 1s
 17350K .......... .......... .......... .......... .......... 38% 29.8M 1s
 17400K .......... .......... .......... .......... .......... 38% 18.4M 1s
 17450K .......... .......... .......... .......... .......... 38% 33.6M 1s
 17500K .......... .......... .......... .......... .......... 38% 32.3M 1s
 17550K .......... .......... .......... .......... .......... 38% 30.9M 1s
 17600K .......... .......... .......... .......... .......... 39% 27.3M 1s
 17650K .......... .......... .......... .......... .......... 39% 35.6M 1s
 17700K .......... .......... .......... .......... .......... 39% 27.4M 1s
 17750K .......... .......... .......... .......... .......... 39% 29.8M 1s
 17800K .......... .......... .......... .......... .......... 39% 29.2M 1s
 17850K .......... .......... .......... .......... .......... 39% 30.1M 1s
 17900K .......... .......... .......... .......... .......... 39% 29.6M 1s
 17950K .......... .......... .......... .......... .......... 39% 33.5M 1s
 18000K .......... .......... .......... .......... .......... 39% 27.6M 1s
 18050K .......... .......... .......... .......... .......... 40% 30.2M 1s
 18100K .......... .......... .......... .......... .......... 40% 31.6M 1s
 18150K .......... .......... .......... .......... .......... 40% 34.6M 1s
 18200K .......... .......... .......... .......... .......... 40% 33.1M 1s
 18250K .......... .......... .......... .......... .......... 40% 28.6M 1s
 18300K .......... .......... .......... .......... .......... 40% 29.4M 1s
 18350K .......... .......... .......... .......... .......... 40% 31.6M 1s
 18400K .......... .......... .......... .......... .......... 40% 13.0M 1s
 18450K .......... .......... .......... .......... .......... 40% 26.0M 1s
 18500K .......... .......... .......... .......... .......... 41% 29.6M 1s
 18550K .......... .......... .......... .......... .......... 41% 32.3M 1s
 18600K .......... .......... .......... .......... .......... 41% 31.6M 1s
 18650K .......... .......... .......... .......... .......... 41% 33.6M 1s
 18700K .......... .......... .......... .......... .......... 41% 32.8M 1s
 18750K .......... .......... .......... .......... .......... 41% 29.8M 1s
 18800K .......... .......... .......... .......... .......... 41% 32.0M 1s
 18850K .......... .......... .......... .......... .......... 41% 30.8M 1s
 18900K .......... .......... .......... .......... .......... 41% 26.3M 1s
 18950K .......... .......... .......... .......... .......... 42% 26.8M 1s
 19000K .......... .......... .......... .......... .......... 42% 30.9M 1s
 19050K .......... .......... .......... .......... .......... 42% 26.3M 1s
 19100K .......... .......... .......... .......... .......... 42% 27.9M 1s
 19150K .......... .......... .......... .......... .......... 42% 30.6M 1s
 19200K .......... .......... .......... .......... .......... 42% 33.5M 1s
 19250K .......... .......... .......... .......... .......... 42% 30.3M 1s
 19300K .......... .......... .......... .......... .......... 42% 32.2M 1s
 19350K .......... .......... .......... .......... .......... 42% 34.9M 1s
 19400K .......... .......... .......... .......... .......... 43% 31.0M 1s
 19450K .......... .......... .......... .......... .......... 43% 18.7M 1s
 19500K .......... .......... .......... .......... .......... 43% 22.5M 1s
 19550K .......... .......... .......... .......... .......... 43% 30.5M 1s
 19600K .......... .......... .......... .......... .......... 43% 29.6M 1s
 19650K .......... .......... .......... .......... .......... 43% 32.0M 1s
 19700K .......... .......... .......... .......... .......... 43% 30.5M 1s
 19750K .......... .......... .......... .......... .......... 43% 30.0M 1s
 19800K .......... .......... .......... .......... .......... 43% 29.3M 1s
 19850K .......... .......... .......... .......... .......... 44% 30.4M 1s
 19900K .......... .......... .......... .......... .......... 44% 29.4M 1s
 19950K .......... .......... .......... .......... .......... 44% 31.2M 1s
 20000K .......... .......... .......... .......... .......... 44% 27.3M 1s
 20050K .......... .......... .......... .......... .......... 44% 28.9M 1s
 20100K .......... .......... .......... .......... .......... 44% 31.2M 1s
 20150K .......... .......... .......... .......... .......... 44% 35.9M 1s
 20200K .......... .......... .......... .......... .......... 44% 45.8M 1s
 20250K .......... .......... .......... .......... .......... 44% 61.2M 1s
 20300K .......... .......... .......... .......... .......... 45% 62.0M 1s
 20350K .......... .......... .......... .......... .......... 45% 46.7M 1s
 20400K .......... .......... .......... .......... .......... 45% 55.1M 1s
 20450K .......... .......... .......... .......... .......... 45% 20.1M 1s
 20500K .......... .......... .......... .......... .......... 45% 60.1M 1s
 20550K .......... .......... .......... .......... .......... 45% 51.1M 1s
 20600K .......... .......... .......... .......... .......... 45% 53.5M 1s
 20650K .......... .......... .......... .......... .......... 45% 65.8M 1s
 20700K .......... .......... .......... .......... .......... 45% 53.4M 1s
 20750K .......... .......... .......... .......... .......... 46% 50.3M 1s
 20800K .......... .......... .......... .......... .......... 46% 61.0M 1s
 20850K .......... .......... .......... .......... .......... 46% 56.3M 1s
 20900K .......... .......... .......... .......... .......... 46% 53.5M 1s
 20950K .......... .......... .......... .......... .......... 46% 54.4M 1s
 21000K .......... .......... .......... .......... .......... 46% 53.4M 1s
 21050K .......... .......... .......... .......... .......... 46% 52.8M 1s
 21100K .......... .......... .......... .......... .......... 46% 60.6M 1s
 21150K .......... .......... .......... .......... .......... 46% 53.2M 1s
 21200K .......... .......... .......... .......... .......... 47% 56.4M 1s
 21250K .......... .......... .......... .......... .......... 47% 60.4M 1s
 21300K .......... .......... .......... .......... .......... 47% 62.5M 1s
 21350K .......... .......... .......... .......... .......... 47% 46.8M 1s
 21400K .......... .......... .......... .......... .......... 47% 60.0M 1s
 21450K .......... .......... .......... .......... .......... 47% 62.9M 1s
 21500K .......... .......... .......... .......... .......... 47% 26.9M 1s
 21550K .......... .......... .......... .......... .......... 47% 33.7M 1s
 21600K .......... .......... .......... .......... .......... 47% 29.0M 1s
 21650K .......... .......... .......... .......... .......... 48% 25.1M 1s
 21700K .......... .......... .......... .......... .......... 48% 28.5M 1s
 21750K .......... .......... .......... .......... .......... 48% 32.4M 1s
 21800K .......... .......... .......... .......... .......... 48% 28.9M 1s
 21850K .......... .......... .......... .......... .......... 48% 41.9M 1s
 21900K .......... .......... .......... .......... .......... 48% 31.6M 1s
 21950K .......... .......... .......... .......... .......... 48% 32.8M 1s
 22000K .......... .......... .......... .......... .......... 48% 54.9M 1s
 22050K .......... .......... .......... .......... .......... 48% 54.6M 1s
 22100K .......... .......... .......... .......... .......... 49% 55.0M 1s
 22150K .......... .......... .......... .......... .......... 49% 56.1M 1s
 22200K .......... .......... .......... .......... .......... 49% 58.5M 1s
 22250K .......... .......... .......... .......... .......... 49% 50.4M 1s
 22300K .......... .......... .......... .......... .......... 49% 54.9M 1s
 22350K .......... .......... .......... .......... .......... 49% 64.0M 1s
 22400K .......... .......... .......... .......... .......... 49% 51.5M 1s
 22450K .......... .......... .......... .......... .......... 49% 46.7M 1s
 22500K .......... .......... .......... .......... .......... 49% 13.7M 1s
 22550K .......... .......... .......... .......... .......... 50% 51.3M 1s
 22600K .......... .......... .......... .......... .......... 50% 66.0M 1s
 22650K .......... .......... .......... .......... .......... 50% 44.2M 1s
 22700K .......... .......... .......... .......... .......... 50% 51.9M 1s
 22750K .......... .......... .......... .......... .......... 50% 60.8M 1s
 22800K .......... .......... .......... .......... .......... 50% 59.8M 1s
 22850K .......... .......... .......... .......... .......... 50% 50.7M 1s
 22900K .......... .......... .......... .......... .......... 50% 59.0M 1s
 22950K .......... .......... .......... .......... .......... 50% 57.4M 1s
 23000K .......... .......... .......... .......... .......... 51% 58.2M 1s
 23050K .......... .......... .......... .......... .......... 51% 51.2M 1s
 23100K .......... .......... .......... .......... .......... 51% 59.4M 1s
 23150K .......... .......... .......... .......... .......... 51% 42.5M 1s
 23200K .......... .......... .......... .......... .......... 51% 47.3M 1s
 23250K .......... .......... .......... .......... .......... 51% 53.1M 1s
 23300K .......... .......... .......... .......... .......... 51% 58.8M 1s
 23350K .......... .......... .......... .......... .......... 51% 53.4M 1s
 23400K .......... .......... .......... .......... .......... 51% 58.2M 1s
 23450K .......... .......... .......... .......... .......... 52% 43.1M 1s
 23500K .......... .......... .......... .......... .......... 52% 43.7M 1s
 23550K .......... .......... .......... .......... .......... 52% 26.3M 1s
 23600K .......... .......... .......... .......... .......... 52% 61.5M 1s
 23650K .......... .......... .......... .......... .......... 52% 50.1M 1s
 23700K .......... .......... .......... .......... .......... 52% 61.1M 1s
 23750K .......... .......... .......... .......... .......... 52% 57.9M 1s
 23800K .......... .......... .......... .......... .......... 52% 62.1M 1s
 23850K .......... .......... .......... .......... .......... 52% 54.3M 1s
 23900K .......... .......... .......... .......... .......... 53% 61.8M 1s
 23950K .......... .......... .......... .......... .......... 53% 61.4M 1s
 24000K .......... .......... .......... .......... .......... 53% 55.8M 1s
 24050K .......... .......... .......... .......... .......... 53% 54.8M 1s
 24100K .......... .......... .......... .......... .......... 53% 57.9M 1s
 24150K .......... .......... .......... .......... .......... 53% 53.2M 1s
 24200K .......... .......... .......... .......... .......... 53% 47.7M 1s
 24250K .......... .......... .......... .......... .......... 53% 54.5M 1s
 24300K .......... .......... .......... .......... .......... 53% 64.2M 1s
 24350K .......... .......... .......... .......... .......... 54% 45.3M 1s
 24400K .......... .......... .......... .......... .......... 54% 50.0M 1s
 24450K .......... .......... .......... .......... .......... 54% 55.9M 1s
 24500K .......... .......... .......... .......... .......... 54% 50.5M 1s
 24550K .......... .......... .......... .......... .......... 54% 19.2M 1s
 24600K .......... .......... .......... .......... .......... 54% 54.4M 1s
 24650K .......... .......... .......... .......... .......... 54% 51.9M 1s
 24700K .......... .......... .......... .......... .......... 54% 49.5M 1s
 24750K .......... .......... .......... .......... .......... 54% 53.6M 1s
 24800K .......... .......... .......... .......... .......... 55% 55.8M 1s
 24850K .......... .......... .......... .......... .......... 55% 42.3M 1s
 24900K .......... .......... .......... .......... .......... 55% 54.3M 1s
 24950K .......... .......... .......... .......... .......... 55% 57.2M 1s
 25000K .......... .......... .......... .......... .......... 55% 60.4M 1s
 25050K .......... .......... .......... .......... .......... 55% 54.6M 1s
 25100K .......... .......... .......... .......... .......... 55% 64.0M 1s
 25150K .......... .......... .......... .......... .......... 55% 59.8M 1s
 25200K .......... .......... .......... .......... .......... 55% 53.1M 1s
 25250K .......... .......... .......... .......... .......... 56% 28.4M 1s
 25300K .......... .......... .......... .......... .......... 56% 55.8M 1s
 25350K .......... .......... .......... .......... .......... 56% 35.5M 1s
 25400K .......... .......... .......... .......... .......... 56% 62.5M 1s
 25450K .......... .......... .......... .......... .......... 56% 57.4M 1s
 25500K .......... .......... .......... .......... .......... 56% 11.0M 1s
 25550K .......... .......... .......... .......... .......... 56% 26.7M 1s
 25600K .......... .......... .......... .......... .......... 56% 26.1M 1s
 25650K .......... .......... .......... .......... .......... 56% 40.8M 1s
 25700K .......... .......... .......... .......... .......... 56% 52.6M 1s
 25750K .......... .......... .......... .......... .......... 57% 34.8M 1s
 25800K .......... .......... .......... .......... .......... 57% 26.4M 1s
 25850K .......... .......... .......... .......... .......... 57% 28.2M 1s
 25900K .......... .......... .......... .......... .......... 57% 29.5M 1s
 25950K .......... .......... .......... .......... .......... 57% 29.0M 1s
 26000K .......... .......... .......... .......... .......... 57% 27.6M 1s
 26050K .......... .......... .......... .......... .......... 57% 27.3M 1s
 26100K .......... .......... .......... .......... .......... 57% 27.3M 1s
 26150K .......... .......... .......... .......... .......... 57% 26.3M 1s
 26200K .......... .......... .......... .......... .......... 58% 26.3M 1s
 26250K .......... .......... .......... .......... .......... 58% 25.6M 1s
 26300K .......... .......... .......... .......... .......... 58% 25.0M 1s
 26350K .......... .......... .......... .......... .......... 58% 26.3M 1s
 26400K .......... .......... .......... .......... .......... 58% 25.8M 1s
 26450K .......... .......... .......... .......... .......... 58% 28.9M 1s
 26500K .......... .......... .......... .......... .......... 58% 35.2M 1s
 26550K .......... .......... .......... .......... .......... 58% 45.4M 1s
 26600K .......... .......... .......... .......... .......... 58% 17.7M 1s
 26650K .......... .......... .......... .......... .......... 59% 61.3M 1s
 26700K .......... .......... .......... .......... .......... 59% 50.7M 1s
 26750K .......... .......... .......... .......... .......... 59% 64.2M 1s
 26800K .......... .......... .......... .......... .......... 59% 55.8M 1s
 26850K .......... .......... .......... .......... .......... 59% 61.0M 1s
 26900K .......... .......... .......... .......... .......... 59% 54.5M 1s
 26950K .......... .......... .......... .......... .......... 59% 57.3M 1s
 27000K .......... .......... .......... .......... .......... 59% 56.9M 1s
 27050K .......... .......... .......... .......... .......... 59% 56.3M 1s
 27100K .......... .......... .......... .......... .......... 60% 53.3M 1s
 27150K .......... .......... .......... .......... .......... 60% 54.8M 1s
 27200K .......... .......... .......... .......... .......... 60% 65.9M 1s
 27250K .......... .......... .......... .......... .......... 60% 56.6M 1s
 27300K .......... .......... .......... .......... .......... 60% 46.4M 1s
 27350K .......... .......... .......... .......... .......... 60% 62.1M 1s
 27400K .......... .......... .......... .......... .......... 60% 62.0M 1s
 27450K .......... .......... .......... .......... .......... 60% 41.6M 1s
 27500K .......... .......... .......... .......... .......... 60% 33.5M 1s
 27550K .......... .......... .......... .......... .......... 61% 32.7M 1s
 27600K .......... .......... .......... .......... .......... 61% 19.7M 1s
 27650K .......... .......... .......... .......... .......... 61% 15.0M 1s
 27700K .......... .......... .......... .......... .......... 61% 21.9M 1s
 27750K .......... .......... .......... .......... .......... 61% 19.8M 1s
 27800K .......... .......... .......... .......... .......... 61% 17.7M 1s
 27850K .......... .......... .......... .......... .......... 61% 19.4M 1s
 27900K .......... .......... .......... .......... .......... 61% 19.9M 1s
 27950K .......... .......... .......... .......... .......... 61% 17.8M 1s
 28000K .......... .......... .......... .......... .......... 62% 19.0M 1s
 28050K .......... .......... .......... .......... .......... 62% 18.4M 1s
 28100K .......... .......... .......... .......... .......... 62% 22.4M 1s
 28150K .......... .......... .......... .......... .......... 62% 19.1M 1s
 28200K .......... .......... .......... .......... .......... 62% 19.5M 1s
 28250K .......... .......... .......... .......... .......... 62% 22.1M 1s
 28300K .......... .......... .......... .......... .......... 62% 49.8M 1s
 28350K .......... .......... .......... .......... .......... 62% 45.9M 1s
 28400K .......... .......... .......... .......... .......... 62% 41.7M 1s
 28450K .......... .......... .......... .......... .......... 63% 57.2M 1s
 28500K .......... .......... .......... .......... .......... 63% 46.8M 1s
 28550K .......... .......... .......... .......... .......... 63% 47.2M 1s
 28600K .......... .......... .......... .......... .......... 63% 40.4M 1s
 28650K .......... .......... .......... .......... .......... 63% 15.7M 1s
 28700K .......... .......... .......... .......... .......... 63% 54.9M 1s
 28750K .......... .......... .......... .......... .......... 63% 58.8M 1s
 28800K .......... .......... .......... .......... .......... 63% 46.0M 1s
 28850K .......... .......... .......... .......... .......... 63% 47.8M 0s
 28900K .......... .......... .......... .......... .......... 64% 57.4M 0s
 28950K .......... .......... .......... .......... .......... 64% 52.2M 0s
 29000K .......... .......... .......... .......... .......... 64% 48.8M 0s
 29050K .......... .......... .......... .......... .......... 64% 56.2M 0s
 29100K .......... .......... .......... .......... .......... 64% 52.9M 0s
 29150K .......... .......... .......... .......... .......... 64% 51.0M 0s
 29200K .......... .......... .......... .......... .......... 64% 52.1M 0s
 29250K .......... .......... .......... .......... .......... 64% 41.2M 0s
 29300K .......... .......... .......... .......... .......... 64% 27.3M 0s
 29350K .......... .......... .......... .......... .......... 65% 23.1M 0s
 29400K .......... .......... .......... .......... .......... 65% 28.1M 0s
 29450K .......... .......... .......... .......... .......... 65% 23.9M 0s
 29500K .......... .......... .......... .......... .......... 65% 29.7M 0s
 29550K .......... .......... .......... .......... .......... 65% 31.7M 0s
 29600K .......... .......... .......... .......... .......... 65% 29.3M 0s
 29650K .......... .......... .......... .......... .......... 65% 18.6M 0s
 29700K .......... .......... .......... .......... .......... 65% 23.1M 0s
 29750K .......... .......... .......... .......... .......... 65% 26.4M 0s
 29800K .......... .......... .......... .......... .......... 66% 28.6M 0s
 29850K .......... .......... .......... .......... .......... 66% 29.0M 0s
 29900K .......... .......... .......... .......... .......... 66% 28.2M 0s
 29950K .......... .......... .......... .......... .......... 66% 29.0M 0s
 30000K .......... .......... .......... .......... .......... 66% 29.7M 0s
 30050K .......... .......... .......... .......... .......... 66% 29.4M 0s
 30100K .......... .......... .......... .......... .......... 66% 49.5M 0s
 30150K .......... .......... .......... .......... .......... 66% 41.4M 0s
 30200K .......... .......... .......... .......... .......... 66% 51.0M 0s
 30250K .......... .......... .......... .......... .......... 67% 50.8M 0s
 30300K .......... .......... .......... .......... .......... 67% 50.0M 0s
 30350K .......... .......... .......... .......... .......... 67% 49.2M 0s
 30400K .......... .......... .......... .......... .......... 67% 54.3M 0s
 30450K .......... .......... .......... .......... .......... 67% 58.1M 0s
 30500K .......... .......... .......... .......... .......... 67% 48.5M 0s
 30550K .......... .......... .......... .......... .......... 67% 47.6M 0s
 30600K .......... .......... .......... .......... .......... 67% 52.8M 0s
 30650K .......... .......... .......... .......... .......... 67% 54.7M 0s
 30700K .......... .......... .......... .......... .......... 68% 22.7M 0s
 30750K .......... .......... .......... .......... .......... 68% 54.3M 0s
 30800K .......... .......... .......... .......... .......... 68% 57.3M 0s
 30850K .......... .......... .......... .......... .......... 68% 49.1M 0s
 30900K .......... .......... .......... .......... .......... 68% 48.8M 0s
 30950K .......... .......... .......... .......... .......... 68% 59.0M 0s
 31000K .......... .......... .......... .......... .......... 68% 48.4M 0s
 31050K .......... .......... .......... .......... .......... 68% 56.1M 0s
 31100K .......... .......... .......... .......... .......... 68% 43.6M 0s
 31150K .......... .......... .......... .......... .......... 69% 29.2M 0s
 31200K .......... .......... .......... .......... .......... 69% 32.2M 0s
 31250K .......... .......... .......... .......... .......... 69% 36.2M 0s
 31300K .......... .......... .......... .......... .......... 69% 32.4M 0s
 31350K .......... .......... .......... .......... .......... 69% 29.0M 0s
 31400K .......... .......... .......... .......... .......... 69% 28.9M 0s
 31450K .......... .......... .......... .......... .......... 69% 30.7M 0s
 31500K .......... .......... .......... .......... .......... 69% 27.5M 0s
 31550K .......... .......... .......... .......... .......... 69% 32.4M 0s
 31600K .......... .......... .......... .......... .......... 70% 30.6M 0s
 31650K .......... .......... .......... .......... .......... 70% 34.4M 0s
 31700K .......... .......... .......... .......... .......... 70% 21.2M 0s
 31750K .......... .......... .......... .......... .......... 70% 33.4M 0s
 31800K .......... .......... .......... .......... .......... 70% 39.1M 0s
 31850K .......... .......... .......... .......... .......... 70% 52.6M 0s
 31900K .......... .......... .......... .......... .......... 70% 53.0M 0s
 31950K .......... .......... .......... .......... .......... 70% 60.7M 0s
 32000K .......... .......... .......... .......... .......... 70% 70.0M 0s
 32050K .......... .......... .......... .......... .......... 71% 58.9M 0s
 32100K .......... .......... .......... .......... .......... 71% 48.3M 0s
 32150K .......... .......... .......... .......... .......... 71% 51.5M 0s
 32200K .......... .......... .......... .......... .......... 71% 54.4M 0s
 32250K .......... .......... .......... .......... .......... 71% 56.3M 0s
 32300K .......... .......... .......... .......... .......... 71% 46.2M 0s
 32350K .......... .......... .......... .......... .......... 71% 48.3M 0s
 32400K .......... .......... .......... .......... .......... 71% 48.0M 0s
 32450K .......... .......... .......... .......... .......... 71% 58.2M 0s
 32500K .......... .......... .......... .......... .......... 72% 50.4M 0s
 32550K .......... .......... .......... .......... .......... 72% 56.8M 0s
 32600K .......... .......... .......... .......... .......... 72% 63.4M 0s
 32650K .......... .......... .......... .......... .......... 72% 54.3M 0s
 32700K .......... .......... .......... .......... .......... 72% 50.2M 0s
 32750K .......... .......... .......... .......... .......... 72% 14.8M 0s
 32800K .......... .......... .......... .......... .......... 72% 53.5M 0s
 32850K .......... .......... .......... .......... .......... 72% 66.5M 0s
 32900K .......... .......... .......... .......... .......... 72% 49.5M 0s
 32950K .......... .......... .......... .......... .......... 73% 61.7M 0s
 33000K .......... .......... .......... .......... .......... 73% 60.9M 0s
 33050K .......... .......... .......... .......... .......... 73% 56.3M 0s
 33100K .......... .......... .......... .......... .......... 73% 56.4M 0s
 33150K .......... .......... .......... .......... .......... 73% 64.7M 0s
 33200K .......... .......... .......... .......... .......... 73% 67.3M 0s
 33250K .......... .......... .......... .......... .......... 73% 39.9M 0s
 33300K .......... .......... .......... .......... .......... 73% 28.1M 0s
 33350K .......... .......... .......... .......... .......... 73% 29.7M 0s
 33400K .......... .......... .......... .......... .......... 74% 30.3M 0s
 33450K .......... .......... .......... .......... .......... 74% 56.5M 0s
 33500K .......... .......... .......... .......... .......... 74% 66.2M 0s
 33550K .......... .......... .......... .......... .......... 74% 73.4M 0s
 33600K .......... .......... .......... .......... .......... 74% 64.2M 0s
 33650K .......... .......... .......... .......... .......... 74% 74.2M 0s
 33700K .......... .......... .......... .......... .......... 74% 71.3M 0s
 33750K .......... .......... .......... .......... .......... 74% 32.8M 0s
 33800K .......... .......... .......... .......... .......... 74% 69.5M 0s
 33850K .......... .......... .......... .......... .......... 75% 66.5M 0s
 33900K .......... .......... .......... .......... .......... 75% 77.1M 0s
 33950K .......... .......... .......... .......... .......... 75% 61.2M 0s
 34000K .......... .......... .......... .......... .......... 75% 69.4M 0s
 34050K .......... .......... .......... .......... .......... 75% 64.0M 0s
 34100K .......... .......... .......... .......... .......... 75% 70.1M 0s
 34150K .......... .......... .......... .......... .......... 75% 56.8M 0s
 34200K .......... .......... .......... .......... .......... 75% 66.9M 0s
 34250K .......... .......... .......... .......... .......... 75% 72.2M 0s
 34300K .......... .......... .......... .......... .......... 76% 81.8M 0s
 34350K .......... .......... .......... .......... .......... 76% 78.9M 0s
 34400K .......... .......... .......... .......... .......... 76% 59.4M 0s
 34450K .......... .......... .......... .......... .......... 76% 69.8M 0s
 34500K .......... .......... .......... .......... .......... 76% 61.4M 0s
 34550K .......... .......... .......... .......... .......... 76% 76.9M 0s
 34600K .......... .......... .......... .......... .......... 76% 55.9M 0s
 34650K .......... .......... .......... .......... .......... 76% 56.1M 0s
 34700K .......... .......... .......... .......... .......... 76% 76.5M 0s
 34750K .......... .......... .......... .......... .......... 77% 64.9M 0s
 34800K .......... .......... .......... .......... .......... 77% 13.3M 0s
 34850K .......... .......... .......... .......... .......... 77% 69.1M 0s
 34900K .......... .......... .......... .......... .......... 77% 78.6M 0s
 34950K .......... .......... .......... .......... .......... 77% 28.9M 0s
 35000K .......... .......... .......... .......... .......... 77% 33.1M 0s
 35050K .......... .......... .......... .......... .......... 77% 34.5M 0s
 35100K .......... .......... .......... .......... .......... 77% 32.9M 0s
 35150K .......... .......... .......... .......... .......... 77% 34.0M 0s
 35200K .......... .......... .......... .......... .......... 78% 20.4M 0s
 35250K .......... .......... .......... .......... .......... 78% 23.1M 0s
 35300K .......... .......... .......... .......... .......... 78% 62.7M 0s
 35350K .......... .......... .......... .......... .......... 78% 71.6M 0s
 35400K .......... .......... .......... .......... .......... 78% 11.9M 0s
 35450K .......... .......... .......... .......... .......... 78% 47.7M 0s
 35500K .......... .......... .......... .......... .......... 78% 31.6M 0s
 35550K .......... .......... .......... .......... .......... 78% 57.4M 0s
 35600K .......... .......... .......... .......... .......... 78% 51.1M 0s
 35650K .......... .......... .......... .......... .......... 79% 48.8M 0s
 35700K .......... .......... .......... .......... .......... 79% 57.6M 0s
 35750K .......... .......... .......... .......... .......... 79% 51.4M 0s
 35800K .......... .......... .......... .......... .......... 79% 26.2M 0s
 35850K .......... .......... .......... .......... .......... 79% 59.2M 0s
 35900K .......... .......... .......... .......... .......... 79% 48.2M 0s
 35950K .......... .......... .......... .......... .......... 79% 55.2M 0s
 36000K .......... .......... .......... .......... .......... 79% 48.7M 0s
 36050K .......... .......... .......... .......... .......... 79% 51.5M 0s
 36100K .......... .......... .......... .......... .......... 80% 48.8M 0s
 36150K .......... .......... .......... .......... .......... 80% 42.7M 0s
 36200K .......... .......... .......... .......... .......... 80% 53.9M 0s
 36250K .......... .......... .......... .......... .......... 80% 58.3M 0s
 36300K .......... .......... .......... .......... .......... 80% 54.0M 0s
 36350K .......... .......... .......... .......... .......... 80% 61.0M 0s
 36400K .......... .......... .......... .......... .......... 80% 50.2M 0s
 36450K .......... .......... .......... .......... .......... 80% 50.8M 0s
 36500K .......... .......... .......... .......... .......... 80% 37.1M 0s
 36550K .......... .......... .......... .......... .......... 81% 31.9M 0s
 36600K .......... .......... .......... .......... .......... 81% 29.3M 0s
 36650K .......... .......... .......... .......... .......... 81% 25.2M 0s
 36700K .......... .......... .......... .......... .......... 81% 31.1M 0s
 36750K .......... .......... .......... .......... .......... 81% 26.5M 0s
 36800K .......... .......... .......... .......... .......... 81% 33.0M 0s
 36850K .......... .......... .......... .......... .......... 81% 15.8M 0s
 36900K .......... .......... .......... .......... .......... 81% 29.3M 0s
 36950K .......... .......... .......... .......... .......... 81% 39.9M 0s
 37000K .......... .......... .......... .......... .......... 82% 36.9M 0s
 37050K .......... .......... .......... .......... .......... 82% 41.7M 0s
 37100K .......... .......... .......... .......... .......... 82% 34.8M 0s
 37150K .......... .......... .......... .......... .......... 82% 33.3M 0s
 37200K .......... .......... .......... .......... .......... 82% 36.2M 0s
 37250K .......... .......... .......... .......... .......... 82% 27.8M 0s
 37300K .......... .......... .......... .......... .......... 82% 39.1M 0s
 37350K .......... .......... .......... .......... .......... 82% 51.1M 0s
 37400K .......... .......... .......... .......... .......... 82% 51.6M 0s
 37450K .......... .......... .......... .......... .......... 83% 74.8M 0s
 37500K .......... .......... .......... .......... .......... 83% 69.3M 0s
 37550K .......... .......... .......... .......... .......... 83% 68.0M 0s
 37600K .......... .......... .......... .......... .......... 83% 65.9M 0s
 37650K .......... .......... .......... .......... .......... 83% 67.0M 0s
 37700K .......... .......... .......... .......... .......... 83% 74.4M 0s
 37750K .......... .......... .......... .......... .......... 83% 55.5M 0s
 37800K .......... .......... .......... .......... .......... 83% 80.8M 0s
 37850K .......... .......... .......... .......... .......... 83% 30.7M 0s
 37900K .......... .......... .......... .......... .......... 84% 64.2M 0s
 37950K .......... .......... .......... .......... .......... 84% 64.2M 0s
 38000K .......... .......... .......... .......... .......... 84% 75.5M 0s
 38050K .......... .......... .......... .......... .......... 84% 67.8M 0s
 38100K .......... .......... .......... .......... .......... 84% 70.1M 0s
 38150K .......... .......... .......... .......... .......... 84% 56.8M 0s
 38200K .......... .......... .......... .......... .......... 84% 75.7M 0s
 38250K .......... .......... .......... .......... .......... 84% 54.7M 0s
 38300K .......... .......... .......... .......... .......... 84% 56.1M 0s
 38350K .......... .......... .......... .......... .......... 84% 64.1M 0s
 38400K .......... .......... .......... .......... .......... 85% 69.0M 0s
 38450K .......... .......... .......... .......... .......... 85% 73.5M 0s
 38500K .......... .......... .......... .......... .......... 85% 57.4M 0s
 38550K .......... .......... .......... .......... .......... 85% 33.7M 0s
 38600K .......... .......... .......... .......... .......... 85% 29.0M 0s
 38650K .......... .......... .......... .......... .......... 85% 28.4M 0s
 38700K .......... .......... .......... .......... .......... 85% 24.8M 0s
 38750K .......... .......... .......... .......... .......... 85% 18.1M 0s
 38800K .......... .......... .......... .......... .......... 85% 22.6M 0s
 38850K .......... .......... .......... .......... .......... 86% 25.1M 0s
 38900K .......... .......... .......... .......... .......... 86% 18.6M 0s
 38950K .......... .......... .......... .......... .......... 86% 32.0M 0s
 39000K .......... .......... .......... .......... .......... 86% 42.9M 0s
 39050K .......... .......... .......... .......... .......... 86% 63.2M 0s
 39100K .......... .......... .......... .......... .......... 86% 62.2M 0s
 39150K .......... .......... .......... .......... .......... 86% 72.6M 0s
 39200K .......... .......... .......... .......... .......... 86% 64.3M 0s
 39250K .......... .......... .......... .......... .......... 86% 64.9M 0s
 39300K .......... .......... .......... .......... .......... 87% 71.5M 0s
 39350K .......... .......... .......... .......... .......... 87% 81.1M 0s
 39400K .......... .......... .......... .......... .......... 87% 71.6M 0s
 39450K .......... .......... .......... .......... .......... 87% 53.8M 0s
 39500K .......... .......... .......... .......... .......... 87% 69.2M 0s
 39550K .......... .......... .......... .......... .......... 87% 69.2M 0s
 39600K .......... .......... .......... .......... .......... 87% 73.0M 0s
 39650K .......... .......... .......... .......... .......... 87% 58.1M 0s
 39700K .......... .......... .......... .......... .......... 87% 84.6M 0s
 39750K .......... .......... .......... .......... .......... 88% 63.7M 0s
 39800K .......... .......... .......... .......... .......... 88% 75.8M 0s
 39850K .......... .......... .......... .......... .......... 88% 62.3M 0s
 39900K .......... .......... .......... .......... .......... 88% 32.1M 0s
 39950K .......... .......... .......... .......... .......... 88% 74.4M 0s
 40000K .......... .......... .......... .......... .......... 88% 63.2M 0s
 40050K .......... .......... .......... .......... .......... 88% 69.5M 0s
 40100K .......... .......... .......... .......... .......... 88% 67.8M 0s
 40150K .......... .......... .......... .......... .......... 88% 80.8M 0s
 40200K .......... .......... .......... .......... .......... 89% 61.3M 0s
 40250K .......... .......... .......... .......... .......... 89% 38.5M 0s
 40300K .......... .......... .......... .......... .......... 89% 40.0M 0s
 40350K .......... .......... .......... .......... .......... 89% 44.4M 0s
 40400K .......... .......... .......... .......... .......... 89% 49.2M 0s
 40450K .......... .......... .......... .......... .......... 89% 20.4M 0s
 40500K .......... .......... .......... .......... .......... 89% 29.9M 0s
 40550K .......... .......... .......... .......... .......... 89% 28.6M 0s
 40600K .......... .......... .......... .......... .......... 89% 17.5M 0s
 40650K .......... .......... .......... .......... .......... 90% 32.8M 0s
 40700K .......... .......... .......... .......... .......... 90% 32.4M 0s
 40750K .......... .......... .......... .......... .......... 90% 32.9M 0s
 40800K .......... .......... .......... .......... .......... 90% 33.4M 0s
 40850K .......... .......... .......... .......... .......... 90% 34.4M 0s
 40900K .......... .......... .......... .......... .......... 90% 33.4M 0s
 40950K .......... .......... .......... .......... .......... 90% 5.66M 0s
 41000K .......... .......... .......... .......... .......... 90% 30.0M 0s
 41050K .......... .......... .......... .......... .......... 90% 33.3M 0s
 41100K .......... .......... .......... .......... .......... 91% 33.5M 0s
 41150K .......... .......... .......... .......... .......... 91% 31.2M 0s
 41200K .......... .......... .......... .......... .......... 91% 31.6M 0s
 41250K .......... .......... .......... .......... .......... 91% 57.6M 0s
 41300K .......... .......... .......... .......... .......... 91% 54.6M 0s
 41350K .......... .......... .......... .......... .......... 91% 67.3M 0s
 41400K .......... .......... .......... .......... .......... 91% 71.8M 0s
 41450K .......... .......... .......... .......... .......... 91% 61.5M 0s
 41500K .......... .......... .......... .......... .......... 91% 65.2M 0s
 41550K .......... .......... .......... .......... .......... 92% 69.1M 0s
 41600K .......... .......... .......... .......... .......... 92% 66.9M 0s
 41650K .......... .......... .......... .......... .......... 92% 74.3M 0s
 41700K .......... .......... .......... .......... .......... 92% 68.3M 0s
 41750K .......... .......... .......... .......... .......... 92% 81.7M 0s
 41800K .......... .......... .......... .......... .......... 92% 65.9M 0s
 41850K .......... .......... .......... .......... .......... 92% 72.8M 0s
 41900K .......... .......... .......... .......... .......... 92% 53.5M 0s
 41950K .......... .......... .......... .......... .......... 92% 34.3M 0s
 42000K .......... .......... .......... .......... .......... 93% 72.7M 0s
 42050K .......... .......... .......... .......... .......... 93% 63.4M 0s
 42100K .......... .......... .......... .......... .......... 93% 64.2M 0s
 42150K .......... .......... .......... .......... .......... 93% 67.3M 0s
 42200K .......... .......... .......... .......... .......... 93% 59.6M 0s
 42250K .......... .......... .......... .......... .......... 93% 74.3M 0s
 42300K .......... .......... .......... .......... .......... 93% 52.6M 0s
 42350K .......... .......... .......... .......... .......... 93% 80.4M 0s
 42400K .......... .......... .......... .......... .......... 93% 44.0M 0s
 42450K .......... .......... .......... .......... .......... 94% 32.9M 0s
 42500K .......... .......... .......... .......... .......... 94% 37.6M 0s
 42550K .......... .......... .......... .......... .......... 94% 53.0M 0s
 42600K .......... .......... .......... .......... .......... 94% 34.8M 0s
 42650K .......... .......... .......... .......... .......... 94% 25.8M 0s
 42700K .......... .......... .......... .......... .......... 94% 33.3M 0s
 42750K .......... .......... .......... .......... .......... 94% 49.9M 0s
 42800K .......... .......... .......... .......... .......... 94% 33.8M 0s
 42850K .......... .......... .......... .......... .......... 94% 34.6M 0s
 42900K .......... .......... .......... .......... .......... 95% 34.1M 0s
 42950K .......... .......... .......... .......... .......... 95% 34.4M 0s
 43000K .......... .......... .......... .......... .......... 95% 1.76M 0s
 43050K .......... .......... .......... .......... .......... 95% 35.6M 0s
 43100K .......... .......... .......... .......... .......... 95% 38.2M 0s
 43150K .......... .......... .......... .......... .......... 95% 37.1M 0s
 43200K .......... .......... .......... .......... .......... 95% 59.0M 0s
 43250K .......... .......... .......... .......... .......... 95% 60.3M 0s
 43300K .......... .......... .......... .......... .......... 95% 66.9M 0s
 43350K .......... .......... .......... .......... .......... 96% 77.8M 0s
 43400K .......... .......... .......... .......... .......... 96% 75.4M 0s
 43450K .......... .......... .......... .......... .......... 96% 62.0M 0s
 43500K .......... .......... .......... .......... .......... 96% 70.9M 0s
 43550K .......... .......... .......... .......... .......... 96% 68.7M 0s
 43600K .......... .......... .......... .......... .......... 96% 69.2M 0s
 43650K .......... .......... .......... .......... .......... 96% 61.9M 0s
 43700K .......... .......... .......... .......... .......... 96% 64.3M 0s
 43750K .......... .......... .......... .......... .......... 96% 81.9M 0s
 43800K .......... .......... .......... .......... .......... 97% 74.1M 0s
 43850K .......... .......... .......... .......... .......... 97% 57.6M 0s
 43900K .......... .......... .......... .......... .......... 97% 72.3M 0s
 43950K .......... .......... .......... .......... .......... 97% 56.4M 0s
 44000K .......... .......... .......... .......... .......... 97% 27.3M 0s
 44050K .......... .......... .......... .......... .......... 97% 59.4M 0s
 44100K .......... .......... .......... .......... .......... 97% 52.0M 0s
 44150K .......... .......... .......... .......... .......... 97% 63.1M 0s
 44200K .......... .......... .......... .......... .......... 97% 71.6M 0s
 44250K .......... .......... .......... .......... .......... 98% 54.8M 0s
 44300K .......... .......... .......... .......... .......... 98% 62.0M 0s
 44350K .......... .......... .......... .......... .......... 98% 68.5M 0s
 44400K .......... .......... .......... .......... .......... 98% 55.3M 0s
 44450K .......... .......... .......... .......... .......... 98% 50.7M 0s
 44500K .......... .......... .......... .......... .......... 98% 57.7M 0s
 44550K .......... .......... .......... .......... .......... 98% 51.3M 0s
 44600K .......... .......... .......... .......... .......... 98% 49.7M 0s
 44650K .......... .......... .......... .......... .......... 98% 40.0M 0s
 44700K .......... .......... .......... .......... .......... 99% 30.3M 0s
 44750K .......... .......... .......... .......... .......... 99% 26.4M 0s
 44800K .......... .......... .......... .......... .......... 99% 24.8M 0s
 44850K .......... .......... .......... .......... .......... 99% 27.1M 0s
 44900K .......... .......... .......... .......... .......... 99% 40.2M 0s
 44950K .......... .......... .......... .......... .......... 99% 65.1M 0s
 45000K .......... .......... .......... .......... .......... 99% 56.1M 0s
 45050K .......... .......... .......... .......... .......... 99% 21.3M 0s
 45100K .......... .......... .......... .......... .......... 99% 62.8M 0s
 45150K .......... .......... ........                        100% 57.2M=1.3s

2021-03-10 11:49:34 (34.2 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
--2021-03-10 11:49:37--  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% 3.64M 1s
    50K .......... .......... .......... .......... ..........  3% 6.65M 1s
   100K .......... .......... .......... .......... ..........  5% 14.0M 0s
   150K .......... .......... .......... .......... ..........  7% 13.8M 0s
   200K .......... .......... .......... .......... ..........  9% 16.9M 0s
   250K .......... .......... .......... .......... .......... 11% 12.1M 0s
   300K .......... .......... .......... .......... .......... 13% 13.2M 0s
   350K .......... .......... .......... .......... .......... 15% 12.9M 0s
   400K .......... .......... .......... .......... .......... 17% 15.0M 0s
   450K .......... .......... .......... .......... .......... 19% 15.3M 0s
   500K .......... .......... .......... .......... .......... 21% 16.3M 0s
   550K .......... .......... .......... .......... .......... 23% 29.4M 0s
   600K .......... .......... .......... .......... .......... 25% 23.5M 0s
   650K .......... .......... .......... .......... .......... 27% 35.1M 0s
   700K .......... .......... .......... .......... .......... 29% 19.2M 0s
   750K .......... .......... .......... .......... .......... 31% 16.0M 0s
   800K .......... .......... .......... .......... .......... 33% 25.0M 0s
   850K .......... .......... .......... .......... .......... 35% 30.3M 0s
   900K .......... .......... .......... .......... .......... 37% 15.3M 0s
   950K .......... .......... .......... .......... .......... 39% 13.7M 0s
  1000K .......... .......... .......... .......... .......... 41% 15.2M 0s
  1050K .......... .......... .......... .......... .......... 43% 15.4M 0s
  1100K .......... .......... .......... .......... .......... 45% 14.3M 0s
  1150K .......... .......... .......... .......... .......... 47% 15.8M 0s
  1200K .......... .......... .......... .......... .......... 49% 16.5M 0s
  1250K .......... .......... .......... .......... .......... 51% 15.8M 0s
  1300K .......... .......... .......... .......... .......... 53% 15.9M 0s
  1350K .......... .......... .......... .......... .......... 55% 17.0M 0s
  1400K .......... .......... .......... .......... .......... 57% 16.0M 0s
  1450K .......... .......... .......... .......... .......... 59% 16.7M 0s
  1500K .......... .......... .......... .......... .......... 61% 15.4M 0s
  1550K .......... .......... .......... .......... .......... 63% 16.8M 0s
  1600K .......... .......... .......... .......... .......... 65% 14.2M 0s
  1650K .......... .......... .......... .......... .......... 67% 19.5M 0s
  1700K .......... .......... .......... .......... .......... 69% 15.8M 0s
  1750K .......... .......... .......... .......... .......... 71% 16.3M 0s
  1800K .......... .......... .......... .......... .......... 73% 14.3M 0s
  1850K .......... .......... .......... .......... .......... 75% 18.3M 0s
  1900K .......... .......... .......... .......... .......... 77% 16.9M 0s
  1950K .......... .......... .......... .......... .......... 79% 18.4M 0s
  2000K .......... .......... .......... .......... .......... 81% 26.2M 0s
  2050K .......... .......... .......... .......... .......... 83% 23.4M 0s
  2100K .......... .......... .......... .......... .......... 85% 17.4M 0s
  2150K .......... .......... .......... .......... .......... 87% 25.5M 0s
  2200K .......... .......... .......... .......... .......... 89% 19.9M 0s
  2250K .......... .......... .......... .......... .......... 91% 14.7M 0s
  2300K .......... .......... .......... .......... .......... 92% 19.9M 0s
  2350K .......... .......... .......... .......... .......... 94% 11.2M 0s
  2400K .......... .......... .......... .......... .......... 96% 12.0M 0s
  2450K .......... .......... .......... .......... .......... 98% 9.34M 0s
  2500K .......... .......... ......                          100% 11.0M=0.2s

2021-03-10 11:49:37 (14.8 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] sh
+ PHARO_CI_TESTING_ENVIRONMENT=true
+ ./vm/Contents/MacOS/Pharo --logLevel=4 ./image/VMMaker.image test --junit-xml-output VMMakerTests
[DEBUG] 2021-03-10 11:49:38.390 logParameters (src/parameters.c:275):Image file name: ./image/VMMaker.image
[DEBUG] 2021-03-10 11:49:38.390 logParameters (src/parameters.c:276):Is default Image: no
[DEBUG] 2021-03-10 11:49:38.390 logParameters (src/parameters.c:277):Is interactive session: no
[DEBUG] 2021-03-10 11:49:38.390 logParameterVector (src/parameters.c:265):vmParameters [count = 2]:
[DEBUG] 2021-03-10 11:49:38.390 logParameterVector (src/parameters.c:268): ./vm/Contents/MacOS/Pharo
[DEBUG] 2021-03-10 11:49:38.390 logParameterVector (src/parameters.c:268): --logLevel=4
[DEBUG] 2021-03-10 11:49:38.390 logParameterVector (src/parameters.c:265):imageParameters [count = 3]:
[DEBUG] 2021-03-10 11:49:38.390 logParameterVector (src/parameters.c:268): test
[DEBUG] 2021-03-10 11:49:38.390 logParameterVector (src/parameters.c:268): --junit-xml-output
[DEBUG] 2021-03-10 11:49:38.390 logParameterVector (src/parameters.c:268): VMMakerTests
[INFO ] 2021-03-10 11:49:38.390 vm_main_with_parameters (src/client.c:94):Opening Image: ./image/VMMaker.image
[DEBUG] 2021-03-10 11:49:38.390 vm_main_with_parameters (src/client.c:116):Working Directory /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/runTests/build/vmmaker
[DEBUG] 2021-03-10 11:49:38.390 vm_main_with_parameters (src/client.c:118):sizeof(int): 4
[DEBUG] 2021-03-10 11:49:38.390 vm_main_with_parameters (src/client.c:119):sizeof(long): 8
[DEBUG] 2021-03-10 11:49:38.390 vm_main_with_parameters (src/client.c:120):sizeof(long long): 8
[DEBUG] 2021-03-10 11:49:38.390 vm_main_with_parameters (src/client.c:121):sizeof(void*): 8
[DEBUG] 2021-03-10 11:49:38.390 vm_main_with_parameters (src/client.c:122):sizeof(sqInt): 8
[DEBUG] 2021-03-10 11:49:38.390 vm_main_with_parameters (src/client.c:123):sizeof(sqLong): 8
[DEBUG] 2021-03-10 11:49:38.390 vm_main_with_parameters (src/client.c:124):sizeof(float): 4
[DEBUG] 2021-03-10 11:49:38.390 vm_main_with_parameters (src/client.c:125):sizeof(double): 8
[DEBUG] 2021-03-10 11:49:38.390 runOnMainThread (src/client.c:227):Running VM on main thread
[DEBUG] 2021-03-10 11:49:38.391 sqAllocateMemory (src/memoryUnix.c:107):Trying to load the image in 0x10f978000
[DEBUG] 2021-03-10 11:49:38.391 sqAllocateMemory (src/memoryUnix.c:149):Loading the image in 0x113eac000
[WARN ] 2021-03-10 11:49:38.528 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:140):Missing Accessor Depth: primitiveTimezoneOffset
[WARN ] 2021-03-10 11:49:38.577 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:140):Missing Accessor Depth: primitiveFileMasks
[WARN ] 2021-03-10 11:49:38.582 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:140):Missing Accessor Depth: primitiveDirectoryDelimitor
[WARN ] 2021-03-10 11:49:38.598 ioLoadModule (src/externalPrimitives.c:101):Failed to load module: InternetConfigPlugin
[WARN ] 2021-03-10 11:49:39.109 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:140):Missing Accessor Depth: primitiveResolverStatus
[WARN ] 2021-03-10 11:49:39.116 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:140):Missing Accessor Depth: primitiveResolverLocalAddress
[WARN ] 2021-03-10 11:49:39.118 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:140):Missing Accessor Depth: primitiveResolverHostNameSize
[WARN ] 2021-03-10 11:49:39.118 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:140):Missing Accessor Depth: primitiveResolverHostNameResult
[WARN ] 2021-03-10 11:49:39.127 ioLoadModule (src/externalPrimitives.c:101):Failed to load module: MD5Plugin
[WARN ] 2021-03-10 11:49:39.375 ioLoadModule (src/externalPrimitives.c:101):Failed to load module: SDL2DisplayPlugin
[WARN ] 2021-03-10 11:49:41.040 ioLoadModule (src/externalPrimitives.c:101):Failed to load module: FloatArrayPlugin
Unable to create basic Accelerated OpenGL renderer.
Unable to create basic Accelerated OpenGL renderer.
Core Image is now using the software OpenGL renderer. This will be slow.
[WARN ] 2021-03-10 11:49:42.616 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:140):Missing Accessor Depth: primitiveFileStdioHandles
Running tests in 1 Packages
[WARN ] 2021-03-10 11:49:44.172 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:140):Missing Accessor Depth: primAllocateExecutablePage
[WARN ] 2021-03-10 11:49:44.172 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:140):Missing Accessor Depth: primThunkEntryAddress
3495 run, 3319 passes, 0 failures, 176 errors.
[WARN ] 2021-03-10 11:51:57.999 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:140):Missing Accessor Depth: primitiveCompressToByteArray
[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] node
[Pipeline] node
[Pipeline] node
Running on pharo-ci-jenkins2-osx2 in /builds/workspace/pharo-vm_PR-162
Running on pharo-ci-jenkins2-win10 in C:\builds\workspace\pharo-vm_PR-162
[Pipeline] {
[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...
[Pipeline] cleanWs
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[WS-CLEANUP] done
[Pipeline] stage
[Pipeline] { (Checkout-Darwin-x86_64)
[WS-CLEANUP] done
[Pipeline] stage
[Pipeline] { (Checkout-Windows-x86_64)
[Pipeline] dir
Running in /builds/workspace/pharo-vm_PR-162/repository
[Pipeline] {
[Pipeline] dir
Running in C:\builds\workspace\pharo-vm_PR-162\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
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/opensmalltalk-vm.git
 > git init /builds/workspace/pharo-vm_PR-162/repository # timeout=10
Fetching upstream changes from https://github.com/pharo-project/opensmalltalk-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 -- https://github.com/pharo-project/opensmalltalk-vm.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Cloning repository https://github.com/pharo-project/opensmalltalk-vm.git
 > git init C:\builds\workspace\pharo-vm_PR-162\repository # timeout=10
Fetching upstream changes from https://github.com/pharo-project/opensmalltalk-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 -- https://github.com/pharo-project/opensmalltalk-vm.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Still waiting to schedule task
Waiting for next available executor on ‘Linux-x86_64Using shallow fetch with depth 2
Merging remotes/origin/headless commit 42a6888edec2249901c8a5ee555e3a71bd56e906 into PR head commit 1181fa2ec3cb2642bb60622d6a5899ec91535504
Merge succeeded, producing 1181fa2ec3cb2642bb60622d6a5899ec91535504
Checking out Revision 1181fa2ec3cb2642bb60622d6a5899ec91535504 (PR-162)
Commit message: "- Fixing the compilation in C - Adding more events so it is correctly tracked all executions - Using the correct time to get real information without depending on the frequency of the heartbeat"
 > git config remote.origin.url https://github.com/pharo-project/opensmalltalk-vm.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/pharo-project/opensmalltalk-vm.git # timeout=10
Fetching upstream changes from https://github.com/pharo-project/opensmalltalk-vm.git
using GIT_ASKPASS to set credentials pharo-ci using token as pass
 > git fetch --tags --force --progress -- https://github.com/pharo-project/opensmalltalk-vm.git +refs/pull/162/head:refs/remotes/origin/PR-162 +refs/heads/headless:refs/remotes/origin/headless # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 1181fa2ec3cb2642bb60622d6a5899ec91535504 # timeout=10
 > git remote # timeout=10
 > git config --get remote.origin.url # timeout=10
using GIT_ASKPASS to set credentials pharo-ci using token as pass
 > git merge 42a6888edec2249901c8a5ee555e3a71bd56e906 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 1181fa2ec3cb2642bb60622d6a5899ec91535504 # timeout=10

GitHub has been notified of this commit’s build result

[Pipeline] }
[Pipeline] // dir
[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 /builds/workspace/pharo-vm_PR-162/repository
-- v8.1.0-alpha-1508-g1181fa2ec - Commit: 1181fa2ec - Date: 2021-03-10 11:45:06 +0100
-- 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_PR-162/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 - 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_PR-162/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'...
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 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
-- 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
-- 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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/build/libgit2-0.25.1-src/libgit2.0.25.1.dylib
-- /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/libgit2-0.25.1-src/libgit2.25.dylib
-- /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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
-- Configuring done
-- Generating done
-- Build files have been written to: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/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 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 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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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 4% complete]
-- [download 7% complete]
-- [download 9% complete]
-- [download 11% complete]
-- [download 12% complete]
-- [download 14% complete]
-- [download 16% complete]
-- [download 17% complete]
-- [download 21% complete]
-- [download 23% complete]
-- [download 25% complete]
-- [download 27% complete]
-- [download 28% complete]
-- [download 32% complete]
-- [download 33% complete]
-- [download 35% complete]
-- [download 36% complete]
-- [download 38% complete]
-- [download 39% complete]
-- [download 40% complete]
-- [download 41% complete]
-- [download 42% complete]
-- [download 44% complete]
-- [download 45% complete]
-- [download 48% complete]
-- [download 49% complete]
-- [download 52% complete]
-- [download 53% complete]
-- [download 55% complete]
-- [download 56% complete]
-- [download 57% complete]
-- [download 58% complete]
-- [download 59% complete]
-- [download 61% complete]
-- [download 62% complete]
-- [download 63% complete]
-- [download 65% 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 78% complete]
-- [download 79% complete]
-- [download 80% complete]
-- [download 81% complete]
-- [download 83% complete]
-- [download 84% complete]
-- [download 85% complete]
-- [download 86% 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 99% complete]
-- [download 100% complete]
-- Downloading... done
-- extracting...
     src='/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/build/libssh2-1.7.0-src/libssh2.1.dylib
-- /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/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 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_PR-162/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_PR-162/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_PR-162/build/openssl-1.0.2q-src/libcrypto.1.0.0.dylib
-- /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/openssl-1.0.2q-src/libssl.1.0.0.dylib
-- /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/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='/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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 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 38% 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 49% 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_PR-162/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_PR-162/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_PR-162/build/freetype-2.9.1-src/libfreetype.6.dylib
-- /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/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 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_PR-162/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_PR-162/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_PR-162/build/pixman-0.34.0-src/libpixman-1.0.dylib
-- /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/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 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 11% complete]
-- [download 12% 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 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 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 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_PR-162/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_PR-162/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_PR-162/build/cairo-1.15.4-src/libcairo.2.dylib
-- /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/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 4% 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 16% complete]
-- [download 20% 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 33% complete]
-- [download 34% complete]
-- [download 35% complete]
-- [download 36% complete]
-- [download 37% 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 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 67% complete]
-- [download 69% complete]
-- [download 70% complete]
-- [download 71% complete]
-- [download 75% complete]
-- [download 76% complete]
-- [download 77% complete]
-- [download 78% complete]
-- [download 83% complete]
-- [download 86% complete]
-- [download 88% complete]
-- [download 89% complete]
-- [download 90% 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='/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/build/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_PR-162/build/libpng-1.2.49-src/libpng12.0.dylib
-- /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/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 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 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 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 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 80% complete]
-- [download 82% complete]
-- [download 83% 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 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_PR-162/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_PR-162/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_PR-162/build/SDL2-2.0.7-src/libSDL2-2.0.0.dylib
-- /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/build
[Pipeline] dir
Running in /builds/workspace/pharo-vm_PR-162/build
[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_PR-162/repository -B/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/build/CMakeFiles /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_PR-162/repository /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/libffi-src /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/libffi-build /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/libffi-build/CMakeFiles/objlib.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/libffi-build/CMakeFiles/objlib.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/libffi-build/CMakeFiles/objlib.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/libffi-build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/libffi-build -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/build/libffi-src/src/closures.c
[  2%] Building C object libffi-build/CMakeFiles/objlib.dir/src/java_raw_api.c.o
cd /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/libffi-build -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/build/libffi-src/src/java_raw_api.c
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/libffi-build -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/libffi-build -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/build/libffi-src/src/raw_api.c
[  3%] Building C object libffi-build/CMakeFiles/objlib.dir/src/types.c.o
cd /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/libffi-build -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/libffi-build -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/libffi-build -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/libffi-src/include  -fPIC   -o CMakeFiles/objlib.dir/src/x86/unix64.S.o -c /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/libffi-build -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/build/libffi-src/src/x86/ffiw64.c
[  6%] Building ASM object libffi-build/CMakeFiles/objlib.dir/src/x86/win64.S.o
cd /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/libffi-build -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/libffi-src/include  -fPIC   -o CMakeFiles/objlib.dir/src/x86/win64.S.o -c /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_PR-162/repository /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/libffi-src /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/libffi-build /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/libffi-build/CMakeFiles/ffi_shared.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/libffi-build/CMakeFiles/ffi_shared.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/libffi-build/CMakeFiles/ffi_shared.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/libffi-build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_PR-162/repository /builds/workspace/pharo-vm_PR-162/repository /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/libffi_copy.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/libffi_copy.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/libffi_copy.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libffi.dylib /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_PR-162/repository /builds/workspace/pharo-vm_PR-162/repository /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/build_vmmaker_get_vm-build.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/build_vmmaker_get_vm-build.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/build_vmmaker_get_vm-build.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/build/build/vmmaker/src/build_vmmaker_get_vm-stamp/download-build_vmmaker_get_vm.cmake
-- Downloading...
   dst='/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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]
-- [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_PR-162/build/build/vmmaker/src/PharoVM-8.6.1-e829a1da-StockReplacement-mac64-bin_signed.zip'
-- Downloading... done
cd /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/build/build/vmmaker/src/build_vmmaker_get_vm-stamp/verify-build_vmmaker_get_vm.cmake
cd /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/build/build/vmmaker/src/build_vmmaker_get_vm-stamp/extract-build_vmmaker_get_vm.cmake
-- extracting...
     src='/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/vmmaker/src/PharoVM-8.6.1-e829a1da-StockReplacement-mac64-bin_signed.zip'
     dst='/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/vmmaker/vm'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
cd /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/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_PR-162/build/build/vmmaker/vm && echo

[ 10%] Performing configure step for 'build_vmmaker_get_vm'
cd /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/vmmaker/vm && echo

cd /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/build/build/vmmaker/vm && echo

cd /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_PR-162/repository /builds/workspace/pharo-vm_PR-162/repository /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/build_vmmaker_get_image.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/build_vmmaker_get_image.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/build_vmmaker_get_image.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/build/build/vmmaker/src/build_vmmaker_get_image-stamp/download-build_vmmaker_get_image.cmake
-- Downloading...
   dst='/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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]
-- [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_PR-162/build/build/vmmaker/src/Pharo9.0-SNAPSHOT.build.1144.sha.ac4bf08.arch.64bit.zip'
-- Downloading... done
cd /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/build/build/vmmaker/src/build_vmmaker_get_image-stamp/verify-build_vmmaker_get_image.cmake
cd /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/build/build/vmmaker/src/build_vmmaker_get_image-stamp/extract-build_vmmaker_get_image.cmake
-- extracting...
     src='/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/vmmaker/src/Pharo9.0-SNAPSHOT.build.1144.sha.ac4bf08.arch.64bit.zip'
     dst='/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/vmmaker/image'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
cd /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/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_PR-162/build/build/vmmaker/image && echo

[ 13%] Performing configure step for 'build_vmmaker_get_image'
cd /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/vmmaker/image && echo

cd /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/build/build/vmmaker/image && /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/vmmaker/vm/Contents/MacOS/Pharo --headless /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/vmmaker/image/Pharo9.0-SNAPSHOT-64bit-ac4bf08.image save VMMaker
cd /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/vmmaker/image && /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/vmmaker/vm/Contents/MacOS/Pharo --headless /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/vmmaker/image/VMMaker.image --save --quit /builds/workspace/pharo-vm_PR-162/repository/scripts/installVMMaker.st /builds/workspace/pharo-vm_PR-162/repository
NewUndeclaredWarning: UndefinedObject>>DoIt (path is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (path is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (path is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (path is Undeclared)
MetacelloNotification: Fetched -> BaselineOfVMMaker-tonel.1 --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc
MetacelloNotification: Loading -> BaselineOfVMMaker-tonel.1 --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc
MetacelloNotification: Loaded -> BaselineOfVMMaker-tonel.1 --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_PR-162/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.1604592041 --- https://github.com/guillep/pharo-llvmDisassembler.git[master] --- https://github.com/guillep/pharo-llvmDisassembler.git[master]
MetacelloNotification: Loading -> BaselineOfLLVMDisassembler-CompatibleUserName.1604592041 --- https://github.com/guillep/pharo-llvmDisassembler.git[master] --- https://github.com/guillep/pharo-llvmDisassembler.git[master]
MetacelloNotification: Loaded -> BaselineOfLLVMDisassembler-CompatibleUserName.1604592041 --- 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.1615322588 --- https://github.com/guillep/pharo-unicorn.git[master] --- https://github.com/guillep/pharo-unicorn.git[master]
MetacelloNotification: Loading -> BaselineOfUnicorn-CompatibleUserName.1615322588 --- https://github.com/guillep/pharo-unicorn.git[master] --- https://github.com/guillep/pharo-unicorn.git[master]
MetacelloNotification: Loaded -> BaselineOfUnicorn-CompatibleUserName.1615322588 --- 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_PR-162/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc
MetacelloNotification: Fetched -> Slang-Tests-tonel.1 --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc
MetacelloNotification: Fetched -> Melchor-tonel.1 --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc
MetacelloNotification: Project: Unicorn baseline
MetacelloNotification: Fetched -> Unicorn-CompatibleUserName.1615322588 --- https://github.com/guillep/pharo-unicorn.git[master] --- https://github.com/guillep/pharo-unicorn.git[master]
MetacelloNotification: Project: LLVMDisassembler baseline
MetacelloNotification: Fetched -> LLVMDisassembler-CompatibleUserName.1604592041 --- 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_PR-162/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc
MetacelloNotification: Fetched -> Printf-tonel.1 --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc
MetacelloNotification: Fetched -> VMMaker-tonel.1 --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc
MetacelloNotification: Fetched -> VMMaker-Slang-tonel.1 --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc
MetacelloNotification: Fetched -> VMMakerCompatibilityForPharo6-tonel.1 --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc
Using shallow fetch with depth 2
MetacelloNotification: Fetched -> VMMakerTests-tonel.1 --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc
MetacelloNotification: Fetched -> VMMaker-MT-Tests-tonel.1 --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc
MetacelloNotification: Fetched -> VMMaker-Tools-tonel.1 --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc
MetacelloNotification: Fetched -> VMMaker-OriginalTests-tonel.1 --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc
MetacelloNotification: Fetched -> FileAttributesPlugin-tonel.1 --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc
MetacelloNotification: Loading -> Slang-tonel.1 --- tonel:///builds/workspace/pharo-vm_PR-162/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)
Merging remotes/origin/headless commit 42a6888edec2249901c8a5ee555e3a71bd56e906 into PR head commit 1181fa2ec3cb2642bb60622d6a5899ec91535504
MetacelloNotification: Loaded -> Slang-tonel.1 --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> Slang-Tests-tonel.1 --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc --- cache
MetacelloNotification: Loaded -> Slang-Tests-tonel.1 --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> Melchor-tonel.1 --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc --- cache
NewUndeclaredWarning: VMPluginCodeGenerator>>sizeOfIntegralCType: (BytesPerWord is Undeclared)
MetacelloNotification: Loaded -> Melchor-tonel.1 --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc --- cache
MetacelloNotification: Starting atomic load
NewUndeclaredWarning: UcARMRegisters class>>eflags (UC_ARM_REG_EFLAGS is Undeclared)
MetacelloNotification: 	Loaded -> Unicorn-CompatibleUserName.1615322588 --- 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.1604592041 --- https://github.com/guillep/pharo-llvmDisassembler.git[master] --- cache
MetacelloNotification: Finished atomic load
MetacelloNotification: Loading -> VMMakerLoadingDependencies-tonel.1 --- tonel:///builds/workspace/pharo-vm_PR-162/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_PR-162/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> Printf-tonel.1 --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc --- cache
MetacelloNotification: Loaded -> Printf-tonel.1 --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> VMMaker-tonel.1 --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc --- cache
 > git config remote.origin.url https://github.com/pharo-project/opensmalltalk-vm.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/pharo-project/opensmalltalk-vm.git # timeout=10
Fetching upstream changes from https://github.com/pharo-project/opensmalltalk-vm.git
using GIT_ASKPASS to set credentials pharo-ci using token as pass
 > git fetch --tags --force --progress -- https://github.com/pharo-project/opensmalltalk-vm.git +refs/pull/162/head:refs/remotes/origin/PR-162 +refs/heads/headless:refs/remotes/origin/headless # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 1181fa2ec3cb2642bb60622d6a5899ec91535504 # timeout=10
Merge succeeded, producing 1181fa2ec3cb2642bb60622d6a5899ec91535504
Checking out Revision 1181fa2ec3cb2642bb60622d6a5899ec91535504 (PR-162)
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)
Commit message: "- Fixing the compilation in C - Adding more events so it is correctly tracked all executions - Using the correct time to get real information without depending on the frequency of the heartbeat"

GitHub has been notified of this commit’s build result

[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
NewUndeclaredWarning: Cogit>>initializeProcessor (MultiProcessor is Undeclared)
[Pipeline] stage
[Pipeline] { (Build-Windows-x86_64-CoInterpreter)
[Pipeline] echo
Executing: #!c:\tools\cygwin\bin\bash --login
    cd `cygpath "C:\builds\workspace\pharo-vm_PR-162"`
    set -ex
    mkdir build
    
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
NewUndeclaredWarning: Cogit>>setClickStepBreakBlock (Debugger is Undeclared)
NewUndeclaredWarning: Cogit>>simulateCogCodeAt: (ProcessorSimulationTrap is Undeclared)
SystemNotification: RegisterAllocatingCogit>>resolveConflicts:with:to:(simStackPtr is shadowed)
+ mkdir build
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] echo
Executing: #!c:\tools\cygwin\bin\bash --login
    cd `cygpath "C:\builds\workspace\pharo-vm_PR-162"`
    set -ex
    cd build &&  cygcheck -c -d > cygwinVersions.txt
    
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
NewUndeclaredWarning: StackToRegisterMappingCogit>>widthInDefaultFontOf: (NewParagraph is Undeclared)
+ cd build
+ cygcheck -c -d
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] archiveArtifacts
Archiving artifacts
 > git remote # timeout=10
 > git config --get remote.origin.url # timeout=10
using GIT_ASKPASS to set credentials pharo-ci using token as pass
 > git merge 42a6888edec2249901c8a5ee555e3a71bd56e906 # timeout=10
 > git rev-parse "HEAD^{commit}" # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 1181fa2ec3cb2642bb60622d6a5899ec91535504 # timeout=10
[Pipeline] echo
Executing: #!c:\tools\cygwin\bin\bash --login
    cd `cygpath "C:\builds\workspace\pharo-vm_PR-162"`
    set -ex
    cd build && cmake -DFLAVOUR=CoInterpreter  -DPHARO_DEPENDENCIES_PREFER_DOWNLOAD_BINARIES=TRUE ../repository
    
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
+ cd build
+ cmake -DFLAVOUR=CoInterpreter -DPHARO_DEPENDENCIES_PREFER_DOWNLOAD_BINARIES=TRUE ../repository
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)
-- v8.1.0-alpha-1508-g1181fa2ec - Commit: 1181fa2ec - Date: 2021-03-10 11:45:06 +0100
-- Building on CYGWIN CMAKE: Adapting paths
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: StackInterpreter>>openImageFileNamed: (FileStream is Undeclared)
NewUndeclaredWarning: StackInterpreter>>openImageFileNamed: (FileStream 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>>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)
-- The C compiler identification is Clang 8.0.1
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)
-- The CXX compiler identification is Clang 8.0.1
-- Check for working C compiler: /usr/bin/x86_64-w64-mingw32-clang
-- Check for working C compiler: /usr/bin/x86_64-w64-mingw32-clang - 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/x86_64-w64-mingw32-clang++
-- Check for working CXX compiler: /usr/bin/x86_64-w64-mingw32-clang++ - 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 for WINDOWS
-- 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
MetacelloNotification: Loaded -> VMMaker-tonel.1 --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> VMMaker-Slang-tonel.1 --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc --- cache
MetacelloNotification: Loaded -> VMMaker-Slang-tonel.1 --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> VMMakerCompatibilityForPharo6-tonel.1 --- tonel:///builds/workspace/pharo-vm_PR-162/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_PR-162/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> VMMakerTests-tonel.1 --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc --- cache
NewUndeclaredWarning: UnicornSimulator>>stackValues (VMMachineCodeDebuggerStackItem is Undeclared)
NewUndeclaredWarning: VMSimpleStackBasedCogitAbstractTest>>openMachineDebuggerAt: (VMMachineCodeDebugger is Undeclared)
-- Check size of int - done
-- Check size of long
MetacelloNotification: Loaded -> VMMakerTests-tonel.1 --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> VMMaker-MT-Tests-tonel.1 --- tonel:///builds/workspace/pharo-vm_PR-162/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_PR-162/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> VMMaker-Tools-tonel.1 --- tonel:///builds/workspace/pharo-vm_PR-162/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)
-- Check size of long - done
-- Check size of long long
MetacelloNotification: Loaded -> VMMaker-Tools-tonel.1 --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> VMMaker-OriginalTests-tonel.1 --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc --- cache
NewUndeclaredWarning: SpurImageTestResource class>>preenImage (Spur32BitPreen is Undeclared)
NewUndeclaredWarning: SpurPlanningCompactorTests class>>preenImage (Spur32BitPreen is Undeclared)
-- Check size of long long - done
-- Check size of void*
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_PR-162/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> FileAttributesPlugin-tonel.1 --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc --- cache
MetacelloNotification: Loaded -> FileAttributesPlugin-tonel.1 --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc --- cache
MetacelloNotification: ...finished baseline
-- Check size of void* - done
-- int 4
-- long 4
-- long long 8
-- void* 8
-- Writing libraries to: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/vm/
-- Looking for include file dirent.h
cd /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/build/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-build
[ 14%] Performing install step for 'build_vmmaker_get_image'
cd /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/vmmaker/image && echo

cd /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/build/build/vmmaker/image/VMMaker.image eval "PharoVMMaker generate: #'CoInterpreter' outputDirectory: '/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build'"
-- Looking for include file dirent.h - found
-- Looking for include file features.h
Generating #CoInterpreter in '/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build'...
-- 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
StackInterpreterPrimitives>>primitiveFFIFree 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>>primitiveFFIAllocate 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, usqLong in fetchLong32:ofFloatObject:
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, usqLong in fetchLong32:ofFloatObject:
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, usqLong in fetchLong32:ofFloatObject:
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, usqLong in fetchLong32:ofFloatObject:
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, usqLong in fetchLong32:ofFloatObject:
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, usqLong in fetchLong32:ofFloatObject:
conflicting return types sqInt, void in primitiveFFIAllocate
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 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 - not 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 - not found
-- Looking for include file dlfcn.h
-- Looking for include file dlfcn.h - not found
-- Looking for dlopen in dl
-- Looking for dlopen in dl - not found
-- Looking for dlopen in dyld
-- Looking for dlopen in dyld - not found
-- Performing Test HAVE_TM_GMTOFF

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:
-- 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
-- Looking for include file uuid/uuid.h - not 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 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
-- Building FFI
-- Downloading/updating libffi
-- Configuring done
-- Generating done
-- Build files have been written to: /cygdrive/c/builds/workspace/pharo-vm_PR-162/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'
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
[ 22%] Performing download step (git clone) for 'libffi-download'

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
Local variable name 'ret' in genPrimitiveIdentityHash may mask method when inlining

Local variable name 'ret' in genPrimitiveImmediateAsInteger may mask method when inlining
Cloning into 'libffi-src'...

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 primitiveGeneratorOrNil

numPushNilsFunction localised to scanBlock:
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'

warning, variable nsMethodCache doesn't exist or has already been removed
StackToRegisterMappingCogit>>freeAnyFloatRegNotConflictingWith: contains declaration for non-existent variable desc
Current branch v3.3-cmake is up to date.

pushNilSizeFunction localised to compileBlockBodies

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

cPICEndOfCodeLabel localised to generateClosedPICPrototype

endCPICCase1 localised to generateClosedPICPrototype

primitiveGeneratorTable localised to primitiveGeneratorOrNil

numPushNilsFunction localised to scanBlock:
[ 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_WIN64
-- Check size of size_t
-- Check size of size_t - done
-- The ASM compiler identification is Clang
-- Found assembler: /usr/bin/x86_64-w64-mingw32-clang
-- Check size of double

warning, variable nsMethodCache doesn't exist or has already been removed
-- Check size of double - done
-- Check size of long double
StackToRegisterMappingCogit>>freeAnyFloatRegNotConflictingWith: contains declaration for non-existent variable desc
-- Check size of long double - done
-- Looking for alloca
-- Looking for alloca - not found
-- Looking for mmap
-- Looking for mmap - not found
-- Looking for MAP_ANON
-- Looking for MAP_ANON - not found
-- Performing Test HAVE_MMAP_DEV_ZERO

pushNilSizeFunction localised to compileBlockBodies

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

cPICEndOfCodeLabel localised to generateClosedPICPrototype

endCPICCase1 localised to generateClosedPICPrototype

primitiveGeneratorTable localised to primitiveGeneratorOrNil

numPushNilsFunction localised to scanBlock:
-- Performing Test HAVE_MMAP_DEV_ZERO - Failed
-- Looking for alloca.h
10 March 2021 11:55:23.32555 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
10 March 2021 11:55:23.799294 am
-- Looking for alloca.h - not found
-- Performing Test HAVE_ALLOCA
-- Performing Test HAVE_ALLOCA - Failed
-- Looking for inttypes.h

warning, variable nsMethodCache doesn't exist or has already been removed
-- 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
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
StackInterpreterPrimitives>>primitiveFFIAllocate contains declaration for non-existent variable ptr

conflicting return types sqInt, void in primitiveFFIFree
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 primitiveFFIAllocate
conflicting return types sqInt, void in extendedStoreBytecodePop:
conflicting return types sqInt, void in baseFrameReturn
conflicting return types sqInt, void in primitiveFFIFree
conflicting return types sqInt, void in primitiveFFIAllocate
conflicting return types sqInt, void in extendedStoreBytecodePop:
conflicting return types sqInt, void in baseFrameReturn
conflicting return types sqInt, void in primitiveFFIFree
conflicting return types sqInt, void in primitiveFFIAllocate
conflicting return types sqInt, void in extendedStoreBytecodePop:
conflicting return types sqInt, void in baseFrameReturn
conflicting return types sqInt, void in primitiveFFIFree
conflicting return types sqInt, void in primitiveFFIAllocate
conflicting return types sqInt, void in extendedStoreBytecodePop:
conflicting return types sqInt, void in baseFrameReturn
conflicting return types sqInt, void in primitiveFFIFree
conflicting return types sqInt, void in primitiveFFIAllocate
conflicting return types sqInt, void in extendedStoreBytecodePop:
conflicting return types sqInt, void in baseFrameReturn
conflicting return types sqInt, void in primitiveFFIFree
conflicting return types sqInt, void in primitiveFFIAllocate
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 strings.h - found
-- Looking for string.h
-- Looking for string.h - found
-- Looking for sys/mman.h
-- Looking for sys/mman.h - not 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 - 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

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:
-- 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 third-party libraries for Windows-x86_64: gcc-runtime-3.4
-- Downloading/updating gcc-runtime-3.4
-- Configuring done
-- Generating done
-- Build files have been written to: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/gcc-runtime-3.4-download
Scanning dependencies of target gcc-runtime-3.4-download
[ 11%] Creating directories for 'gcc-runtime-3.4-download'
[ 22%] Performing download step (download, verify and extract) for 'gcc-runtime-3.4-download'
-- Downloading...
   dst='/cygdrive/c/builds/workspace/pharo-vm_PR-162/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 0% complete]
-- [download 11% complete]
-- [download 17% complete]
-- [download 49% complete]
-- [download 76% complete]
-- [download 100% complete]
-- Downloading... done
-- extracting...
     src='/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/build/gcc-runtime-3.4-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No patch step for 'gcc-runtime-3.4-download'
[ 44%] No update step for 'gcc-runtime-3.4-download'
[ 55%] No configure step for 'gcc-runtime-3.4-download'
[ 66%] No build step for 'gcc-runtime-3.4-download'
[ 77%] No install step for 'gcc-runtime-3.4-download'
[ 88%] No test step for 'gcc-runtime-3.4-download'
[100%] Completed 'gcc-runtime-3.4-download'
[100%] Built target gcc-runtime-3.4-download
-- /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/gcc-runtime-3.4-src/iconv.dll
-- /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/gcc-runtime-3.4-src/libgcc_s_seh-1.dll
-- /cygdrive/c/builds/workspace/pharo-vm_PR-162/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

warning, variable nsMethodCache doesn't exist or has already been removed
StackToRegisterMappingCogit>>freeAnyFloatRegNotConflictingWith: contains declaration for non-existent variable desc
-- Configuring done
-- Generating done
-- Build files have been written to: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/libgit2-win-1.0.0-download
Scanning dependencies of target libgit2-win-1.0.0-download
[ 11%] Creating directories for 'libgit2-win-1.0.0-download'
[ 22%] Performing download step (download, verify and extract) for 'libgit2-win-1.0.0-download'
-- Downloading...
   dst='/cygdrive/c/builds/workspace/pharo-vm_PR-162/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'
-- [download 1% complete]
-- [download 2% complete]
-- [download 4% complete]
-- [download 6% complete]
-- [download 9% complete]
-- [download 10% complete]
-- [download 11% complete]
-- [download 13% complete]
-- [download 16% complete]
-- [download 18% complete]
-- [download 20% complete]
-- [download 21% complete]
-- [download 23% complete]
-- [download 24% complete]
-- [download 25% complete]
-- [download 26% complete]
-- [download 27% 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 40% complete]
-- [download 42% complete]
-- [download 43% complete]
-- [download 44% complete]
-- [download 45% complete]
-- [download 46% complete]
-- [download 47% complete]
-- [download 50% complete]
-- [download 51% complete]
-- [download 54% complete]
-- [download 55% complete]
-- [download 56% complete]
-- [download 57% complete]
-- [download 58% complete]
-- [download 65% complete]
-- [download 66% complete]
-- [download 68% complete]
-- [download 70% complete]
-- [download 77% complete]
-- [download 79% complete]
-- [download 81% complete]
-- [download 82% complete]
-- [download 85% complete]
-- [download 87% complete]
-- [download 89% complete]
-- [download 91% complete]
-- [download 100% complete]
-- Downloading... done
-- extracting...
     src='/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/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'

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 primitiveGeneratorOrNil

numPushNilsFunction localised to scanBlock:
[ 55%] No configure step for 'libgit2-win-1.0.0-download'
[ 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_PR-162/build/libgit2-win-1.0.0-src/libgit2-1-0-0.dll
-- /cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/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 3% complete]
-- [download 5% complete]
-- [download 6% complete]
-- [download 7% complete]
-- [download 8% complete]
-- [download 14% complete]
-- [download 16% complete]
-- [download 20% complete]
-- [download 30% complete]
-- [download 34% complete]
-- [download 38% complete]
-- [download 46% complete]
-- [download 49% complete]
-- [download 52% complete]
-- [download 55% complete]
-- [download 60% complete]
-- [download 63% complete]
-- [download 71% complete]
-- [download 72% complete]
-- [download 73% complete]
-- [download 75% complete]
-- [download 77% complete]
-- [download 81% complete]
-- [download 83% complete]
-- [download 87% complete]
-- [download 89% complete]
-- [download 93% complete]
-- [download 96% complete]
-- [download 100% complete]
-- Downloading... done
-- extracting...
     src='/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/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'

warning, variable nsMethodCache doesn't exist or has already been removed
[ 44%] No update step for 'libgit2-0.25.1-fixLibGit-download'
[ 55%] No configure step for 'libgit2-0.25.1-fixLibGit-download'
StackToRegisterMappingCogit>>freeAnyFloatRegNotConflictingWith: contains declaration for non-existent variable desc
[ 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'
[100%] Completed 'libgit2-0.25.1-fixLibGit-download'
[100%] Built target libgit2-0.25.1-fixLibGit-download
-- /cygdrive/c/builds/workspace/pharo-vm_PR-162/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
-- Configuring done
-- Generating done
-- Build files have been written to: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/zlib-1.2.11-fixLibGit-download
Scanning dependencies of target zlib-1.2.11-fixLibGit-download
[ 11%] Creating directories for 'zlib-1.2.11-fixLibGit-download'

pushNilSizeFunction localised to compileBlockBodies

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

cPICEndOfCodeLabel localised to generateClosedPICPrototype

endCPICCase1 localised to generateClosedPICPrototype

primitiveGeneratorTable localised to primitiveGeneratorOrNil

numPushNilsFunction localised to scanBlock:
[ 22%] Performing download step (download, verify and extract) for 'zlib-1.2.11-fixLibGit-download'
-- Downloading...
   dst='/cygdrive/c/builds/workspace/pharo-vm_PR-162/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 50% complete]
-- [download 59% complete]
-- [download 100% complete]
-- Downloading... done
-- extracting...
     src='/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/build/zlib-1.2.11-fixLibGit-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 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_PR-162/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_PR-162/build/openssl-1.0.2q-fixLigGit-download

warning, variable nsMethodCache doesn't exist or has already been removed
Scanning dependencies of target openssl-1.0.2q-fixLigGit-download
[ 11%] Creating directories for 'openssl-1.0.2q-fixLigGit-download'
[ 22%] Performing download step (download, verify and extract) for 'openssl-1.0.2q-fixLigGit-download'
-- Downloading...
   dst='/cygdrive/c/builds/workspace/pharo-vm_PR-162/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'
StackToRegisterMappingCogit>>freeAnyFloatRegNotConflictingWith: contains declaration for non-existent variable desc
-- [download 0% complete]
-- [download 1% complete]
-- [download 2% complete]
-- [download 3% complete]
-- [download 4% complete]
-- [download 6% complete]
-- [download 7% complete]
-- [download 8% complete]
-- [download 10% complete]
-- [download 12% complete]
-- [download 15% complete]
-- [download 16% complete]
-- [download 18% complete]
-- [download 19% complete]
-- [download 21% complete]
-- [download 23% complete]
-- [download 25% 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 43% complete]
-- [download 46% complete]
-- [download 47% complete]
-- [download 48% complete]
-- [download 49% complete]
-- [download 50% complete]
-- [download 53% complete]
-- [download 54% complete]
-- [download 55% complete]
-- [download 56% complete]
-- [download 58% complete]
-- [download 59% complete]
-- [download 60% complete]
-- [download 61% complete]
-- [download 62% complete]
-- [download 63% complete]
-- [download 75% complete]
-- [download 76% complete]
-- [download 79% complete]
-- [download 82% complete]
-- [download 84% complete]
-- [download 87% complete]
-- [download 89% complete]
-- [download 90% complete]
-- [download 92% complete]
-- [download 93% complete]
-- [download 95% complete]
-- [download 98% complete]
-- [download 100% complete]
-- Downloading... done
-- extracting...
     src='/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/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'
[ 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'

pushNilSizeFunction localised to compileBlockBodies

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

cPICEndOfCodeLabel localised to generateClosedPICPrototype

endCPICCase1 localised to generateClosedPICPrototype

primitiveGeneratorTable localised to primitiveGeneratorOrNil

numPushNilsFunction localised to scanBlock:
[100%] Built target openssl-1.0.2q-fixLigGit-download
-- /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/openssl-1.0.2q-fixLigGit-src/libeay32.dll
-- /cygdrive/c/builds/workspace/pharo-vm_PR-162/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
10 March 2021 11:56:05.978467 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
10 March 2021 11:56:06.350548 am
PharoVMMaker
cd /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_PR-162/repository /builds/workspace/pharo-vm_PR-162/repository /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/PharoVMCore.dir/DependInfo.cmake --color=
-- Configuring done
-- Generating done
-- Build files have been written to: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/libssh2-1.9.0-download
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/PharoVMCore.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/PharoVMCore.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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
[ 16%] 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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/include/semaphores -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/repository/ffi/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/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_PR-162/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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/include/semaphores -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/repository/ffi/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/src/utils.c
/builds/workspace/pharo-vm_PR-162/repository/src/utils.c:224:8: warning: unused variable 'tmpBasedir' [-Wunused-variable]
        char* tmpBasedir = (char*)alloca(bufferSize);
              ^
/builds/workspace/pharo-vm_PR-162/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; }
                ^
Scanning dependencies of target libssh2-1.9.0-download
2 warnings generated.
[ 17%] 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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/include/semaphores -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/repository/ffi/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/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_PR-162/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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/include/semaphores -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/repository/ffi/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/src/nullDisplay.c
[ 11%] Creating directories for 'libssh2-1.9.0-download'
/builds/workspace/pharo-vm_PR-162/repository/src/nullDisplay.c:208:1: warning: unused function 'dropInit' [-Wunused-function]
dropInit (void)
^
/builds/workspace/pharo-vm_PR-162/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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/include/semaphores -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/repository/ffi/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/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_PR-162/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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/include/semaphores -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/repository/ffi/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/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_PR-162/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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/include/semaphores -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/repository/ffi/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/src/pathUtilities.c
[ 22%] Performing download step (download, verify and extract) for 'libssh2-1.9.0-download'
-- Downloading...
   dst='/cygdrive/c/builds/workspace/pharo-vm_PR-162/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 2% complete]
-- [download 9% complete]
[ 20%] 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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/include/semaphores -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/repository/ffi/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/src/parameterVector.c
-- [download 24% complete]
-- [download 48% complete]
-- [download 49% complete]
-- [download 53% complete]
-- [download 68% complete]
-- [download 70% complete]
-- [download 73% complete]
-- [download 79% complete]
-- [download 82% complete]
-- [download 84% complete]
-- [download 88% complete]
-- [download 93% complete]
-- [download 94% complete]
-- [download 98% complete]
-- [download 100% complete]
-- Downloading... done
-- extracting...
     src='/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/build/libssh2-1.9.0-src'
-- extracting... [tar xfz]
[ 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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/include/semaphores -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/repository/ffi/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/src/parameters.c
/builds/workspace/pharo-vm_PR-162/repository/src/parameters.c:291:14: warning: unused variable 'headlessParameter' [-Wunused-variable]
        const char* headlessParameter = "--headless";
                    ^
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
1 warning generated.
[ 21%] 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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/include/semaphores -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/repository/ffi/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/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_PR-162/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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/include/semaphores -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/repository/ffi/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/src/stringUtilities.c
[ 33%] No patch step for 'libssh2-1.9.0-download'
[ 44%] No update step for 'libssh2-1.9.0-download'
[ 22%] 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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/include/semaphores -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/repository/ffi/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/src/imageAccess.c
[ 55%] No configure step for 'libssh2-1.9.0-download'
[ 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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/include/semaphores -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/repository/ffi/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/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_PR-162/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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/include/semaphores -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/repository/ffi/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/src/common/heartbeat.c
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/src/common/heartbeat.c:19:
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/osx/sqPlatformSpecific.h:105: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_PR-162/repository/extracted/vm/src/common/heartbeat.c:19:
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/osx/sqPlatformSpecific.h:106: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_PR-162/repository/extracted/vm/src/common/heartbeat.c:19:
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/osx/sqPlatformSpecific.h:107: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_PR-162/repository/extracted/vm/src/common/heartbeat.c:19:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:169:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined]
#define browserPluginReturnIfNeeded()
        ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110: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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/include/semaphores -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/repository/ffi/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/ffi/src/functionDefinitionPrimitives.c
In file included from /builds/workspace/pharo-vm_PR-162/repository/ffi/src/functionDefinitionPrimitives.c:1:
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/osx/sqPlatformSpecific.h:105: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_PR-162/repository/ffi/src/functionDefinitionPrimitives.c:1:
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/osx/sqPlatformSpecific.h:106: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_PR-162/repository/ffi/src/functionDefinitionPrimitives.c:1:
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/osx/sqPlatformSpecific.h:107: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_PR-162/repository/ffi/src/functionDefinitionPrimitives.c:1:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:169:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined]
#define browserPluginReturnIfNeeded()
        ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110: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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/include/semaphores -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/repository/ffi/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/ffi/src/primitiveCalls.c
[ 25%] 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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/include/semaphores -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/repository/ffi/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/ffi/src/primitiveUtils.c
[ 66%] No build step for 'libssh2-1.9.0-download'
[ 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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/include/semaphores -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/repository/ffi/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/ffi/src/types.c
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/ffi/src/types.c:112:19: note: uninitialized use occurs here
        setHandler(aOop, address);
                         ^~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/ffi/src/types.c:4:15: note: initialize the variable 'address' to silence this warning
        void* address;
                     ^
                      = NULL
1 warning generated.
[ 26%] 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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/include/semaphores -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/repository/ffi/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/ffi/src/typesPrimitives.c
[ 77%] No install step for 'libssh2-1.9.0-download'
[ 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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/include/semaphores -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/repository/ffi/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/ffi/src/utils.c
[ 27%] 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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/include/semaphores -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/repository/ffi/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/ffi/src/sameThread/sameThread.c
[ 88%] No test step for 'libssh2-1.9.0-download'
/builds/workspace/pharo-vm_PR-162/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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/include/semaphores -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/repository/ffi/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/ffi/src/callbacks/callbackPrimitives.c
[100%] Completed 'libssh2-1.9.0-download'
[100%] Built target libssh2-1.9.0-download
/builds/workspace/pharo-vm_PR-162/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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/include/semaphores -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/repository/ffi/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/ffi/src/callbacks/callbacks.c
-- /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/libssh2-1.9.0-src/libssh2-1.dll
-- /cygdrive/c/builds/workspace/pharo-vm_PR-162/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
[ 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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/include/semaphores -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/repository/ffi/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/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_PR-162/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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/include/semaphores -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/repository/ffi/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/src/threadSafeQueue/threadSafeQueue.c
-- Configuring done
-- Generating done
-- Build files have been written to: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/freetype-2.9.1-download
[ 30%] 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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/include/semaphores -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/repository/ffi/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/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_PR-162/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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/include/semaphores -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/repository/ffi/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/ffi/src/worker/worker.c
[ 31%] 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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/include/semaphores -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/repository/ffi/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/ffi/src/worker/workerPrimitives.c
Scanning dependencies of target freetype-2.9.1-download
[ 11%] Creating directories for 'freetype-2.9.1-download'
[ 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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/include/semaphores -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/repository/ffi/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/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_PR-162/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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/include/semaphores -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/repository/ffi/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/cogit.c
In file included from /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogit.c:15:
In file included from /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:13:
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/osx/sqPlatformSpecific.h:105: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_PR-162/build/generated/64/vm/src/cogit.c:15:
In file included from /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:13:
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/osx/sqPlatformSpecific.h:106: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_PR-162/build/generated/64/vm/src/cogit.c:15:
In file included from /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:13:
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/osx/sqPlatformSpecific.h:107: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_PR-162/build/generated/64/vm/src/cogit.c:15:
In file included from /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:13:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:169:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined]
#define browserPluginReturnIfNeeded()
        ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:10: note: previous definition is here
        #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();}
                ^
In file included from /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogit.c:15:
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:2455:9: warning: incompatible pointer to integer conversion returning 'sqInt *' (aka 'long *') from a function with result type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
        return (&(cogStatCounters[anInteger]));
               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:3054:8: warning: expression result unused [-Wunused-value]
        error("Could not find an empty counter");
              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:3356:10: warning: expression result unused [-Wunused-value]
                        error("Case not found and no otherwise clause");
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:3812: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_PR-162/build/generated/64/vm/src/cogitX64SysV.c:3928:8: warning: expression result unused [-Wunused-value]
        error("what??");
              ^~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:4907: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_PR-162/build/generated/64/vm/src/cogitX64SysV.c:775:36: note: passing argument to parameter 'address' here
extern CogMethod * methodFor(void *address);
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:5179: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_PR-162/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_PR-162/build/generated/64/vm/src/cogit.c:15:
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:5220: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_PR-162/build/generated/64/vm/src/cogitX64SysV.c:3233:72: note: passing argument to parameter 'callSiteReturnAddress' here
inlineCacheTagAt(AbstractInstruction * self_in_inlineCacheTagAt, sqInt callSiteReturnAddress)
                                                                       ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:5417: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_PR-162/build/generated/64/vm/src/cogitX64SysV.c:5615:9: warning: expression result unused [-Wunused-value]
                error("Case not found and no otherwise clause");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:5684:4: warning: expression result unused [-Wunused-value]
                ((AbstractInstruction *) backEnd);
                 ^                       ~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:5700:4: warning: expression result unused [-Wunused-value]
                ((AbstractInstruction *) backEnd);
                 ^                       ~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:5716:4: warning: expression result unused [-Wunused-value]
                ((AbstractInstruction *) backEnd);
                 ^                       ~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:5732:4: warning: expression result unused [-Wunused-value]
                ((AbstractInstruction *) backEnd);
                 ^                       ~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:5748:3: warning: expression result unused [-Wunused-value]
        ((AbstractInstruction *) backEnd);
         ^                       ~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:5976: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_PR-162/build/generated/64/vm/src/cogitX64SysV.c:6098:3: warning: expression result unused [-Wunused-value]
        ((AbstractInstruction *) backEnd);
         ^                       ~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:6147:3: warning: expression result unused [-Wunused-value]
        ((AbstractInstruction *) backEnd);
         ^                       ~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:6474: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_PR-162/build/generated/64/vm/src/cogitX64SysV.c:6494:8: warning: expression result unused [-Wunused-value]
        error("what??");
              ^~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:6687:10: warning: expression result unused [-Wunused-value]
                        error("too much code for stack check offset");
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:7269: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_PR-162/build/generated/64/vm/src/cogitX64SysV.c:7585:11: warning: unused variable 'fixupSize' [-Wunused-variable]
    sqInt fixupSize;
          ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:7586:11: warning: unused variable 'opcodeSize' [-Wunused-variable]
    sqInt opcodeSize;
          ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:7587:11: warning: unused variable 'startAddress' [-Wunused-variable]
    sqInt startAddress;
          ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:8091: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_PR-162/build/generated/64/vm/src/cogitX64SysV.c:8242:9: warning: expression result unused [-Wunused-value]
                error("Case not found and no otherwise clause");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:8244:8: warning: expression result unused [-Wunused-value]
        error("invalid opcode for inverse");
              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:8595:14: warning: expression result unused [-Wunused-value]
                                                        error("attempt to become two cogged methods");
                                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:8598:14: warning: expression result unused [-Wunused-value]
                                                        error("attempt to become cogged method into different method");
                                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:8857:9: warning: expression result unused [-Wunused-value]
                error("Case not found and no otherwise clause");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:8860:9: warning: expression result unused [-Wunused-value]
                error("youngReferrers list overflowed");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:9195: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_PR-162/build/generated/64/vm/src/cogitX64SysV.c:8176:78: note: passing argument to parameter 'mcpc' here
inlineCacheValueForSelectorinat(sqInt selector, CogMethod *aCogMethod, sqInt mcpc)
                                                                             ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:9492: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_PR-162/build/generated/64/vm/src/cogitX64SysV.c:9859: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_PR-162/build/generated/64/vm/src/cogitX64SysV.c:9981:3: warning: expression result unused [-Wunused-value]
        ((AbstractInstruction *) backEnd);
         ^                       ~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:10036: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_PR-162/build/generated/64/vm/src/cogitX64SysV.c:8069:66: note: passing argument to parameter 'mcpc' here
indexForSelectorinat(sqInt selector, CogMethod *cogMethod, sqInt mcpc)
                                                                 ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:10266:8: warning: expression result unused [-Wunused-value]
        error("couldn't locate end of clean block");
              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:10474: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_PR-162/build/generated/64/vm/src/cogitX64SysV.c:8176:78: note: passing argument to parameter 'mcpc' here
inlineCacheValueForSelectorinat(sqInt selector, CogMethod *aCogMethod, sqInt mcpc)
                                                                             ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:10526: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_PR-162/build/generated/64/vm/src/cogitX64SysV.c:8176:78: note: passing argument to parameter 'mcpc' here
inlineCacheValueForSelectorinat(sqInt selector, CogMethod *aCogMethod, sqInt mcpc)
                                                                             ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:10576: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_PR-162/build/generated/64/vm/src/cogitX64SysV.c:8176:78: note: passing argument to parameter 'mcpc' here
inlineCacheValueForSelectorinat(sqInt selector, CogMethod *aCogMethod, sqInt mcpc)
                                                                             ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:10624: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_PR-162/build/generated/64/vm/src/cogitX64SysV.c:8176:78: note: passing argument to parameter 'mcpc' here
inlineCacheValueForSelectorinat(sqInt selector, CogMethod *aCogMethod, sqInt mcpc)
                                                                             ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:10672: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_PR-162/build/generated/64/vm/src/cogitX64SysV.c:8176:78: note: passing argument to parameter 'mcpc' here
inlineCacheValueForSelectorinat(sqInt selector, CogMethod *aCogMethod, sqInt mcpc)
                                                                             ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:11078:9: warning: expression result unused [-Wunused-value]
                error("no room on youngReferrers list");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[ 22%] Performing download step (download, verify and extract) for 'freetype-2.9.1-download'
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:17380: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_PR-162/build/generated/64/vm/src/cogitX64SysV.c:924: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_PR-162/build/generated/64/vm/src/cogitX64SysV.c:17422: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_PR-162/build/generated/64/vm/src/cogitX64SysV.c:17631:9: warning: expression result unused [-Wunused-value]
                error("Case not found and no otherwise clause");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:17814:10: warning: expression result unused [-Wunused-value]
                        error("Case not found and no otherwise clause");
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:17834:10: warning: expression result unused [-Wunused-value]
                        error("Case not found and no otherwise clause");
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:18435: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_PR-162/build/generated/64/vm/src/cogitX64SysV.c:17390:98: note: passing argument to parameter 'fwdJumpTarget' here
genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(sqInt reg, sqInt scratch, sqInt fwdJumpTarget, sqInt nonFwdJumpTargetOrZero)
                                                                                                 ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:18461: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_PR-162/build/generated/64/vm/src/cogitX64SysV.c:17390:98: note: passing argument to parameter 'fwdJumpTarget' here
genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(sqInt reg, sqInt scratch, sqInt fwdJumpTarget, sqInt nonFwdJumpTargetOrZero)
                                                                                                 ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:22973:10: warning: expression result unused [-Wunused-value]
                        error("Case not found and no otherwise clause");
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:23059:9: warning: expression result unused [-Wunused-value]
                error("Case not found and no otherwise clause");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:23645:9: warning: expression result unused [-Wunused-value]
                error("Case not found and no otherwise clause");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:25808:33: warning: expression result unused [-Wunused-value]
                        (self_in_dispatchConcretize->machineCodeSize);
                         ~~~~~~~~~~~~~~~~~~~~~~~~~~  ^~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:25941:33: warning: expression result unused [-Wunused-value]
                        (self_in_dispatchConcretize->machineCodeSize);
                         ~~~~~~~~~~~~~~~~~~~~~~~~~~  ^~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:26075:33: warning: expression result unused [-Wunused-value]
                        (self_in_dispatchConcretize->machineCodeSize);
                         ~~~~~~~~~~~~~~~~~~~~~~~~~~  ^~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:26173:33: warning: expression result unused [-Wunused-value]
                        (self_in_dispatchConcretize->machineCodeSize);
                         ~~~~~~~~~~~~~~~~~~~~~~~~~~  ^~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:27316:9: warning: expression result unused [-Wunused-value]
                error("Case not found and no otherwise clause");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:27439:9: warning: expression result unused [-Wunused-value]
                error("Case not found and no otherwise clause");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:27501: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_PR-162/build/generated/64/vm/src/cogitX64SysV.c:28138:9: warning: expression result unused [-Wunused-value]
                error("Case not found and no otherwise clause");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:28488:9: warning: expression result unused [-Wunused-value]
                error("linking callsite to invalid address");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:28557:9: warning: expression result unused [-Wunused-value]
                error("linking callsite to invalid address");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:28693:10: warning: expression result unused [-Wunused-value]
                        error("Case not found and no otherwise clause");
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:28725:9: warning: expression result unused [-Wunused-value]
                error("Case not found and no otherwise clause");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:28734: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_PR-162/build/generated/64/vm/src/cogit.c:15:
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:28734: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_PR-162/build/generated/64/vm/src/cogit.c:15:
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:28773:9: warning: expression result unused [-Wunused-value]
                error("Case not found and no otherwise clause");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:29006:4: warning: expression result unused [-Wunused-value]
                ((AbstractInstruction *) backEnd);
                 ^                       ~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:29017:4: warning: expression result unused [-Wunused-value]
                ((AbstractInstruction *) backEnd);
                 ^                       ~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:29034:4: warning: expression result unused [-Wunused-value]
                ((AbstractInstruction *) backEnd);
                 ^                       ~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:29045:4: warning: expression result unused [-Wunused-value]
                ((AbstractInstruction *) backEnd);
                 ^                       ~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:29178:9: warning: expression result unused [-Wunused-value]
                error("shouldBeImplemented");
                      ^~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:29184:4: warning: expression result unused [-Wunused-value]
                ((AbstractInstruction *) backEnd);
                 ^                       ~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:29190:4: warning: expression result unused [-Wunused-value]
                ((AbstractInstruction *) backEnd);
                 ^                       ~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:29196:4: warning: expression result unused [-Wunused-value]
                ((AbstractInstruction *) backEnd);
                 ^                       ~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:29202:4: warning: expression result unused [-Wunused-value]
                ((AbstractInstruction *) backEnd);
                 ^                       ~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:29208:3: warning: expression result unused [-Wunused-value]
        ((AbstractInstruction *) backEnd);
         ^                       ~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:29321: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_PR-162/build/generated/64/vm/src/cogitX64SysV.c:28203:82: note: passing argument to parameter 'anAddress' here
isWithinMwOffsetRange(AbstractInstruction * self_in_isWithinMwOffsetRange, sqInt anAddress)
                                                                                 ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:29479: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_PR-162/build/generated/64/vm/src/cogitX64SysV.c:29143:47: note: passing argument to parameter 'primitiveRoutine' here
compileMachineCodeInterpreterPrimitive(void (*primitiveRoutine)(void))
                                              ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:29482: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_PR-162/build/generated/64/vm/src/cogitX64SysV.c:30102: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_PR-162/build/generated/64/vm/src/cogitX64SysV.c:28203:82: note: passing argument to parameter 'anAddress' here
isWithinMwOffsetRange(AbstractInstruction * self_in_isWithinMwOffsetRange, sqInt anAddress)
                                                                                 ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:30860: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_PR-162/build/generated/64/vm/src/cogitX64SysV.c:32245: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_PR-162/build/generated/64/vm/src/cogitX64SysV.c:33984: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_PR-162/build/generated/64/vm/src/cogitX64SysV.c:17390:98: note: passing argument to parameter 'fwdJumpTarget' here
genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(sqInt reg, sqInt scratch, sqInt fwdJumpTarget, sqInt nonFwdJumpTargetOrZero)
                                                                                                 ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:33988: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_PR-162/build/generated/64/vm/src/cogitX64SysV.c:17390:98: note: passing argument to parameter 'fwdJumpTarget' here
genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(sqInt reg, sqInt scratch, sqInt fwdJumpTarget, sqInt nonFwdJumpTargetOrZero)
                                                                                                 ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:33988: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_PR-162/build/generated/64/vm/src/cogitX64SysV.c:17390:119: note: passing argument to parameter 'nonFwdJumpTargetOrZero' here
genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(sqInt reg, sqInt scratch, sqInt fwdJumpTarget, sqInt nonFwdJumpTargetOrZero)
                                                                                                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:34061: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_PR-162/build/generated/64/vm/src/cogitX64SysV.c:17390:98: note: passing argument to parameter 'fwdJumpTarget' here
genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(sqInt reg, sqInt scratch, sqInt fwdJumpTarget, sqInt nonFwdJumpTargetOrZero)
                                                                                                 ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:34065: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_PR-162/build/generated/64/vm/src/cogitX64SysV.c:17390:98: note: passing argument to parameter 'fwdJumpTarget' here
genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(sqInt reg, sqInt scratch, sqInt fwdJumpTarget, sqInt nonFwdJumpTargetOrZero)
                                                                                                 ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:35088:10: warning: expression result unused [-Wunused-value]
                        error("Case not found and no otherwise clause");
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:35218:9: warning: expression result unused [-Wunused-value]
                error("Case not found and no otherwise clause");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:35087:3: warning: variable 'result' is used uninitialized whenever switch default is taken [-Wsometimes-uninitialized]
                default:
                ^~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:35090:22: note: uninitialized use occurs here
                if (isIntegerValue(result)) {
                                   ^~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:35056:17: note: initialize the variable 'result' to silence this warning
    sqInt result;
                ^
                 = 0
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:35481:9: warning: expression result unused [-Wunused-value]
                error("Case not found and no otherwise clause");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:35480:2: warning: variable 'result' is used uninitialized whenever switch default is taken [-Wsometimes-uninitialized]
        default:
        ^~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:35484:34: note: uninitialized use occurs here
        return ssPushAnnotatedConstant((result
                                        ^~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:35455:15: note: initialize the variable 'result' to silence this warning
    int result;
              ^
               = 0
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:36290: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_PR-162/build/generated/64/vm/src/cogitX64SysV.c:36514: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_PR-162/build/generated/64/vm/src/cogitX64SysV.c:2158:1: warning: unused function 'availableFloatRegisterOrNoneFor' [-Wunused-function]
availableFloatRegisterOrNoneFor(AbstractInstruction * self_in_availableFloatRegisterOrNoneFor, sqInt liveRegsMask)
^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:2192:1: warning: unused function 'cloneLiteralFrom' [-Wunused-function]
cloneLiteralFrom(AbstractInstruction * self_in_cloneLiteralFrom, AbstractInstruction *existingLiteral)
^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:2279:1: warning: unused function 'initializeSharableLiteral' [-Wunused-function]
initializeSharableLiteral(AbstractInstruction * self_in_initializeSharableLiteral, sqInt literal)
^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:2298:1: warning: unused function 'initializeUniqueLiteral' [-Wunused-function]
initializeUniqueLiteral(AbstractInstruction * self_in_initializeUniqueLiteral, sqInt literal)
^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:2321:1: warning: unused function 'isLiteral' [-Wunused-function]
isLiteral(AbstractInstruction * self_in_isLiteral)
^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:2377:1: warning: unused function 'rewriteConditionalJumpLongAttarget' [-Wunused-function]
rewriteConditionalJumpLongAttarget(AbstractInstruction * self_in_rewriteConditionalJumpLongAttarget, sqInt callSiteReturnAddress, sqInt callTargetAddress)
^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:2390:1: warning: unused function 'wantsNearAddressFor' [-Wunused-function]
wantsNearAddressFor(AbstractInstruction * self_in_wantsNearAddressFor, sqInt anObject)
^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:3110:1: warning: unused function 'computeSizeOfArithCqR' [-Wunused-function]
computeSizeOfArithCqR(AbstractInstruction * self_in_computeSizeOfArithCqR)
^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:3125:1: warning: unused function 'computeSizeOfArithCwR' [-Wunused-function]
computeSizeOfArithCwR(AbstractInstruction * self_in_computeSizeOfArithCwR)
^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:3170:1: warning: unused function 'concretizeMoveCwR' [-Wunused-function]
concretizeMoveCwR(AbstractInstruction * self_in_concretizeMoveCwR)
^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:3289:1: warning: unused function 'loadLiteralByteSize' [-Wunused-function]
loadLiteralByteSize(AbstractInstruction * self_in_loadLiteralByteSize)
^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:3564:1: warning: unused function 'allMethodsHaveCorrectHeader' [-Wunused-function]
allMethodsHaveCorrectHeader(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:6521:1: warning: unused function 'expectedClosedPICPrototype' [-Wunused-function]
expectedClosedPICPrototype(CogMethod *cPIC)
^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:6800:1: warning: unused function 'firstMappedPCFor' [-Wunused-function]
firstMappedPCFor(CogMethod *cogMethod)
^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:9305:1: warning: unused function 'maybeFreeCogMethodDoesntLookKosher' [-Wunused-function]
maybeFreeCogMethodDoesntLookKosher(CogMethod *cogMethod)
^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:9617:1: warning: unused function 'noAssertMethodClassAssociationOf' [-Wunused-function]
noAssertMethodClassAssociationOf(sqInt methodPointer)
^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:9629:1: warning: unused function 'noCogMethodsMaximallyMarked' [-Wunused-function]
noCogMethodsMaximallyMarked(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:9760:1: warning: unused function 'picAbortDiscriminatorValue' [-Wunused-function]
picAbortDiscriminatorValue(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:9869:1: warning: unused function 'registerMaskFor' [-Wunused-function]
registerMaskFor(sqInt reg)
^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:9876:1: warning: unused function 'registerMaskForand' [-Wunused-function]
registerMaskForand(sqInt reg1, sqInt reg2)
^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:11036:1: warning: unused function 'counters' [-Wunused-function]
counters(CogMethod * self_in_counters)
^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:11279:1: warning: unused function 'kosherYoungReferrers' [-Wunused-function]
kosherYoungReferrers(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:11766:1: warning: unused function 'voidYoungReferrersPostTenureAll' [-Wunused-function]
voidYoungReferrersPostTenureAll(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:17063:1: warning: unused function 'checkValidDerivedObjectReference' [-Wunused-function]
checkValidDerivedObjectReference(sqInt bodyAddress)
^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:17078:1: warning: unused function 'couldBeDerivedObject' [-Wunused-function]
couldBeDerivedObject(sqInt bodyAddress)
^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:17220: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_PR-162/build/generated/64/vm/src/cogitX64SysV.c:22648:1: warning: unused function 'getActiveContextAllocatesInMachineCode' [-Wunused-function]
getActiveContextAllocatesInMachineCode(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:22659:1: warning: unused function 'inlineCacheTagIsYoung' [-Wunused-function]
inlineCacheTagIsYoung(sqInt cacheTag)
^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:23066:1: warning: unused function 'isMergeFixup' [-Wunused-function]
isMergeFixup(BytecodeFixup * self_in_isMergeFixup)
^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:23125:1: warning: unused function 'callFullTargetFromReturnAddress' [-Wunused-function]
callFullTargetFromReturnAddress(AbstractInstruction * self_in_callFullTargetFromReturnAddress, sqInt callSiteReturnAddress)
^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:23132:1: warning: unused function 'callInstructionByteSize' [-Wunused-function]
callInstructionByteSize(AbstractInstruction * self_in_callInstructionByteSize)
^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:23153:1: warning: unused function 'cFloatResultToRd' [-Wunused-function]
cFloatResultToRd(AbstractInstruction * self_in_cFloatResultToRd, sqInt reg)
^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:23164:1: warning: unused function 'cFloatResultToRs' [-Wunused-function]
cFloatResultToRs(AbstractInstruction * self_in_cFloatResultToRs, sqInt reg)
^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:23175:1: warning: unused function 'cmpC32RTempByteSize' [-Wunused-function]
cmpC32RTempByteSize(AbstractInstruction * self_in_cmpC32RTempByteSize)
^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:23724:1: warning: unused function 'concretizeFill32' [-Wunused-function]
concretizeFill32(AbstractInstruction * self_in_concretizeFill32)
^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:23900:1: warning: unused function 'cStackPointer' [-Wunused-function]
cStackPointer(AbstractInstruction * self_in_cStackPointer)
^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:27446:1: warning: unused function 'fullCallsAreRelative' [-Wunused-function]
fullCallsAreRelative(AbstractInstruction * self_in_fullCallsAreRelative)
^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:27582:1: warning: unused function 'generateLowLevelTryLock' [-Wunused-function]
generateLowLevelTryLock(AbstractInstruction * self_in_generateLowLevelTryLock, sqInt vmOwnerLockAddress)
^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:27612:1: warning: unused function 'generateLowLevelUnlock' [-Wunused-function]
generateLowLevelUnlock(AbstractInstruction * self_in_generateLowLevelUnlock, sqInt vmOwnerLockAddress)
^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:27702: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_PR-162/build/generated/64/vm/src/cogitX64SysV.c:27761: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_PR-162/build/generated/64/vm/src/cogitX64SysV.c:28067:1: warning: unused function 'genSubstituteReturnAddress' [-Wunused-function]
genSubstituteReturnAddress(AbstractInstruction * self_in_genSubstituteReturnAddress, sqInt retpc)
^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:28078: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_PR-162/build/generated/64/vm/src/cogitX64SysV.c:28250:1: warning: unused function 'jumpLongByteSize' [-Wunused-function]
jumpLongByteSize(AbstractInstruction * self_in_jumpLongByteSize)
^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:28257:1: warning: unused function 'jumpLongConditionalByteSize' [-Wunused-function]
jumpLongConditionalByteSize(AbstractInstruction * self_in_jumpLongConditionalByteSize)
^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:28308:1: warning: unused function 'leafCallStackPointerDelta' [-Wunused-function]
leafCallStackPointerDelta(AbstractInstruction * self_in_leafCallStackPointerDelta)
^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:28319:1: warning: unused function 'literalBeforeInlineCacheTagAt' [-Wunused-function]
literalBeforeInlineCacheTagAt(AbstractInstruction * self_in_literalBeforeInlineCacheTagAt, sqInt callSiteReturnAddress)
^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:28331:1: warning: unused function 'loadPICLiteralByteSize' [-Wunused-function]
loadPICLiteralByteSize(AbstractInstruction * self_in_loadPICLiteralByteSize)
^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:28338:1: warning: unused function 'machineCodeAt' [-Wunused-function]
machineCodeAt(AbstractInstruction * self_in_machineCodeAt, sqInt anOffset)
^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:28351:1: warning: unused function 'machineCodeBytes' [-Wunused-function]
machineCodeBytes(AbstractInstruction * self_in_machineCodeBytes)
^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:28394:1: warning: unused function 'numLowLevelLockOpcodes' [-Wunused-function]
numLowLevelLockOpcodes(AbstractInstruction * self_in_numLowLevelLockOpcodes)
^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:28450:1: warning: unused function 'relocateMethodReferenceBeforeAddressby' [-Wunused-function]
relocateMethodReferenceBeforeAddressby(AbstractInstruction * self_in_relocateMethodReferenceBeforeAddressby, sqInt pc, sqInt delta)
^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:28786:1: warning: unused function 'zoneCallsAreRelative' [-Wunused-function]
zoneCallsAreRelative(AbstractInstruction * self_in_zoneCallsAreRelative)
^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:30960:1: warning: unused function 'numSpecialSelectors' [-Wunused-function]
numSpecialSelectors(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:31881:1: warning: unused function 'v4LongForwardBranchDistance' [-Wunused-function]
v4LongForwardBranchDistance(BytecodeDescriptor *descriptor, sqInt pc, sqInt nExts, sqInt aMethodObj)
^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:36263:1: warning: unused function 'receiverIsInReceiverResultReg' [-Wunused-function]
receiverIsInReceiverResultReg(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:36970:1: warning: unused function 'tempsValidAndVolatileEntriesSpilled' [-Wunused-function]
tempsValidAndVolatileEntriesSpilled(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:37071:1: warning: unused function 'violatesEnsureSpilledSpillAssert' [-Wunused-function]
violatesEnsureSpilledSpillAssert(void)
^
-- Downloading...
   dst='/cygdrive/c/builds/workspace/pharo-vm_PR-162/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 2% complete]
-- [download 3% complete]
-- [download 6% complete]
-- [download 9% complete]
-- [download 10% complete]
-- [download 15% complete]
-- [download 17% complete]
-- [download 21% complete]
-- [download 25% complete]
-- [download 35% complete]
-- [download 39% complete]
-- [download 41% complete]
-- [download 44% complete]
-- [download 47% complete]
-- [download 56% complete]
-- [download 63% complete]
-- [download 67% complete]
-- [download 74% complete]
-- [download 78% complete]
-- [download 81% complete]
-- [download 85% complete]
-- [download 90% complete]
-- [download 95% complete]
-- [download 97% complete]
-- [download 100% complete]
-- Downloading... done
-- extracting...
     src='/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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 3% complete]
-- [download 7% complete]
-- [download 14% complete]
-- [download 21% complete]
-- [download 28% complete]
-- [download 33% complete]
-- [download 35% complete]
-- [download 71% complete]
-- [download 84% complete]
-- [download 88% complete]
-- [download 96% complete]
-- [download 100% complete]
-- Downloading... done
-- extracting...
     src='/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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 2% complete]
-- [download 3% complete]
-- [download 6% complete]
-- [download 8% complete]
-- [download 12% complete]
-- [download 14% complete]
-- [download 19% complete]
-- [download 29% complete]
-- [download 30% complete]
-- [download 32% complete]
-- [download 38% complete]
-- [download 39% complete]
-- [download 45% complete]
-- [download 46% complete]
-- [download 49% complete]
-- [download 52% complete]
-- [download 54% complete]
-- [download 58% complete]
-- [download 62% complete]
-- [download 63% complete]
-- [download 68% complete]
-- [download 76% complete]
-- [download 78% complete]
-- [download 81% complete]
-- [download 83% complete]
-- [download 87% complete]
-- [download 91% complete]
-- [download 94% complete]
-- [download 96% complete]
-- [download 97% complete]
-- [download 100% complete]
-- Downloading... done
-- extracting...
     src='/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/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
159 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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/include/semaphores -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/repository/ffi/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/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_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/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_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/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_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/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_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/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_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/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_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/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_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/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_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/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_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/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_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/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_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/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_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/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_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/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_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/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_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/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_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/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_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/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_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/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_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/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_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/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_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/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_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/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_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/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_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/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_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/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_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/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_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/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_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/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_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/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_PR-162/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_PR-162/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_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/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_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/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_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/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_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/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_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/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_PR-162/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));
                                                                                        ^~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/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_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/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_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/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_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/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_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/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_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/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_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/repository/extracted/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_PR-162/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_PR-162/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_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/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_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/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_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/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_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/repository/extracted/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_PR-162/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_PR-162/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_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/repository/extracted/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_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/repository/extracted/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_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/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_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/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_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:12922:3: warning: unused label 'directedSuperclassSend' [-Wunused-label]
                directedSuperclassSend:
                ^~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:14333: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:14337: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:14341: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:14344: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:14344: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:14348: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:14362: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:14368: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:14371: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:14374: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:14378: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:14561: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:14572: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:14588: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:14605: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:14620: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:14662: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:14669: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:14671: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:14688: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:14693: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:14699: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:14700: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:14756: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_PR-162/repository/extracted/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:14757: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:14759: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_PR-162/repository/extracted/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:14779: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:14780: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:14783: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:14783: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:14785: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:14787: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:14787: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:14788: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:14791: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_PR-162/repository/extracted/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:14792: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:14813: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_PR-162/repository/extracted/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:14813: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:14817: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:14817: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:14824: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:14835: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:14838: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:14867: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:14912: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:14962: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:14962: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:14964: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:14965: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:14968: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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) + (1 * BytesPerWord), longAt(GIV(stackPointer) + (3 * BytesPerWord)));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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) + (2 * BytesPerWord), rcvr);
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:14970: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:14975: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:14975: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:14977: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:14978: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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) + (1 * BytesPerWord), rcvr);
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:14981: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:14986: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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) + (1 * BytesPerWord), longAt(GIV(stackPointer)));
                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:14987: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:14989: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15013: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15016: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15074: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15103: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15133: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15136: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15139: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15142: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15160: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15162: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15166: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15168: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15171: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15204: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15208: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15211: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15214: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15217: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15240: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15242: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15242: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15245: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15249: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15251: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15313: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15318: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15342: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15347: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15420: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15451: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15462: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15583: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15603: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15604: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15605: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_PR-162/repository/extracted/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15607: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15613: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15616: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15619: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15638: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15639: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15640: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_PR-162/repository/extracted/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15642: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15648: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15651: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15654: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15662: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15663: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15664: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_PR-162/repository/extracted/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15666: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15672: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15675: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15678: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15681: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15692: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15698: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15705: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15729: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15730: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15731: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_PR-162/repository/extracted/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15733: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15739: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15742: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15745: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15761: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15782: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15817: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15824: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15826: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15868: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15879: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15880: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15882: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15979: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:16024: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:16096: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:16139: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:16140: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:16156: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:16165: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:16166: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:16166: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:16170: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:16173: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:16175: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:16178: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:16180: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:16172: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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) + FoxIFSavedIP, 0);
                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:16184: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:16208: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:16212: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:16215: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:16363: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:16392: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:16395: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:16402: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:16471: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:16476: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:16578: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:16609: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:16623: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:16630: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:16655: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:16659: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:16662:45: warning: incompatible pointer types passing 'CogBlockMethod *' to parameter of type 'CogMethod *' [-Wincompatible-pointer-types]
        recordMethodActivatedAfterStackCheckOffset(cogMethod);
                                                   ^~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include/cogit.h:27:68: note: passing argument to parameter 'aCogMethod' here
extern sqInt recordMethodActivatedAfterStackCheckOffset(CogMethod *aCogMethod);
                                                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:16684: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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) + FoxMFReceiver))
                                               ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:16688: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:16705: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:16938: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:16942: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:16950: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:16952: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:16954: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_PR-162/repository/extracted/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:16955: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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]
                                if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
                                                      ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:16981: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:16990: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_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:16996: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:17003: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:17009: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:17080: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:17093: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:17152: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:17154: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:17168: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:17169: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:17223: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:17226: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:17227: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:17228: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_PR-162/repository/extracted/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:17230: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:17239: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:17380: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:17384: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:17396: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:17423: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:17431: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:17434: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:17459: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:17467: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:17470: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:17497: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:17500: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:17506: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:17525: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:17528: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:17582: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:17831: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:17833: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:17945: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:17946: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:17949: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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 + FoxIFReceiver);
                                                     ^~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:17957: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:17959: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:17976: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:17976: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:17977: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:17980: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:17982: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:17984: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_PR-162/repository/extracted/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:17985: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:17986: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:17986: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:17989: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:17991: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_PR-162/repository/extracted/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:17993: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:17996: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:17998: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:18004: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:18006: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:18070: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:18081: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:18082: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:18083: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_PR-162/repository/extracted/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:18093: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:18094: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:18095: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_PR-162/repository/extracted/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:18102: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:18104: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:18114: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:18116: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_PR-162/repository/extracted/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:18130: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:18131: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:18132: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:18231: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:18261: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:18263: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:18264: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:18265: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:18266: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:18267: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:18268: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:18297: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:18346: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:18355: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:18370: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_PR-162/repository/extracted/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:18377: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:18384: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:18444: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_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:18456: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:18467: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:18468: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:18472: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:18578: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:18590:4: warning: expression result unused [-Wunused-value]
                        !GIV(primFailCode);
                        ^    ~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:18621: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:18755: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:18756: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:18773: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:18796: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:18799: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:18801: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:18802: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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) + MFMethodFlagIsBlockFlag);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:18867: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:18869: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:18872: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:18873: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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), (VMBIGENDIAN
                          ^~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:18881: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:18888: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:18895: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:18900: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:18983: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:18984: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:18997: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:19001: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:19004: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:19008: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:19009: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:19010: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_PR-162/repository/extracted/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:19011: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:19012: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:19012: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:19019: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:19020: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:19022: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:19026: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:19031: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:19033: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:19033: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:19035: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:19035: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:19039: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:19045: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:19048: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:19176: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:19180: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:19193: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:19200: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:19201: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:19202: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_PR-162/repository/extracted/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:19204: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:19206: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:19208: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:19218: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:19220: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:19228: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:19241: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:19299: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:19302: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:19364: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:19462: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:19472: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:19495: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:19511: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:19518: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:19743: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:19747: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:19750: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:19751: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:19752: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_PR-162/repository/extracted/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:19754: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:19759: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:19759: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:19760: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:19762: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:19764: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_PR-162/repository/extracted/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:19768: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:19768: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:19782: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:19786: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:19789: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:19794: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:19795: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:19798: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:19802: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:19803: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:19804: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:19805: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_PR-162/repository/extracted/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:19806: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:20369: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:20371: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:20375: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:20379: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:20388: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:20390: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_PR-162/repository/extracted/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:20391: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:20392: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:20393: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_PR-162/repository/extracted/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:20396: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:20397: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:20398: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_PR-162/repository/extracted/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:20416: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:20423: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:20424: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:20426: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:20440: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:20442: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:20454: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:20492: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:20549: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:20551: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:20553: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:20568: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:20570: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:20573: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_PR-162/repository/extracted/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:20587: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:20588: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:20589: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_PR-162/repository/extracted/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:20590: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:20601: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:20602: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:20604: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_PR-162/repository/extracted/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:20605: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:20607: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_PR-162/repository/extracted/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:20613: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:20618: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:20622: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:20625: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:20629: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:20631: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:20635: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:20643: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:20644: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:20645: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_PR-162/repository/extracted/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:20650: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:20661: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:20662: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:20663: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_PR-162/repository/extracted/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:21468: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:21472: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:21479: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:21485: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:21490: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:21493: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:21496: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:21501: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:21514: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:21541: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:21544: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:21547: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:21552: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:21555: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:21569: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:21725: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:21730: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:21734: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:21738: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:21743: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:21783: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:21789: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:21793: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:21796: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:21796: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:21803: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:21817: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:21823: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:21826: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:21833: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:21836: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:21842: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:21846: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:21861: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:21963: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:21967: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:21971: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:21975: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:21979: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:22019: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:22025: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:22029: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:22032: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:22032: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/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_PR-162/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((sp10 = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:22053: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:22059: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:22062: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:22069: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:22072: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:22078: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:22082: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:22097: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:22155: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:22156: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:22157: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:22158: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:22160: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:22165: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:22170: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:22171: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:22172: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_PR-162/repository/extracted/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:22172: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:22174: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:22175: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:22177: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_PR-162/repository/extracted/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:22178: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:22179: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:22436: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:22735: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:22751: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:22768: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:22769: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:22770: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_PR-162/repository/extracted/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:22772: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:22876: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:22878: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:22891: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:22895: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:22919: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:22921: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:22929: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:22933: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:22935: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:22937: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:22962: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:22965: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:22971: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_PR-162/repository/extracted/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:22984: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:22985: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_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:22992: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:23003: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:23004: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_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:23011: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:23035: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:23038: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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]
                theInstrPointer = longAt(fp + FoxIFSavedIP);
                                         ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:23072: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:23073: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:23519: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:23533: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:23560: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:23568: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:23593: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:23622: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:23623: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:23628: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:23655: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:23661: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:23666: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:23693: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:23747: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:23752: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:23753: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:23769: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:23807: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:23822: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:23857: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:23893: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:23924: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:23926: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:23927: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:23928: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:23931: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:23935: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:23954: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:23955: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:23956: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:23958: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:23977: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:23991: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:24011: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:24030: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:24048: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:24067: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:24068: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:24074: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:24136: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:24157: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:24176: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:24212: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:24271: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:24292: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:24312: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:24344: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:24347: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:24513: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:24569: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:24579: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:24623: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:24625: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:24627: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_PR-162/repository/extracted/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:24635: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:24645: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:24653: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:24653: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:24655: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:24655: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_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:24656: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:24660: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:24663: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:24691: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:24736: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:24777: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:24790: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:24790: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:24790: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_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:24811: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:24850: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:24852: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_PR-162/repository/extracted/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:24850: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:24891: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:24956: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:24959: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:24961: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:24965: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:24998: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:24999: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:25000: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_PR-162/repository/extracted/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:25002: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:25013: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:25016: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:25027: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:25182: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:25210: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:25276: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:25279: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:25283: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:25285: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:25288: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:25798: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:25830: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:25831: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:25865: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:25893: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:25894: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:25938: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:25943: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:25950: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:25979: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:25995: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:26015: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:26016: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:26039: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:26040: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:26065: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:26069: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:26077: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:26077: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:26099: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:26100: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:26120: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:26133: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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));
                          ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:26151: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:26179: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:26180: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:26307: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:26339: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:26340: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:26341: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:26522: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:26573: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:26577: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:26578: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:26801: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:26873: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:26875: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:26876: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:26878: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:26882: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:26918: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:26980: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:27044: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:27061: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:27062: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:27069: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:27102: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:27164: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:27228: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:27245: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:27246: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:27253: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:27271: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:27279: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:27317: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:27339: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:27354: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:27392: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:27420: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:27421: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:27428: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:27557: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:27575: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:27576: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:27583: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:27611: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:27618: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:27634: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:27639: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:27643: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:27658: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:27727: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:27739: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:27776: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:27794: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:27831: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:27910: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:27955: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28038: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28087: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28137: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28144: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28147: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28158: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28163: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28166: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28186: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28193: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28196: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28207: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28212: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28215: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28235: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28239: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28242: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28242: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28246: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28249: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28255: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28258: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28267: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28271: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28350: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28400: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28407: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28410: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28421: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28426: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28429: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28449: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28456: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28459: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28470: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28475: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28478: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28498: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28502: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28505: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28505: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28509: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28512: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28518: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28521: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
-- /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/cairo-1.15.4-src/libbz2-1.dll
-- /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/cairo-1.15.4-src/libcairo-2.dll
-- /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/cairo-1.15.4-src/libexpat-1.dll
-- /cygdrive/c/builds/workspace/pharo-vm_PR-162/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
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28530: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28534: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28613: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28635: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28668: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28673: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28695: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28702: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28705: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28716: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28721: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28724: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28744: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28751: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28754: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28765: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28770: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28773: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28793: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28797: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28800: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28800: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28804: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28807: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28813: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28816: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28825: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28829: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28878: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28902: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28936: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28937: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(trueObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:29016: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:29023: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:29029: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:29067: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:29075: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:29078: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:29125: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:29145: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:29146: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:29236: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:29251: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:29266: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:29297: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:29298: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:29396: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:29397: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:29401: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:29405: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:29441: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:29471: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:29471: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:29476: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:29501: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:29517: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:29538: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:29576: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:29577: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:29597: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:29620: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:29621: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:29651: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:29666: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:29667: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:29670: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:29679: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:29698: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:29699: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:29702: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:29729: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:29751: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:29842: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:29848: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:29852: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:29855: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:29855: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:29862: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:29876: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:29882: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:29885: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:29892: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:29895: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:29901: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:29905: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:29970: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:29998: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:29999: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:30078: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:30102: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:30103: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:30131: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:30155: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:30162: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:30163: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:30188: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:30199: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:30233: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:30234: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:30321: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:30350: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:30351: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:30431: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:30462: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:30463: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:30543: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:30574: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:30575: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:30655: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:30686: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:30687: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:30767: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:30798: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:30799: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:30879: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:30909: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:30910: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:30989: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:31018: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:31019: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:31099: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:31129: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:31130: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:31209: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:31407: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:31411: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:31423: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:31424: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:31425: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:31530: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:31582: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:31618: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:31625: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:31628: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:31639: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:31644: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:31647: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:31676: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:31683: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:31686: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:31697: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:31702: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:31705: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:31725: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:31729: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:31732: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:31732: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:31736: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:31739: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:31745: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:31748: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:31757: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:31761: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:31780: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:31854: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:31890: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:31897: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:31900: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:31911: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:31916: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:31919: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:31948: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:31955: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:31958: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:31969: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:31974: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:31977: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:31997: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32001: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32004: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32004: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32008: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32011: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32017: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32020: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32029: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32033: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32052: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32126: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32148: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32170: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32175: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32194: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32201: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32204: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32215: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32220: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32223: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32252: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32259: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32262: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32273: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32278: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32281: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32301: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32305: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32308: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32308: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32312: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32315: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32321: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32324: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32333: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32337: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32356: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32397: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32420: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32447: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32470: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32484: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32488: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32527: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32545: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32687: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32760: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32773: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32774: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32777: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32801: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32802: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32805: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32820: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32821: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32824: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32848: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32849: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32852: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32867: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32880: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32898: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32923: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32941: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32947: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32971: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32988: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32989: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:33000: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:33017: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:33043: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:33067: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:33104: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:33135: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:33156: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:33179: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:33193: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:33251: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)0 << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:33280: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:33281: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:33310: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:33326: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:33340: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:33356: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:33377: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:33388: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:33426: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:33427: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:33428: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:33473: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:33491: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:33506: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:33524: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:33560: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:33586: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:33623: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:33639: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:33696: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:33703: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:33707: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:33710: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:33713: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:33716: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:33744: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:33762: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:33771: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:33797: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:33821:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) - BytesPerWord), (((usqInt)keystrokeWord << 3) | 1));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:33826: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:33850:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) - BytesPerWord), (((usqInt)keystrokeWord << 3) | 1));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:33855: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:33868: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:33869: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:33872: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:33896: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:33897: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:33900: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:33915: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:33916: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:33919: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:33943: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:33944: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:33947: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:33979: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:34006: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:34019: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:34048: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:34075: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:34088: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:34123: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:34126: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:34140: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:34167: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:34184: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:34202: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:34245: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:34246: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:34297: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:34310: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:34339: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:34354: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:34366: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:34366: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:34371: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:34402: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:34403: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:34428: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:34450:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), (((usqInt)buttonWord << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:34543: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:34560: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:34576: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:34609: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:34632: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:34633: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:34654: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:34670: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:34673: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:34680: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:34710: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:34711: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:34719: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:34840: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:34853: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:34856: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:34863: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:34890: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:34958: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:34961: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:34974: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:34998: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:35059: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:35062: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:35075: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:35098: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:35181: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:35204: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:35207: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:35213: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:35240: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:35241: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:35244: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:35253: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:35272: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:35273: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:35276: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:35298: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:35299: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:35328: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:35388: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:35389: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:35394: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:35395: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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]
        followWeak = (longAt(GIV(stackPointer))) == GIV(trueObj);
                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:35637: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:35639: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:35672: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:35673: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:35705: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:35706: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:35729: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:35732: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:35736: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:35783: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:35798: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:35798: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:35831: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:35832: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:35833: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:35856: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:35859: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:35863: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:35898: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:35911: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:35911: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:35938: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:35963: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:35998: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:36026: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:36046: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:36062: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:36098: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:36129: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:36130: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:36148: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:36165: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:36210: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:36211: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:36228: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:36254: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:36283: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:36355: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:36375: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:36399: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:36403: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:36416: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:36432: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:36448: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:36468: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:36485: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:36515: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:36529: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:36539: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:36550: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:36569: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:36605: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:36671: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:36672: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:36674: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:36682: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:36686: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:36707: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:36723: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:36760: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:36778: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:36840: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:36856: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:36894: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:36900: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:36916: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:36936: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:36937: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:36947: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:36975: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:36997: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:37013: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:37029: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:37045: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:37080: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:37115: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:37138: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:37196: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:37208: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:37210: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:37213: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:37247: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:37253: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:37254: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:37303: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:37308: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:37328: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:37352: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:37367: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:37407: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:37424: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:37463: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:37478: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:37524: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:37549: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:37564: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:37604: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:37622: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:37638: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:37640: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:37659: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:37699: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:37714: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:37754: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:37781: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:37796: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:37836: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:37863: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:37878: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:37918: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:37945: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:37960: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:38000: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:38022: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:38061: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:38076: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:38116: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:38141: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:38156: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:38196: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:38215: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:38246: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:38293: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:38308: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:38348: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:38366: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:38376: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:38398: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:38414: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:38449: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:38459: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:38478: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:38492: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:38508: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:38563: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:38564: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:38567: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:38583: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:38584: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:38585: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:38624: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:38625: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:38759: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:38792: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:38793: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:38794: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:38983: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:39023: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:39024: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:39025: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:39026: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:39027: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:39092: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:39139: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:39293: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:39325: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:39326: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:39360: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:39390: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:39391: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:39396: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:39423: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:39429: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:39434: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:39452: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:39472: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:39492: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:39508: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:39511: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:39527: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:39580: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:39736: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:39761: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:39796: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:39823: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:39857: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:39878: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:39907: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:39918: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:39928: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:39945: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:45341: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:50368: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:52222:5: warning: expression result unused [-Wunused-value]
                                -classIndex2;
                                ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:52287:26: warning: expression result unused [-Wunused-value]
                8 /* allocationUnit */ / BytesPerOop;
                ~                      ^ ~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:54011:21: warning: address of stack memory associated with parameter 'aSymbol' returned [-Wreturn-stack-address]
        return ((usqInt)((&aSymbol)));
                           ^~~~~~~
-- Configuring done
-- Generating done
-- Build files have been written to: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/libpng-1.6.34-download
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:58193:41: warning: expression result unused [-Wunused-value]
                asserta((checkInterpreterIntegrity()) == 0);
                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~
/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:58214:41: warning: expression result unused [-Wunused-value]
                asserta((checkInterpreterIntegrity()) == 0);
                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~
/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:59258: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:61706: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_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:62167: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:62718: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:63267: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:63269: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:63270: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:63271: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:63272: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_PR-162/repository/extracted/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:63279: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:63352: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:63356: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:63362: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:63363: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:63364: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_PR-162/repository/extracted/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:63366: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:63368: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:63370: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:63371: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:63379: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:63521: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:63523: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_PR-162/repository/extracted/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:63536: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:63549: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:63562: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:63564: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_PR-162/repository/extracted/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:63820: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:63876: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:63912: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:63913: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:63914: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_PR-162/repository/extracted/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:63916: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:63954: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:63961: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:63962: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:63963: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_PR-162/repository/extracted/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:63965: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:63995: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:63996: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:64008: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:64189:19: warning: explicitly assigning value of variable of type 'struct VirtualMachine *' to itself [-Wself-assign]
        interpreterProxy = interpreterProxy;
        ~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:64204: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:64213: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:64220: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:64221: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:64222: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_PR-162/repository/extracted/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:64224: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:64634: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:64643: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:64651: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:64652: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:64653: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_PR-162/repository/extracted/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:64655: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:64664: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:64678: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:64716: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:64721: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:64724: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:64748: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:64895: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:64896: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:64905: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:64911: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:64917: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:64922: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:65039: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:65048: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:65055: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:65056: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:65057: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_PR-162/repository/extracted/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:65059: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:65076: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:65078: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:65079: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:65080: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_PR-162/repository/extracted/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:65081: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:65082: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:65257: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:65349: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:65350: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:65351: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_PR-162/repository/extracted/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:65352: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:65356: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:65357: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:65358: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_PR-162/repository/extracted/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:65359: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:65361: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:65371: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:65372: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:65373: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_PR-162/repository/extracted/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:65375: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:65381: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:65388: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:65477: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:65490: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:65545: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:65546: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:65547: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_PR-162/repository/extracted/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:65548: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:65552: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:65553: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:65554: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_PR-162/repository/extracted/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:65555: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:65557: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:65567: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:65568: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:65569: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_PR-162/repository/extracted/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:65571: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:65579: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:65586: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:65632: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:65635: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:65638: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:65641: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:65643: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_PR-162/repository/extracted/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:65644: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:65657: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:65660: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:65661: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:65662: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_PR-162/repository/extracted/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:65667: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:65668: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:65669: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_PR-162/repository/extracted/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:65708: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:65752: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:65754: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_PR-162/repository/extracted/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:65768: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:66094: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:66106: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:66108: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:66109: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:66110: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:66111: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:66112: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:66113: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:66134: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:66135: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:66136: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:66176: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:66202: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:66203: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:66212: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:66221: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:66228: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:66229: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:66230: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_PR-162/repository/extracted/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:66232: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:66370: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:66427: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:66467: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:66693: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:66694: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:66695: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:66696: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_PR-162/repository/extracted/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:66698: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:66712: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:66773: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:66774: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:66775: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:66776: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_PR-162/repository/extracted/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:66779: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:68156: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:68235: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:68237: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_PR-162/repository/extracted/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:68245: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:68247: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:68250: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:68256: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:68256: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:68257: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:68257: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:68258: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:68258: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_PR-162/repository/extracted/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:68259: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:68259: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:68264: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:68268: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:68276: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:68310: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:68322: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:68355: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:68357: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:68362: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:68372: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:68378: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:68383: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_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:68385: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_PR-162/repository/extracted/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:68389: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_PR-162/repository/extracted/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:68390: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:68396: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:68401: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:68408: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:68421: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:68423: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:68424: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:68428: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_PR-162/repository/extracted/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:68429: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:68430: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:68625: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:68644: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:68660: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:68689: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:68705: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:68875: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:68877: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:68878: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:68879: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_PR-162/repository/extracted/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:68880: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:68881: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:68891: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:68892:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                ? longAtput((offset < ((frameNumArgs = ((mframeCogMethod(theFP))->cmNumArgs)))
                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:68895: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_PR-162/repository/extracted/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:68896:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                ? longAtput((theFP + FoxCallerSavedIP) + ((frameNumArgs1 - offset) * BytesPerWord), valueOop)
                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:68897:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                : longAtput(((theFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs1 - offset) * BytesPerWord), valueOop)));
                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:68912: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:68913: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:68914: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_PR-162/repository/extracted/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:68916: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:68920: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:69007: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:69034: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:69059: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:69119: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:69126: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:69132: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:69142: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:69655: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:69800: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:1594:32: note: passing argument to parameter 'n' here
extern sqInt printHexnp(usqInt n);
                               ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:69812: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:1594:32: note: passing argument to parameter 'n' here
extern sqInt printHexnp(usqInt n);
                               ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:69868: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:69869: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:69870: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:69872: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_PR-162/repository/extracted/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:69892: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:69918: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:69977: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:70013: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:70099: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:70110: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:70112: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_PR-162/repository/extracted/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:70120: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:71545: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:71548: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:71550: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:70146:19: note: passing argument to parameter 'n' here
printHexnp(usqInt n)
                  ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:71552: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:70146:19: note: passing argument to parameter 'n' here
printHexnp(usqInt n)
                  ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:71558: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:71559: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:71560: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_PR-162/repository/extracted/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:71561: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:71563: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:70146:19: note: passing argument to parameter 'n' here
printHexnp(usqInt n)
                  ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:71569: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:71571: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:70146:19: note: passing argument to parameter 'n' here
printHexnp(usqInt n)
                  ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:71576: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:71584: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:71586: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:70146:19: note: passing argument to parameter 'n' here
printHexnp(usqInt n)
                  ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:71588: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:70146:19: note: passing argument to parameter 'n' here
printHexnp(usqInt n)
                  ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:71668: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:71681: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:71693: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:71704: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:71718: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:71991: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:72024: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:72030: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:72033: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:72072: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:72246: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:72261: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:72338: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:72375: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:72379: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:72382: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:72384: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:72386: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:72402: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:72448: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:72785: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:72826: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:72827: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:72874: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:72933: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:72942: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:73122: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:73207: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:73214: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:73226: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:73232: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:73236: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:73239: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:73239: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:73246: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:73260: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:73266: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:73269: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:73276: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:73279: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:73285: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:73289: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:73710: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:73722: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:73759: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:73840: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:73842: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_PR-162/repository/extracted/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:73859: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:73924: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:73932: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:73942: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:74301: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:74308: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:74310: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_PR-162/repository/extracted/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:74308: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:74314: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:74323: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:74330: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:74331: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:74332: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_PR-162/repository/extracted/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:74334: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:74379: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:74381: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_PR-162/repository/extracted/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:74379: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:74640: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:74642: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:74931: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:74933: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:74934: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:74935: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_PR-162/repository/extracted/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:74936: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:74937: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:74989: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:75011: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:75019: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:75027: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:75043: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:75051: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:75052: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:75067: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:1706: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:75124: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:75146: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:75153: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:75160: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:75180: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:75189: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:75203: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:75211: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:75212: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:75217: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:75220: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:75242:10: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqIntptr_t' (aka 'long') [-Wint-conversion]
        ptr1[0] = (((sqIntptr_t)aPointer));
                ^ ~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:75244: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:75283: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:75293: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:75296: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:75313: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:1706: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:75319: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:75321: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_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:75330: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_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:75384: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:75391: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:75396: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:75397: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:75398: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_PR-162/repository/extracted/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:75401: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:75409: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:75411: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:75414: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:75415: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:75416: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_PR-162/repository/extracted/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:75418: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:75420: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_PR-162/repository/extracted/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:75421: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:75425: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:75426: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:75427: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:75431: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:75433: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:75434: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:75435: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_PR-162/repository/extracted/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:75436: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:75437: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:75467: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:75529: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)), (((usqInt)integerVal << 3) | 1));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:75535: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)), (((usqInt)integerVal1 << 3) | 1));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:75541: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)), (((usqInt)integerVal2 << 3) | 1));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:75547: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)), (((usqInt)integerVal3 << 3) | 1));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:75553: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)integerVal4 << 3) | 1));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:75559: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)integerVal5 << 3) | 1));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:75565: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)integerVal6 << 3) | 1));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:75571: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)integerVal7 << 3) | 1));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:75581: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:75583: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:75592: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:75594: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:75601: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)), floatObjectOf(f));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:75608: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)), floatObjectOf(f1));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:75679: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:75698: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:75698: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:76328: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:76346: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:76370: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:76418: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:76426: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:76545: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:76648: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:76661: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:76663: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:76664: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:76665: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_PR-162/repository/extracted/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:76666: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:76667: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:76669: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:76705: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:76707: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:76709: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:76863: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:76876: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:76877: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:76882: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_PR-162/repository/extracted/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:76883: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:76886: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:76890: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:76917: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:77001: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:77017: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:77098: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:77100: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:77285: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:77291: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:77297: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:77303: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:77325: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:77329: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:77333: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:77337: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:77390: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:77392: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:77427: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:77429: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:77446: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:77458: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:77503: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:77515:2: warning: expression result unused [-Wunused-value]
        !GIV(primFailCode);
        ^    ~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:77523: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:77527: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:77531: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:77534: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:77561: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:77574: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:77631: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:77633: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:77665: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:77674: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:77681: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:77968: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:77986: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:77998: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:78001: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:78019: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:78040: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:78047: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:51036:18: note: passing argument to parameter 'address' here
isInMemory(sqInt address)
                 ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:78080: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:78108: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:78126: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:78142: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:78158: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:78225: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:78253: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:78271: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:78287: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:78289: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:78305: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:78369: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:78398: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:78404: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:78435: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:78437: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:78467: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:78472: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:78476: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:78477: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:78478: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_PR-162/repository/extracted/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:78479: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:78483: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:78484: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:78485: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_PR-162/repository/extracted/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:78486: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:78488: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:78498: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:78499: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:78500: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_PR-162/repository/extracted/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:78502: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:78510: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:78517: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:78548: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:78584: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:78592: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:78614: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:78883: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:78906: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:78908: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:79006: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:79031: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:79033: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:79035: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:79185: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:79206: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:79208: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:79266: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:79282: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:79284: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:79303: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:79324: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:79326: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:79383: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:79399: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:79401: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:79418: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:79439: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:79441: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:79498: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:79514: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:79516: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:79533: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:79554: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:79556: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:79612: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:79628: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:79630: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:79647: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:79668: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:79670: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:79727: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:79743: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:79745: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
Scanning dependencies of target libpng-1.6.34-download
[ 11%] Creating directories for 'libpng-1.6.34-download'
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:79762: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:79783: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:79785: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:79842: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:79858: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:79860: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:79877: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:79897: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:79899: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:79955: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:79970: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:79972: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:79988: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:80009: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:80011: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:80070: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:80086: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:80088: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:80107: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:80128: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:80130: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:80187: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:80203: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:80205: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:80222: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:80242: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:80244: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:80299: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:80314: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:80316: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:80332: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:80353: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:80355: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:80414: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:80451: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:80488: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:80490: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:80535: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_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:80571: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_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:80580: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:80583: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:80604: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:80606: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:80662: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:80677: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:80679: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:80695: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:80716: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:80718: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:80777: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:80793: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:80795: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:80814: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:80835: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:80837: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:80894: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:80910: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:80912: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:80929: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:80949: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:80951: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:81006: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:81021: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:81023: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:81039: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:81108: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:81141: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:81143: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:81146: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:81174: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:81195: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:81212: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:81223: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:81229: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:81245: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:81247: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:81250: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:81250: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:81273: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:81273: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:81275: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:81306: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:81314: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:81349: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:81388: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:81425: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:81427: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:81496: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:81498: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:81584: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:81586: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:81635: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:81655: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:81668: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:81681: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:81697: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:81744: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:81746: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:81748: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:81802: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:81894: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:81913: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:81927: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:81946: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:81977: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:81979: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:81981: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:82049: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:82066: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:82068: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:82070: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:82099: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:82120: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:82122: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:82124: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:82183: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:82199: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:82201: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:82203: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:82222: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:82243: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:82245: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:82247: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:82306: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:82322: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:82324: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:82326: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:82345: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:82366: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:82368: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:82370: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:82428: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:82444: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:82446: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:82448: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:82467: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:82489: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:82491: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:82493: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:82553: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:82570: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:82572: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:82574: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:82594: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:82616: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:82618: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:82620: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:82680: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:82697: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:82699: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:82701: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:82721: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:82742: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:82744: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:82746: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:82804: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:82820: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:82822: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:82824: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:82842: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:82863: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:82865: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:82867: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:82928: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:82944: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:82946: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:82948: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:82969: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:82990: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:82992: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:82994: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:83055: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:83071: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:83073: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:83075: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:83096: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:83117: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:83119: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:83121: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:83178: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:83194: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:83196: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:83198: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:83216: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:83238: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:83240: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:83242: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:83312: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:83329: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:83331: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:83333: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:83363: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:83388: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:83390: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:83496: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:83498: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:83500: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:83563: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:83579: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:83581: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:83583: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:83606: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:83627: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:83629: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:83631: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:83692: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:83708: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:83710: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:83712: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:83733: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:83754: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:83756: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:83758: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:83819: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:83835: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:83837: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:83839: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:83860: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:83881: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:83883: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:83885: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:83947: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:83963: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:83965: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:83967: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:83990: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:84128: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:84149: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:84154: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:84363: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:84383: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:84504: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:84515: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:84516: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:84517: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_PR-162/repository/extracted/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:84519: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:84523: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:84525: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_PR-162/repository/extracted/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:84583: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:84683: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:84707: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_PR-162/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_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:14536:1: warning: unused function 'asCogHomeMethod' [-Wunused-function]
asCogHomeMethod(CogBlockMethod *aCogMethod)
^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:17188:1: warning: unused function 'deferStackLimitSmashAroundwith' [-Wunused-function]
deferStackLimitSmashAroundwith(void (*functionSymbol)(sqInt), sqInt arg)
^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:18079:1: warning: unused function 'frameHasContext' [-Wunused-function]
frameHasContext(char *theFP)
^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:18091:1: warning: unused function 'frameIsBlockActivation' [-Wunused-function]
frameIsBlockActivation(char *theFP)
^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:18100:1: warning: unused function 'frameMethodObject' [-Wunused-function]
frameMethodObject(char *theFP)
^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:18112:1: warning: unused function 'frameNumArgs' [-Wunused-function]
frameNumArgs(char *theFP)
^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:18128:1: warning: unused function 'frameReceiver' [-Wunused-function]
frameReceiver(char *theFP)
^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:18368:1: warning: unused function 'iframeIsBlockActivation' [-Wunused-function]
iframeIsBlockActivation(char *theFP)
^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:18375:1: warning: unused function 'iframeReceiver' [-Wunused-function]
iframeReceiver(char *theFP)
^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:18382:1: warning: unused function 'iframeSavedIP' [-Wunused-function]
iframeSavedIP(char *theFP)
^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:18619:1: warning: unused function 'isMachineCodeFrame' [-Wunused-function]
isMachineCodeFrame(char *theFP)
^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:19509:1: warning: unused function 'mframeIsBlockActivation' [-Wunused-function]
mframeIsBlockActivation(char *theFP)
^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:19516:1: warning: unused function 'mframeReceiver' [-Wunused-function]
mframeReceiver(char *theFP)
^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:19932:1: warning: unused function 'newMethodInLookupCacheAtand' [-Wunused-function]
newMethodInLookupCacheAtand(sqInt selector, sqInt classTag)
^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:22495:1: warning: unused function 'stackLimitOffset' [-Wunused-function]
stackLimitOffset(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:22508:1: warning: unused function 'stackPageHeadroom' [-Wunused-function]
stackPageHeadroom(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:40344:1: warning: unused function 'headerWhileForwardingOf' [-Wunused-function]
headerWhileForwardingOf(sqInt aCompiledMethodObjOop)
^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:41605:1: warning: unused function 'isImmediateFloat' [-Wunused-function]
isImmediateFloat(sqInt oop)
^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:41713:1: warning: unused function 'maxSlotsForAlloc' [-Wunused-function]
maxSlotsForAlloc(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:41725:1: warning: unused function 'numFreeLists' [-Wunused-function]
numFreeLists(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:41955:1: warning: unused function 'wordIndexableFormat' [-Wunused-function]
wordIndexableFormat(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:42016:1: warning: unused function 'allNewSpaceObjectsHaveZeroRTRefCount' [-Wunused-function]
allNewSpaceObjectsHaveZeroRTRefCount(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:42095:1: warning: unused function 'allWeakSurvivorsOnWeakList' [-Wunused-function]
allWeakSurvivorsOnWeakList(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:42490:1: warning: unused function 'firstCorpse' [-Wunused-function]
firstCorpse(sqInt headOfCorpseList)
^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:42741:1: warning: unused function 'noUnfiredEphemeronsAtEndOfRememberedSet' [-Wunused-function]
noUnfiredEphemeronsAtEndOfRememberedSet(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:44631:1: warning: unused function 'allObjectsUnmarked' [-Wunused-function]
allObjectsUnmarked(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:44746:1: warning: unused function 'allOldMarkedWeakObjectsOnWeaklingStack' [-Wunused-function]
allOldMarkedWeakObjectsOnWeaklingStack(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:45208:1: warning: unused function 'allocationUnit' [-Wunused-function]
allocationUnit(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:45219:1: warning: unused function 'allStrongSlotsOfWeaklingAreMarked' [-Wunused-function]
allStrongSlotsOfWeaklingAreMarked(sqInt aWeakling)
^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:45245:1: warning: unused function 'allUnscannedEphemeronsAreActive' [-Wunused-function]
allUnscannedEphemeronsAreActive(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:45277:1: warning: unused function 'assertInnerValidFreeObject' [-Wunused-function]
assertInnerValidFreeObject(sqInt objOop)
^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:45867:1: warning: unused function 'bitsSetInFreeSpaceMaskForAllFreeLists' [-Wunused-function]
bitsSetInFreeSpaceMaskForAllFreeLists(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:45929:1: warning: unused function 'bridgeSize' [-Wunused-function]
bridgeSize(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:45936:1: warning: unused function 'byteFormatMask' [-Wunused-function]
byteFormatMask(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:47270:1: warning: unused function 'classIndexFieldWidth' [-Wunused-function]
classIndexFieldWidth(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:47407:1: warning: unused function 'classTableRootSlots' [-Wunused-function]
classTableRootSlots(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:48471:1: warning: unused function 'ephemeronFormat' [-Wunused-function]
ephemeronFormat(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:48478:1: warning: unused function 'existInstancesInNewSpaceOf' [-Wunused-function]
existInstancesInNewSpaceOf(sqInt classObj)
^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:48686:1: warning: unused function 'fetchPointerofFreeChunk' [-Wunused-function]
fetchPointerofFreeChunk(sqInt fieldIndex, sqInt objOop)
^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:49050:1: warning: unused function 'firstFixedFieldOfMaybeImmediate' [-Wunused-function]
firstFixedFieldOfMaybeImmediate(sqInt oop)
^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:49364:1: warning: unused function 'forwardedFormat' [-Wunused-function]
forwardedFormat(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:49375:1: warning: unused function 'forwardersIn' [-Wunused-function]
forwardersIn(sqInt anObject)
^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:49401:1: warning: unused function 'freeChunkNextIndex' [-Wunused-function]
freeChunkNextIndex(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:49411:1: warning: unused function 'freeChunkParentIndex' [-Wunused-function]
freeChunkParentIndex(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:49422:1: warning: unused function 'freeChunkPrevIndex' [-Wunused-function]
freeChunkPrevIndex(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:49610:1: warning: unused function 'goodContextSize' [-Wunused-function]
goodContextSize(sqInt oop)
^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:49706:1: warning: unused function 'hasSpurMemoryManagerAPI' [-Wunused-function]
hasSpurMemoryManagerAPI(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:49779:1: warning: unused function 'hiddenRootSlots' [-Wunused-function]
hiddenRootSlots(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:49786:1: warning: unused function 'hiddenRootsObject' [-Wunused-function]
hiddenRootsObject(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:50835:1: warning: unused function 'isCompiledMethodHeader' [-Wunused-function]
isCompiledMethodHeader(sqInt objHeader)
^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:50852:1: warning: unused function 'isContextHeader' [-Wunused-function]
isContextHeader(sqInt aHeader)
^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:50870:1: warning: unused function 'isCopiedIntoSegment' [-Wunused-function]
isCopiedIntoSegment(sqInt anObjectInTheHeap)
^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:50893:1: warning: unused function 'isEnumerableObjectNoAssert' [-Wunused-function]
isEnumerableObjectNoAssert(sqInt objOop)
^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:50929:1: warning: unused function 'isEphemeron' [-Wunused-function]
isEphemeron(sqInt objOop)
^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:50949:1: warning: unused function 'isForwardedClassTag' [-Wunused-function]
isForwardedClassTag(sqInt classIndex)
^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:50974:1: warning: unused function 'isFreeObject' [-Wunused-function]
isFreeObject(sqInt objOop)
^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:50981:1: warning: unused function 'isFreeOop' [-Wunused-function]
isFreeOop(sqInt oop)
^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:50996:1: warning: unused function 'isInClassTable' [-Wunused-function]
isInClassTable(sqInt objOop)
^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:51019:1: warning: unused function 'isInEden' [-Wunused-function]
isInEden(sqInt objOop)
^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:51026:1: warning: unused function 'isInFutureSpace' [-Wunused-function]
isInFutureSpace(sqInt address)
^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:51061:1: warning: unused function 'isInNewSpace' [-Wunused-function]
isInNewSpace(sqInt objOop)
^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:51076:1: warning: unused function 'isInPastSpace' [-Wunused-function]
isInPastSpace(sqInt address)
^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:51083:1: warning: unused function 'isLargeFreeObject' [-Wunused-function]
isLargeFreeObject(sqInt objOop)
^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:51090:1: warning: unused function 'isMaybeFiredEphemeron' [-Wunused-function]
isMaybeFiredEphemeron(sqInt objOop)
^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:51109:1: warning: unused function 'isObjEphemeron' [-Wunused-function]
isObjEphemeron(sqInt objOop)
^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:51120:1: warning: unused function 'isObjImmutable' [-Wunused-function]
isObjImmutable(sqInt anOop)
^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:51223:1: warning: unused function 'isRemembered' [-Wunused-function]
isRemembered(sqInt objOop)
^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:51233:1: warning: unused function 'isSegmentBridge' [-Wunused-function]
isSegmentBridge(sqInt objOop)
^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:51240:1: warning: unused function 'isSemaphoreOop' [-Wunused-function]
isSemaphoreOop(sqInt anOop)
^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:51300:1: warning: unused function 'isValidObjStackAt' [-Wunused-function]
isValidObjStackAt(sqInt objStackRootIndex)
^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:51447:1: warning: unused function 'isWeakNonImm' [-Wunused-function]
isWeakNonImm(sqInt objOop)
^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:51585:1: warning: unused function 'knownClassAtIndex' [-Wunused-function]
knownClassAtIndex(sqInt classIndex)
^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:51594:1: warning: unused function 'lastPointerFormat' [-Wunused-function]
lastPointerFormat(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:51723:1: warning: unused function 'lengthOfMaybeImmediate' [-Wunused-function]
lengthOfMaybeImmediate(sqInt oop)
^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:54009:1: warning: unused function 'maybeSimulatedAddressOf' [-Wunused-function]
maybeSimulatedAddressOf(sqInt aSymbol)
^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:54087:1: warning: unused function 'newSpaceIsEmpty' [-Wunused-function]
newSpaceIsEmpty(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:54322:1: warning: unused function 'noUnscannedEphemerons' [-Wunused-function]
noUnscannedEphemerons(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:58460:1: warning: unused function 'slidingCompactionInProgress' [-Wunused-function]
slidingCompactionInProgress(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:58528:1: warning: unused function 'startOfObject' [-Wunused-function]
startOfObject(sqInt objOop)
^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:59569:1: warning: unused function 'validClassTableHashes' [-Wunused-function]
validClassTableHashes(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:59650:1: warning: unused function 'validFreeTreeChunk' [-Wunused-function]
validFreeTreeChunk(sqInt chunk)
^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:59693:1: warning: unused function 'validObjStacks' [-Wunused-function]
validObjStacks(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:60445:1: warning: unused function 'isMobile' [-Wunused-function]
isMobile(sqInt obj)
^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:60456:1: warning: unused function 'isPostMobile' [-Wunused-function]
isPostMobile(sqInt obj)
^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:60723:1: warning: unused function 'savedFirstFieldsSpaceWasAllocated' [-Wunused-function]
savedFirstFieldsSpaceWasAllocated(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:61620:1: warning: unused function 'validRelocationPlanInPass' [-Wunused-function]
validRelocationPlanInPass(sqInt onePass)
^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:61685:1: warning: unused function 'segLimit' [-Wunused-function]
segLimit(SpurSegmentInfo * self_in_segLimit)
^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:61780:1: warning: unused function 'allBridgesMarked' [-Wunused-function]
allBridgesMarked(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:61830:1: warning: unused function 'bridgeAt' [-Wunused-function]
bridgeAt(sqInt segIndex)
^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:61845:1: warning: unused function 'bridgeFor' [-Wunused-function]
bridgeFor(SpurSegmentInfo *aSegment)
^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:61968:1: warning: unused function 'isInSegments' [-Wunused-function]
isInSegments(usqInt address)
^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:61989:1: warning: unused function 'isValidSegmentBridge' [-Wunused-function]
isValidSegmentBridge(sqInt objOop)
^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:62291:1: warning: unused function 'segmentOverlap' [-Wunused-function]
segmentOverlap(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:62645:1: warning: unused function 'allOnesAsCharStar' [-Wunused-function]
allOnesAsCharStar(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:62728:1: warning: unused function 'assertValidStackLimits' [-Wunused-function]
assertValidStackLimits(sqInt ln)
^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:63463:1: warning: unused function 'checkStackPointerForMaybeMarriedContext' [-Wunused-function]
checkStackPointerForMaybeMarriedContext(sqInt aContext)
^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:63618:1: warning: unused function 'contexthasValidInversePCMappingOfin' [-Wunused-function]
contexthasValidInversePCMappingOfin(sqInt aContext, sqInt theIP, char *theFP)
^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:63720:1: warning: unused function 'cr' [-Wunused-function]
cr(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:66347:1: warning: unused function 'ifCurrentStackPageHasValidHeadPointers' [-Wunused-function]
ifCurrentStackPageHasValidHeadPointers(StackPage *thePage)
^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:66368:1: warning: unused function 'iframeMethod' [-Wunused-function]
iframeMethod(char *theFP)
^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:66425:1: warning: unused function 'isBaseFrame' [-Wunused-function]
isBaseFrame(char *theFP)
^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:66531:1: warning: unused function 'isMarriedOrWidowedContext' [-Wunused-function]
isMarriedOrWidowedContext(sqInt aContext)
^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:66550:1: warning: unused function 'isMetaPrimitiveIndex' [-Wunused-function]
isMetaPrimitiveIndex(sqInt primIndex)
^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:66563:1: warning: unused function 'isNullExternalPrimitiveCall' [-Wunused-function]
isNullExternalPrimitiveCall(sqInt aMethodObj)
^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:66588:1: warning: unused function 'isPrimitiveFunctionPointerAnIndex' [-Wunused-function]
isPrimitiveFunctionPointerAnIndex(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:68454:1: warning: unused function 'maybeLeakCheckExternalPrimCall' [-Wunused-function]
maybeLeakCheckExternalPrimCall(sqInt aMethodObj)
^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:68905:1: warning: unused function 'noMarkedContextsOnPage' [-Wunused-function]
noMarkedContextsOnPage(StackPage *thePage)
^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:71679:1: warning: unused function 'pushedReceiverOrClosureOfFrame' [-Wunused-function]
pushedReceiverOrClosureOfFrame(char *theFP)
^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:72577:1: warning: unused function 'saneFunctionPointerForFailureOfPrimIndex' [-Wunused-function]
saneFunctionPointerForFailureOfPrimIndex(sqInt primIndex)
^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:73310:1: warning: unused function 'space' [-Wunused-function]
space(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:73744:1: warning: unused function 'stackLimitBytes' [-Wunused-function]
stackLimitBytes(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:74624:1: warning: unused function 'validBCPCinMethod' [-Wunused-function]
validBCPCinMethod(sqInt thePC, usqInt aMethod)
^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:74638:1: warning: unused function 'validInstructionPointerinFrame' [-Wunused-function]
validInstructionPointerinFrame(usqInt anInstrPointer, char *fp)
^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:74651:1: warning: unused function 'validStackPageBaseFrames' [-Wunused-function]
validStackPageBaseFrames(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2022:13: warning: unused variable 'byteCount' [-Wunused-variable]
_iss usqInt byteCount;
            ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2023:12: warning: unused variable 'cifs' [-Wunused-variable]
_iss sqInt cifs;
           ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2024:12: warning: unused variable 'codeGeneratorToComputeAccessorDepth' [-Wunused-variable]
_iss sqInt codeGeneratorToComputeAccessorDepth;
           ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2025:12: warning: unused variable 'functions' [-Wunused-variable]
_iss sqInt functions;
           ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2026:12: warning: unused variable 'nextAddress' [-Wunused-variable]
_iss sqInt nextAddress;
           ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2027:12: warning: unused variable 'preferredPinningSegment' [-Wunused-variable]
_iss sqInt preferredPinningSegment;
           ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2028:12: warning: unused variable 'statCoalesces' [-Wunused-variable]
_iss sqInt statCoalesces;
           ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2029:14: warning: unused variable 'statFGCDeltaUsecs' [-Wunused-variable]
_iss usqLong statFGCDeltaUsecs;
             ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2030:14: warning: unused variable 'statIncrGCUsecs' [-Wunused-variable]
_iss usqLong statIncrGCUsecs;
             ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2031:12: warning: unused variable 'testWorker' [-Wunused-variable]
_iss sqInt testWorker;
           ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2032:12: warning: unused variable 'theUnknownShort' [-Wunused-variable]
_iss sqInt theUnknownShort;
           ^
[ 22%] Performing download step (download, verify and extract) for 'libpng-1.6.34-download'
-- Downloading...
   dst='/cygdrive/c/builds/workspace/pharo-vm_PR-162/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 11% complete]
-- [download 14% complete]
-- [download 34% complete]
-- [download 46% complete]
-- [download 61% complete]
-- [download 84% complete]
-- [download 100% complete]
-- Downloading... done
-- extracting...
     src='/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/build/libpng-1.6.34-src'
-- extracting... [tar xfz]
-- 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'
[100%] Completed 'libpng-1.6.34-download'
[100%] Built target libpng-1.6.34-download
-- /cygdrive/c/builds/workspace/pharo-vm_PR-162/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
-- Configuring done
-- Generating done
-- Build files have been written to: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/SDL2-2.0.5-download
Scanning dependencies of target SDL2-2.0.5-download
[ 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_PR-162/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 0% complete]
-- [download 1% complete]
-- [download 6% complete]
-- [download 8% complete]
-- [download 14% complete]
-- [download 16% complete]
-- [download 20% complete]
-- [download 28% complete]
-- [download 32% complete]
-- [download 33% complete]
-- [download 44% complete]
-- [download 50% complete]
-- [download 51% complete]
-- [download 55% complete]
-- [download 61% complete]
-- [download 73% complete]
-- [download 87% complete]
-- [download 90% complete]
-- [download 91% complete]
-- [download 94% complete]
-- [download 98% complete]
-- [download 100% complete]
-- Downloading... done
-- extracting...
     src='/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/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_PR-162/build
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] echo
Executing: #!c:\tools\cygwin\bin\bash --login
    cd `cygpath "C:\builds\workspace\pharo-vm_PR-162"`
    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_PR-162/repository -B/cygdrive/c/builds/workspace/pharo-vm_PR-162/build --check-build-system CMakeFiles/Makefile.cmake 0
/usr/bin/cmake.exe -E cmake_progress_start /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/CMakeFiles /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/progress.marks
make  -f CMakeFiles/Makefile2 all
make[1]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/build'
cd /cygdrive/c/builds/workspace/pharo-vm_PR-162/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/libffi-src /cygdrive/c/builds/workspace/pharo-vm_PR-162/build /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/libffi-build /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/libffi-build/CMakeFiles/objlib.dir/DependInfo.cmake --color=
Dependee "/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/libffi-build/CMakeFiles/objlib.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/libffi-build/CMakeFiles/objlib.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/libffi-build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/libffi-build/CMakeFiles/objlib.dir/depend.internal".
Scanning dependencies of target objlib
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/build'
[  0%] Building C object libffi-build/CMakeFiles/objlib.dir/src/closures.c.o
cd /cygdrive/c/builds/workspace/pharo-vm_PR-162/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=56 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/libffi-build -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/build/libffi-src/src/closures.c
[  1%] Building C object libffi-build/CMakeFiles/objlib.dir/src/java_raw_api.c.o
cd /cygdrive/c/builds/workspace/pharo-vm_PR-162/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=56 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/libffi-build -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/build/libffi-src/src/java_raw_api.c
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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=56 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/libffi-build -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/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=56 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/libffi-build -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/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=56 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/libffi-build -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/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=56 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/libffi-build -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/libffi-src/include   -o CMakeFiles/objlib.dir/src/x86/win64.S.obj -c /cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/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=56 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/libffi-build -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/build/libffi-src/src/x86/ffiw64.c
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/build'
cd /cygdrive/c/builds/workspace/pharo-vm_PR-162/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/libffi-src /cygdrive/c/builds/workspace/pharo-vm_PR-162/build /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/libffi-build /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/libffi-build/CMakeFiles/ffi_shared.dir/DependInfo.cmake --color=
Dependee "/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/libffi-build/CMakeFiles/ffi_shared.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/libffi-build/CMakeFiles/ffi_shared.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/libffi-build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/build'
[  5%] Linking C shared library ../build/vm/ffi.dll
cd /cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/build'
cd /cygdrive/c/builds/workspace/pharo-vm_PR-162/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository /cygdrive/c/builds/workspace/pharo-vm_PR-162/build /cygdrive/c/builds/workspace/pharo-vm_PR-162/build /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/libffi_copy.dir/DependInfo.cmake --color=
Dependee "/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/libffi_copy.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/libffi_copy.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/libffi_copy.dir/depend.internal".
Scanning dependencies of target libffi_copy
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_PR-162/build'
make  -f CMakeFiles/libffi_copy.dir/build.make CMakeFiles/libffi_copy.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_PR-162/build'
[  6%] Copying libffi binaries to '/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/vm/'
/usr/bin/cmake.exe -E copy /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/vm/ffi.dll /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/vm/
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/build'
cd /cygdrive/c/builds/workspace/pharo-vm_PR-162/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository /cygdrive/c/builds/workspace/pharo-vm_PR-162/build /cygdrive/c/builds/workspace/pharo-vm_PR-162/build /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/build_vmmaker_get_vm-build.dir/DependInfo.cmake --color=
Dependee "/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/build_vmmaker_get_vm-build.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/build_vmmaker_get_vm-build.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/build'
[  6%] Creating directories for 'build_vmmaker_get_vm'
/usr/bin/cmake.exe -E make_directory C:/builds/workspace/pharo-vm_PR-162/build/build/vmmaker/vm
/usr/bin/cmake.exe -E make_directory C:/builds/workspace/pharo-vm_PR-162/build/build/vmmaker/vm
/usr/bin/cmake.exe -E make_directory C:/builds/workspace/pharo-vm_PR-162/build/build/vmmaker
/usr/bin/cmake.exe -E make_directory C:/builds/workspace/pharo-vm_PR-162/build/build/vmmaker/tmp
/usr/bin/cmake.exe -E make_directory C:/builds/workspace/pharo-vm_PR-162/build/build/vmmaker/src/build_vmmaker_get_vm-stamp
/usr/bin/cmake.exe -E make_directory C:/builds/workspace/pharo-vm_PR-162/build/build/vmmaker/src
/usr/bin/cmake.exe -E make_directory C:/builds/workspace/pharo-vm_PR-162/build/build/vmmaker/src/build_vmmaker_get_vm-stamp
/usr/bin/cmake.exe -E touch C:/builds/workspace/pharo-vm_PR-162/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_PR-162/build/build/vmmaker && /usr/bin/cmake.exe -P C:/builds/workspace/pharo-vm_PR-162/build/build/vmmaker/src/build_vmmaker_get_vm-stamp/download-build_vmmaker_get_vm.cmake
-- Downloading...
   dst='C:/builds/workspace/pharo-vm_PR-162/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]
-- [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 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 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='C:/builds/workspace/pharo-vm_PR-162/build/build/vmmaker/src/PharoVM-8.6.1-e829a1da-StockReplacement-win64-bin_signed.zip'
-- Downloading... done
cd C:/builds/workspace/pharo-vm_PR-162/build/build/vmmaker && /usr/bin/cmake.exe -P C:/builds/workspace/pharo-vm_PR-162/build/build/vmmaker/src/build_vmmaker_get_vm-stamp/verify-build_vmmaker_get_vm.cmake
cd C:/builds/workspace/pharo-vm_PR-162/build/build/vmmaker && /usr/bin/cmake.exe -P C:/builds/workspace/pharo-vm_PR-162/build/build/vmmaker/src/build_vmmaker_get_vm-stamp/extract-build_vmmaker_get_vm.cmake
-- extracting...
     src='C:/builds/workspace/pharo-vm_PR-162/build/build/vmmaker/src/PharoVM-8.6.1-e829a1da-StockReplacement-win64-bin_signed.zip'
     dst='C:/builds/workspace/pharo-vm_PR-162/build/build/vmmaker/vm'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
cd C:/builds/workspace/pharo-vm_PR-162/build/build/vmmaker && /usr/bin/cmake.exe -E touch C:/builds/workspace/pharo-vm_PR-162/build/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-download
[  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_PR-162/build/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-patch
[  8%] Performing update step for 'build_vmmaker_get_vm'
cd C:/builds/workspace/pharo-vm_PR-162/build/build/vmmaker/vm && echo

[  9%] Performing configure step for 'build_vmmaker_get_vm'
cd C:/builds/workspace/pharo-vm_PR-162/build/build/vmmaker/vm && echo

cd C:/builds/workspace/pharo-vm_PR-162/build/build/vmmaker/vm && /usr/bin/cmake.exe -E touch C:/builds/workspace/pharo-vm_PR-162/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_PR-162/build/build/vmmaker/vm && echo

cd C:/builds/workspace/pharo-vm_PR-162/build/build/vmmaker/vm && /usr/bin/cmake.exe -E touch C:/builds/workspace/pharo-vm_PR-162/build/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-build
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/build'
cd /cygdrive/c/builds/workspace/pharo-vm_PR-162/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository /cygdrive/c/builds/workspace/pharo-vm_PR-162/build /cygdrive/c/builds/workspace/pharo-vm_PR-162/build /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/build_vmmaker_get_image.dir/DependInfo.cmake --color=
Dependee "/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/build_vmmaker_get_image.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/build_vmmaker_get_image.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/build'
[ 10%] Creating directories for 'build_vmmaker_get_image'
/usr/bin/cmake.exe -E make_directory C:/builds/workspace/pharo-vm_PR-162/build/build/vmmaker/image
/usr/bin/cmake.exe -E make_directory C:/builds/workspace/pharo-vm_PR-162/build/build/vmmaker/image
/usr/bin/cmake.exe -E make_directory C:/builds/workspace/pharo-vm_PR-162/build/build/vmmaker
/usr/bin/cmake.exe -E make_directory C:/builds/workspace/pharo-vm_PR-162/build/build/vmmaker/tmp
/usr/bin/cmake.exe -E make_directory C:/builds/workspace/pharo-vm_PR-162/build/build/vmmaker/src/build_vmmaker_get_image-stamp
/usr/bin/cmake.exe -E make_directory C:/builds/workspace/pharo-vm_PR-162/build/build/vmmaker/src
/usr/bin/cmake.exe -E make_directory C:/builds/workspace/pharo-vm_PR-162/build/build/vmmaker/src/build_vmmaker_get_image-stamp
/usr/bin/cmake.exe -E touch C:/builds/workspace/pharo-vm_PR-162/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_PR-162/build/build/vmmaker && /usr/bin/cmake.exe -P C:/builds/workspace/pharo-vm_PR-162/build/build/vmmaker/src/build_vmmaker_get_image-stamp/download-build_vmmaker_get_image.cmake
2482 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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/include/semaphores -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/repository/ffi/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/src/common/sqHeapMap.c
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/src/common/sqHeapMap.c:22:
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/osx/sqPlatformSpecific.h:105: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_PR-162/repository/extracted/vm/src/common/sqHeapMap.c:22:
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/osx/sqPlatformSpecific.h:106: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_PR-162/repository/extracted/vm/src/common/sqHeapMap.c:22:
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/osx/sqPlatformSpecific.h:107: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_PR-162/repository/extracted/vm/src/common/sqHeapMap.c:22:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:169:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined]
#define browserPluginReturnIfNeeded()
        ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110: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/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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/include/semaphores -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/repository/ffi/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/src/common/sqVirtualMachine.c
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/src/common/sqVirtualMachine.c:8:
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/osx/sqPlatformSpecific.h:105: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_PR-162/repository/extracted/vm/src/common/sqVirtualMachine.c:8:
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/osx/sqPlatformSpecific.h:106: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_PR-162/repository/extracted/vm/src/common/sqVirtualMachine.c:8:
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/osx/sqPlatformSpecific.h:107: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_PR-162/repository/extracted/vm/src/common/sqVirtualMachine.c:8:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:169:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined]
#define browserPluginReturnIfNeeded()
        ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:10: note: previous definition is here
        #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();}
                ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/include/semaphores -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/repository/ffi/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/src/common/sqNamedPrims.c
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/src/common/sqNamedPrims.c:14:
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/osx/sqPlatformSpecific.h:105: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_PR-162/repository/extracted/vm/src/common/sqNamedPrims.c:14:
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/osx/sqPlatformSpecific.h:106: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_PR-162/repository/extracted/vm/src/common/sqNamedPrims.c:14:
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/osx/sqPlatformSpecific.h:107: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_PR-162/repository/extracted/vm/src/common/sqNamedPrims.c:14:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:169:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined]
#define browserPluginReturnIfNeeded()
        ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:10: note: previous definition is here
        #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();}
                ^
4 warnings generated.
[ 35%] 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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/include/semaphores -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/repository/ffi/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/src/common/sqExternalSemaphores.c
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/src/common/sqExternalSemaphores.c:31:
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/osx/sqPlatformSpecific.h:105: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_PR-162/repository/extracted/vm/src/common/sqExternalSemaphores.c:31:
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/osx/sqPlatformSpecific.h:106: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_PR-162/repository/extracted/vm/src/common/sqExternalSemaphores.c:31:
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/osx/sqPlatformSpecific.h:107: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_PR-162/repository/extracted/vm/src/common/sqExternalSemaphores.c:31:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:169:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined]
#define browserPluginReturnIfNeeded()
        ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:10: note: previous definition is here
        #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();}
                ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/src/common/sqExternalSemaphores.c:130:6: warning: unused variable 'v' [-Wunused-variable]
        int v;
            ^
/builds/workspace/pharo-vm_PR-162/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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/include/semaphores -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/repository/ffi/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/src/common/sqTicker.c
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/src/common/sqTicker.c:54:
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/osx/sqPlatformSpecific.h:105: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_PR-162/repository/extracted/vm/src/common/sqTicker.c:54:
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/osx/sqPlatformSpecific.h:106: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_PR-162/repository/extracted/vm/src/common/sqTicker.c:54:
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/osx/sqPlatformSpecific.h:107: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_PR-162/repository/extracted/vm/src/common/sqTicker.c:54:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:169:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined]
#define browserPluginReturnIfNeeded()
        ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:10: note: previous definition is here
        #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();}
                ^
4 warnings generated.
[ 36%] 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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/include/semaphores -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/repository/ffi/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/src/osx/aioOSX.c
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/src/osx/aioOSX.c:239: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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/include/semaphores -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/repository/ffi/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/src/debugUnix.c
/builds/workspace/pharo-vm_PR-162/repository/src/debugUnix.c:260:8: warning: unused variable 'pc' [-Wunused-variable]
        void *pc;
              ^
1 warning 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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/include/semaphores -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/repository/ffi/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/src/utilsMac.mm
-- Downloading...
   dst='C:/builds/workspace/pharo-vm_PR-162/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]
-- [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 98% complete]
-- [download 99% complete]
-- [download 100% complete]
-- verifying file...
       file='C:/builds/workspace/pharo-vm_PR-162/build/build/vmmaker/src/Pharo9.0-SNAPSHOT.build.1144.sha.ac4bf08.arch.64bit.zip'
-- Downloading... done
cd C:/builds/workspace/pharo-vm_PR-162/build/build/vmmaker && /usr/bin/cmake.exe -P C:/builds/workspace/pharo-vm_PR-162/build/build/vmmaker/src/build_vmmaker_get_image-stamp/verify-build_vmmaker_get_image.cmake
cd C:/builds/workspace/pharo-vm_PR-162/build/build/vmmaker && /usr/bin/cmake.exe -P C:/builds/workspace/pharo-vm_PR-162/build/build/vmmaker/src/build_vmmaker_get_image-stamp/extract-build_vmmaker_get_image.cmake
-- extracting...
     src='C:/builds/workspace/pharo-vm_PR-162/build/build/vmmaker/src/Pharo9.0-SNAPSHOT.build.1144.sha.ac4bf08.arch.64bit.zip'
     dst='C:/builds/workspace/pharo-vm_PR-162/build/build/vmmaker/image'
-- extracting... [tar xfz]
[ 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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/include/semaphores -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/repository/ffi/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/src/fileDialogMac.m
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
cd C:/builds/workspace/pharo-vm_PR-162/build/build/vmmaker && /usr/bin/cmake.exe -E touch C:/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/build/build/vmmaker/image && echo

[ 12%] Performing configure step for 'build_vmmaker_get_image'
cd C:/builds/workspace/pharo-vm_PR-162/build/build/vmmaker/image && echo

cd C:/builds/workspace/pharo-vm_PR-162/build/build/vmmaker/image && /usr/bin/cmake.exe -E touch C:/builds/workspace/pharo-vm_PR-162/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_PR-162/build/build/vmmaker/image && C:/builds/workspace/pharo-vm_PR-162/build/build/vmmaker/vm/PharoConsole.exe --headless C:/builds/workspace/pharo-vm_PR-162/build/build/vmmaker/image/Pharo9.0-SNAPSHOT-64bit-ac4bf08.image save VMMaker
[ 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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/include/semaphores -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/repository/ffi/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/src/memoryUnix.c
/builds/workspace/pharo-vm_PR-162/repository/src/memoryUnix.c:79:8: warning: unused variable 'firstPage' [-Wunused-variable]
        sqInt firstPage = roundDownToPage(startAddr);
              ^
1 warning generated.
[ 39%] 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 
[ 39%] 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_PR-162/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_PR-162/repository /builds/workspace/pharo-vm_PR-162/repository /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/SqueakSSL.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/SqueakSSL.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/SqueakSSL.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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
[ 40%] 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=45 -DSqueakSSL_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/SqueakSSL/src/common/SqueakSSL.c
/builds/workspace/pharo-vm_PR-162/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.
[ 40%] 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=45 -DSqueakSSL_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/SqueakSSL/src/osx/sqMacSSL.c
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/src/osx/sqMacSSL.c:11:
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/osx/sqPlatformSpecific.h:105: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_PR-162/repository/extracted/plugins/SqueakSSL/src/osx/sqMacSSL.c:11:
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/osx/sqPlatformSpecific.h:106: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_PR-162/repository/extracted/plugins/SqueakSSL/src/osx/sqMacSSL.c:11:
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/osx/sqPlatformSpecific.h:107: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_PR-162/repository/extracted/plugins/SqueakSSL/src/osx/sqMacSSL.c:11:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:169:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined]
#define browserPluginReturnIfNeeded()
        ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:10: note: previous definition is here
        #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();}
                ^
4 warnings generated.
[ 41%] 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 
[ 41%] 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_PR-162/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_PR-162/repository /builds/workspace/pharo-vm_PR-162/repository /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/SDL2-2.0.7.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/SDL2-2.0.7.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/SDL2-2.0.7.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/build/SDL2-2.0.7-src/libSDL2-2.0.0.dylib /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/build/SDL2-2.0.7-src/libSDL2.dylib /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
[ 41%] 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_PR-162/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_PR-162/repository /builds/workspace/pharo-vm_PR-162/repository /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/libpng-1.2.49.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/libpng-1.2.49.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/libpng-1.2.49.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/build/libpng-1.2.49-src/libpng12.0.dylib /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/build/libpng-1.2.49-src/libpng12.dylib /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
[ 41%] 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_PR-162/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_PR-162/repository /builds/workspace/pharo-vm_PR-162/repository /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/pixman-0.34.0.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/pixman-0.34.0.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/pixman-0.34.0.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/build/pixman-0.34.0-src/libpixman-1.0.dylib /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/build/pixman-0.34.0-src/libpixman-1.dylib /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
[ 41%] 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_PR-162/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_PR-162/repository /builds/workspace/pharo-vm_PR-162/repository /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/freetype-2.9.1.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/freetype-2.9.1.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/freetype-2.9.1.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/build/freetype-2.9.1-src/libfreetype.6.dylib /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/build/freetype-2.9.1-src/libfreetype.dylib /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
[ 41%] 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_PR-162/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_PR-162/repository /builds/workspace/pharo-vm_PR-162/repository /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/cairo-1.15.4.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/cairo-1.15.4.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/cairo-1.15.4.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/build/cairo-1.15.4-src/libcairo.2.dylib /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/build/cairo-1.15.4-src/libcairo.dylib /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
[ 41%] 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_PR-162/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_PR-162/repository /builds/workspace/pharo-vm_PR-162/repository /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/libgit2-mac-1.0.0.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/libgit2-mac-1.0.0.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/libgit2-mac-1.0.0.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/build/libgit2-mac-1.0.0-src/libgit2.1.0.0.dylib /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
[ 41%] 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_PR-162/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_PR-162/repository /builds/workspace/pharo-vm_PR-162/repository /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/libgit2-0.25.1.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/libgit2-0.25.1.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/libgit2-0.25.1.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/build/libgit2-0.25.1-src/libgit2.0.25.1.dylib /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/build/libgit2-0.25.1-src/libgit2.25.dylib /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/build/libgit2-0.25.1-src/libgit2.dylib /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
[ 41%] 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_PR-162/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_PR-162/repository /builds/workspace/pharo-vm_PR-162/repository /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/FilePlugin.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/FilePlugin.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/FilePlugin.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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
[ 41%] 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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/osx/sqPlatformSpecific.h:105: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_PR-162/repository/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/osx/sqPlatformSpecific.h:106: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_PR-162/repository/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/osx/sqPlatformSpecific.h:107: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_PR-162/repository/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:169:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined]
#define browserPluginReturnIfNeeded()
        ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:10: note: previous definition is here
        #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();}
                ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/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.
[ 42%] 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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/FilePlugin/src/unix/sqUnixFile.c
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/src/unix/sqUnixFile.c:31:
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/osx/sqPlatformSpecific.h:105: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_PR-162/repository/extracted/plugins/FilePlugin/src/unix/sqUnixFile.c:31:
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/osx/sqPlatformSpecific.h:106: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_PR-162/repository/extracted/plugins/FilePlugin/src/unix/sqUnixFile.c:31:
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/osx/sqPlatformSpecific.h:107: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_PR-162/repository/extracted/plugins/FilePlugin/src/unix/sqUnixFile.c:31:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:169:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined]
#define browserPluginReturnIfNeeded()
        ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:10: note: previous definition is here
        #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();}
                ^
4 warnings generated.
[ 42%] 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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/src/unix/sqUnixCharConv.c
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/src/unix/sqUnixCharConv.c:108:9: warning: unused variable 'utf8' [-Wunused-variable]
  int   utf8= 0;
        ^
1 warning generated.
[ 43%] 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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/src/fileUtils.c
[ 43%] 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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/plugins/src/FilePlugin/FilePlugin.c
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:6:13: warning: unused variable '__buildInfo' [-Wunused-variable]
static char __buildInfo[] = "FilePlugin VMMaker-tonel.1 uuid: 5a936737-8e79-0d00-8c26-95ea0b709faa " __DATE__ ;
            ^
/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:1285:1: warning: unused function 'primitiveFileReadWithPinning' [-Wunused-function]
primitiveFileReadWithPinning(void)
^
cd C:/builds/workspace/pharo-vm_PR-162/build/build/vmmaker/image && C:/builds/workspace/pharo-vm_PR-162/build/build/vmmaker/vm/PharoConsole.exe --headless C:/builds/workspace/pharo-vm_PR-162/build/build/vmmaker/image/VMMaker.image --save --quit C:/builds/workspace/pharo-vm_PR-162/repository/scripts/installVMMaker.st C:/builds/workspace/pharo-vm_PR-162/repository
NewUndeclaredWarning: UndefinedObject>>DoIt (path is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (path is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (path is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (path is Undeclared)
MetacelloNotification: Fetched -> BaselineOfVMMaker-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_PR-162\repository\smalltalksrc --- tonel://C:\builds\workspace\pharo-vm_PR-162\repository\smalltalksrc
MetacelloNotification: Loading -> BaselineOfVMMaker-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_PR-162\repository\smalltalksrc --- tonel://C:\builds\workspace\pharo-vm_PR-162\repository\smalltalksrc
24 warnings generated.
[ 44%] 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 
[ 45%] 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_PR-162/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_PR-162/repository /builds/workspace/pharo-vm_PR-162/repository /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/UnixOSProcessPlugin.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/UnixOSProcessPlugin.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/UnixOSProcessPlugin.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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
[ 45%] 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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DUnixOSProcessPlugin_EXPORTS -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c
MetacelloNotification: Loaded -> BaselineOfVMMaker-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_PR-162\repository\smalltalksrc --- tonel://C:\builds\workspace\pharo-vm_PR-162\repository\smalltalksrc
MetacelloNotification: Loading baseline of BaselineOfVMMaker...
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:365:1: warning: unused function 'argumentAtAsType' [-Wunused-function]
argumentAtAsType(sqInt classIdentifier)
^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:499:1: warning: unused function 'descriptorTableSize' [-Wunused-function]
descriptorTableSize(void)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:663:1: warning: unused function 'environmentAtSymbolAsType' [-Wunused-function]
environmentAtSymbolAsType(sqInt classIdentifier)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:688:1: warning: unused function 'fileDescriptorFrom' [-Wunused-function]
fileDescriptorFrom(sqInt aSQFileByteArray)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:718:1: warning: unused function 'fileRecordSize' [-Wunused-function]
fileRecordSize(void)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:732:1: warning: unused function 'fileValueOf' [-Wunused-function]
fileValueOf(sqInt anSQFileRecord)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1202:1: warning: unused function 'getThisSessionIdentifier' [-Wunused-function]
getThisSessionIdentifier(void)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1313:1: warning: unused function 'isSQFileObject' [-Wunused-function]
isSQFileObject(sqInt objectPointer)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1331:1: warning: unused function 'isSQSocketObject' [-Wunused-function]
isSQSocketObject(sqInt objectPointer)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1345:1: warning: unused function 'isValidFileSession' [-Wunused-function]
isValidFileSession(sqInt objectPointer)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1401:1: warning: unused function 'maskForThisThreadAndResend' [-Wunused-function]
maskForThisThreadAndResend(int sigNum)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1526:1: warning: unused function 'newSQFileByteArray' [-Wunused-function]
newSQFileByteArray(void)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1536:1: warning: unused function 'newSQSocketByteArray' [-Wunused-function]
newSQSocketByteArray(void)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1560:1: warning: unused function 'pointerFrom' [-Wunused-function]
pointerFrom(sqInt aByteArray)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4322:1: warning: unused function 'restoreDefaultSignalHandlers' [-Wunused-function]
restoreDefaultSignalHandlers(void)
^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4478:1: warning: unused function 'setSigIntDefaultHandler' [-Wunused-function]
setSigIntDefaultHandler(void)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4488:1: warning: unused function 'setSigIntIgnore' [-Wunused-function]
setSigIntIgnore(void)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4519:1: warning: unused function 'setSigPipeDefaultHandler' [-Wunused-function]
setSigPipeDefaultHandler(void)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4535:1: warning: unused function 'setSigPipeHandler' [-Wunused-function]
setSigPipeHandler(void)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4549:1: warning: unused function 'setSigPipeIgnore' [-Wunused-function]
setSigPipeIgnore(void)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4580:1: warning: unused function 'sigAbrtNumber' [-Wunused-function]
sigAbrtNumber(void)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4590:1: warning: unused function 'sigAlrmNumber' [-Wunused-function]
sigAlrmNumber(void)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4600:1: warning: unused function 'sigChldNumber' [-Wunused-function]
sigChldNumber(void)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4610:1: warning: unused function 'sigContNumber' [-Wunused-function]
sigContNumber(void)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4640:1: warning: unused function 'sigHoldNumber' [-Wunused-function]
sigHoldNumber(void)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4654:1: warning: unused function 'sigHupNumber' [-Wunused-function]
sigHupNumber(void)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4674:1: warning: unused function 'sigIntNumber' [-Wunused-function]
sigIntNumber(void)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4684:1: warning: unused function 'sigKillNumber' [-Wunused-function]
sigKillNumber(void)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4705:1: warning: unused function 'sigPipeNumber' [-Wunused-function]
sigPipeNumber(void)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4715:1: warning: unused function 'sigQuitNumber' [-Wunused-function]
sigQuitNumber(void)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4725:1: warning: unused function 'sigStopNumber' [-Wunused-function]
sigStopNumber(void)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4737:1: warning: unused function 'sigTermNumber' [-Wunused-function]
sigTermNumber(void)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4748:1: warning: unused function 'sigUsr1Number' [-Wunused-function]
sigUsr1Number(void)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4759:1: warning: unused function 'sigUsr2Number' [-Wunused-function]
sigUsr2Number(void)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4769:1: warning: unused function 'sizeOfInt' [-Wunused-function]
sizeOfInt(void)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4779:1: warning: unused function 'sizeOfPointer' [-Wunused-function]
sizeOfPointer(void)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4810:1: warning: unused function 'socketDescriptorFrom' [-Wunused-function]
socketDescriptorFrom(sqInt sqSocketOop)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4829:1: warning: unused function 'socketRecordSize' [-Wunused-function]
socketRecordSize(void)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4843:1: warning: unused function 'socketValueOf' [-Wunused-function]
socketValueOf(sqInt anSQSocketRecord)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4915:1: warning: unused function 'unixFileNumber' [-Wunused-function]
unixFileNumber(FILEHANDLETYPE fileHandle)
^
52 warnings generated.
[ 46%] 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 
[ 46%] 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_PR-162/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_PR-162/repository /builds/workspace/pharo-vm_PR-162/repository /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/MiscPrimitivePlugin.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/MiscPrimitivePlugin.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/MiscPrimitivePlugin.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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
[ 47%] 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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/src/common/MiscPrimitivePlugin.c
/builds/workspace/pharo-vm_PR-162/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.
[ 47%] 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 
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.
[ 47%] 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_PR-162/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_PR-162/repository /builds/workspace/pharo-vm_PR-162/repository /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/JPEGReaderPlugin.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/JPEGReaderPlugin.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/JPEGReaderPlugin.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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
[ 48%] 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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:250:1: warning: unused function 'colorConvertGrayscaleMCU' [-Wunused-function]
colorConvertGrayscaleMCU(void)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:300:1: warning: unused function 'colorConvertMCU' [-Wunused-function]
colorConvertMCU(void)
^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:582:1: warning: unused function 'fillBuffer' [-Wunused-function]
fillBuffer(void)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:610:1: warning: unused function 'getBits' [-Wunused-function]
getBits(sqInt requestedBits)
^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:940:1: warning: unused function 'nextSampleCb' [-Wunused-function]
nextSampleCb(void)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:976:1: warning: unused function 'nextSampleCr' [-Wunused-function]
nextSampleCr(void)
^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:1048:1: warning: unused function 'nextSampleY' [-Wunused-function]
nextSampleY(void)
^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:1780:1: warning: unused function 'stInit' [-Wunused-function]
stInit(void)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:1787:1: warning: unused function 'storeJPEGStreamOn' [-Wunused-function]
storeJPEGStreamOn(sqInt streamOop)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:111:14: warning: unused variable 'cbSampleStream' [-Wunused-variable]
static sqInt cbSampleStream;
             ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:114:14: warning: unused variable 'crSampleStream' [-Wunused-variable]
static sqInt crSampleStream;
             ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:181:14: warning: unused variable 'ySampleStream' [-Wunused-variable]
static sqInt ySampleStream;
             ^
17 warnings generated.
[ 48%] 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 
[ 48%] 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_PR-162/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_PR-162/repository /builds/workspace/pharo-vm_PR-162/repository /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/BitBltPlugin.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/BitBltPlugin.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/BitBltPlugin.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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
[ 48%] 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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1690:8: warning: unused variable 'pixPerM11' [-Wunused-variable]
        sqInt pixPerM11;
              ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1686:8: warning: unused variable 'dxLowBits' [-Wunused-variable]
        sqInt dxLowBits;
              ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1691:8: warning: unused variable 'startBits' [-Wunused-variable]
        sqInt startBits;
              ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1687:8: warning: unused variable 'endBits' [-Wunused-variable]
        sqInt endBits;
              ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1694:8: warning: unused variable 't' [-Wunused-variable]
        sqInt t;
              ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1692:8: warning: unused variable 'startBits1' [-Wunused-variable]
        sqInt startBits1;
              ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1685:8: warning: unused variable 'done' [-Wunused-variable]
        sqInt done;
              ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1688:15: warning: unused variable 'm1' [-Wunused-variable]
        unsigned int m1;
                     ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1693:8: warning: unused variable 'sxLowBits' [-Wunused-variable]
        sqInt sxLowBits;
              ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1689:8: warning: unused variable 'pixPerM1' [-Wunused-variable]
        sqInt pixPerM1;
              ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:5028:8: warning: unused variable '_return_value' [-Wunused-variable]
        sqInt _return_value;
              ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:411:1: warning: unused function 'affectedBottom' [-Wunused-function]
affectedBottom(void)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:418:1: warning: unused function 'affectedLeft' [-Wunused-function]
affectedLeft(void)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:425:1: warning: unused function 'affectedRight' [-Wunused-function]
affectedRight(void)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:432:1: warning: unused function 'affectedTop' [-Wunused-function]
affectedTop(void)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1133:1: warning: unused function 'checkSourceOverlap' [-Wunused-function]
checkSourceOverlap(void)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1271:1: warning: unused function 'copyBitsFastPathSpecialised' [-Wunused-function]
copyBitsFastPathSpecialised(void)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2494:1: warning: unused function 'default8To32Table' [-Wunused-function]
default8To32Table(void)
^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2563:1: warning: unused function 'destMaskAndPointerInit' [-Wunused-function]
destMaskAndPointerInit(void)
^
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2904:1: warning: unused function 'ignoreSourceOrHalftone' [-Wunused-function]
ignoreSourceOrHalftone(sqInt formPointer)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3066:1: warning: unused function 'loadBitBltDestForm' [-Wunused-function]
loadBitBltDestForm(void)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3551:1: warning: unused function 'loadBitBltSourceForm' [-Wunused-function]
loadBitBltSourceForm(void)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3641:1: warning: unused function 'loadColorMap' [-Wunused-function]
loadColorMap(void)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3755:1: warning: unused function 'loadColorMapShiftOrMaskFrom' [-Wunused-function]
loadColorMapShiftOrMaskFrom(sqInt mapOop)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3773:1: warning: unused function 'loadHalftoneForm' [-Wunused-function]
loadHalftoneForm(void)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3821:1: warning: unused function 'loadWarpBltFrom' [-Wunused-function]
loadWarpBltFrom(sqInt bbObj)
^
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/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_PR-162/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:4637:1: warning: unused function 'performCopyLoop' [-Wunused-function]
performCopyLoop(void)
^
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6406:1: warning: unused function 'rgbMap16To32' [-Wunused-function]
rgbMap16To32(sqInt sourcePixel)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6417:1: warning: unused function 'rgbMap32To32' [-Wunused-function]
rgbMap32To32(sqInt sourcePixel)
^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6764:1: warning: unused function 'showDisplayBits' [-Wunused-function]
showDisplayBits(void)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6780:1: warning: unused function 'sourceSkewAndPointerInit' [-Wunused-function]
sourceSkewAndPointerInit(void)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6842:1: warning: unused function 'sqAssert' [-Wunused-function]
sqAssert(sqInt aBool)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:7033:1: warning: unused function 'tryCopyingBitsQuickly' [-Wunused-function]
tryCopyingBitsQuickly(void)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:7160:1: warning: unused function 'warpBits' [-Wunused-function]
warpBits(void)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:7802:1: warning: unused function 'warpLoopSetup' [-Wunused-function]
warpLoopSetup(void)
^
/builds/workspace/pharo-vm_PR-162/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)
^
MetacelloNotification: Fetched -> BaselineOfLLVMDisassembler-CompatibleUserName.1604592041 --- https://github.com/guillep/pharo-llvmDisassembler.git[master] --- https://github.com/guillep/pharo-llvmDisassembler.git[master]
MetacelloNotification: Loading -> BaselineOfLLVMDisassembler-CompatibleUserName.1604592041 --- https://github.com/guillep/pharo-llvmDisassembler.git[master] --- https://github.com/guillep/pharo-llvmDisassembler.git[master]
MetacelloNotification: Loaded -> BaselineOfLLVMDisassembler-CompatibleUserName.1604592041 --- 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.
53 warnings generated.
[ 49%] 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 
[ 49%] 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_PR-162/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_PR-162/repository /builds/workspace/pharo-vm_PR-162/repository /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/libssh2-1.7.0.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/libssh2-1.7.0.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/libssh2-1.7.0.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/build/libssh2-1.7.0-src/libssh2.1.dylib /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/build/libssh2-1.7.0-src/libssh2.dylib /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
[ 49%] 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_PR-162/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_PR-162/repository /builds/workspace/pharo-vm_PR-162/repository /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/LargeIntegers.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/LargeIntegers.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/LargeIntegers.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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
[ 50%] 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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:266:1: warning: unused function 'byteSizeOfCSI' [-Wunused-function]
byteSizeOfCSI(sqInt csi)
^
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1786:1: warning: unused function 'digitSizeOfCSI' [-Wunused-function]
digitSizeOfCSI(sqInt csi)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1802:1: warning: unused function 'digitSizeOfLargeInt' [-Wunused-function]
digitSizeOfLargeInt(sqInt anOop)
^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:2100:1: warning: unused function 'highBitOfLargeInt' [-Wunused-function]
highBitOfLargeInt(sqInt anOop)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:2326:1: warning: unused function 'normalize' [-Wunused-function]
normalize(sqInt aLargeInteger)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:3797:1: warning: unused function 'sqAssert' [-Wunused-function]
sqAssert(sqInt aBool)
^
MetacelloNotification: Fetched -> BaselineOfUnicorn-CompatibleUserName.1615322588 --- https://github.com/guillep/pharo-unicorn.git[master] --- https://github.com/guillep/pharo-unicorn.git[master]
MetacelloNotification: Loading -> BaselineOfUnicorn-CompatibleUserName.1615322588 --- https://github.com/guillep/pharo-unicorn.git[master] --- https://github.com/guillep/pharo-unicorn.git[master]
MetacelloNotification: Loaded -> BaselineOfUnicorn-CompatibleUserName.1615322588 --- https://github.com/guillep/pharo-unicorn.git[master] --- https://github.com/guillep/pharo-unicorn.git[master]
26 warnings generated.
[ 51%] 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 
[ 51%] 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_PR-162/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_PR-162/repository /builds/workspace/pharo-vm_PR-162/repository /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/DSAPrims.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/DSAPrims.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/DSAPrims.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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
[ 51%] 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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/DSAPrims/src/common/DSAPrims.c
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/DSAPrims/src/common/DSAPrims.c:106:1: warning: unused function 'addBackDivisorDigitShift' [-Wunused-function]
addBackDivisorDigitShift(sqInt digitShift)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/src/common/DSAPrims.c:144:1: warning: unused function 'bigDivideLoop' [-Wunused-function]
bigDivideLoop(void)
^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/DSAPrims/src/common/DSAPrims.c:675:1: warning: unused function 'subtractDivisorMultipliedByDigitdigitShift' [-Wunused-function]
subtractDivisorMultipliedByDigitdigitShift(sqInt digit, sqInt digitShift)
^
5 warnings generated.
[ 52%] 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 
[ 52%] 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_PR-162/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_PR-162/repository /builds/workspace/pharo-vm_PR-162/repository /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/SocketPlugin.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/SocketPlugin.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/SocketPlugin.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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
[ 52%] 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=45 -DSocketPlugin_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:1499:8: warning: unused variable 'okToListen' [-Wunused-variable]
        sqInt okToListen;
              ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:245:1: warning: unused function 'netAddressToInt' [-Wunused-function]
netAddressToInt(unsigned char *ptrToByteArray)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:2296:1: warning: unused function 'socketRecordSize' [-Wunused-function]
socketRecordSize(void)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:2307:1: warning: unused function 'socketValueOf' [-Wunused-function]
socketValueOf(sqInt socketOop)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:2318:1: warning: unused function 'sqAssert' [-Wunused-function]
sqAssert(sqInt aBool)
^
7 warnings generated.
[ 53%] 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=45 -DSocketPlugin_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/SocketPlugin/src/common/SocketPluginImpl.c
[ 53%] 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 
[ 53%] 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_PR-162/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_PR-162/repository /builds/workspace/pharo-vm_PR-162/repository /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/LocalePlugin.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/LocalePlugin.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/LocalePlugin.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c:388:1: warning: unused function 'sqAssert' [-Wunused-function]
sqAssert(sqInt aBool)
^
2 warnings generated.
[ 54%] 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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/LocalePlugin/src/osx/sqIOSLocale.c
MetacelloNotification: Fetched -> Slang-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_PR-162\repository\smalltalksrc --- tonel://C:\builds\workspace\pharo-vm_PR-162\repository\smalltalksrc
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/src/osx/sqIOSLocale.c:9:
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/osx/sqIOSLocale.h:11:
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/osx/sqPlatformSpecific.h:105: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_PR-162/repository/extracted/plugins/LocalePlugin/src/osx/sqIOSLocale.c:9:
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/osx/sqIOSLocale.h:11:
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/osx/sqPlatformSpecific.h:106: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_PR-162/repository/extracted/plugins/LocalePlugin/src/osx/sqIOSLocale.c:9:
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/osx/sqIOSLocale.h:11:
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/osx/sqPlatformSpecific.h:107: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_PR-162/repository/extracted/plugins/LocalePlugin/src/osx/sqIOSLocale.c:9:
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/osx/sqIOSLocale.h:11:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:169:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined]
#define browserPluginReturnIfNeeded()
        ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:10: note: previous definition is here
        #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();}
                ^
/builds/workspace/pharo-vm_PR-162/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 
MetacelloNotification: Fetched -> Slang-Tests-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_PR-162\repository\smalltalksrc --- tonel://C:\builds\workspace\pharo-vm_PR-162\repository\smalltalksrc
[ 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_PR-162/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_PR-162/repository /builds/workspace/pharo-vm_PR-162/repository /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/SurfacePlugin.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/SurfacePlugin.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/SurfacePlugin.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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/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=45 -DSurfacePlugin_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/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/SurfacePlugin.c.o   -c /builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/src/common/SurfacePlugin.c
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/src/common/SurfacePlugin.c:60:9: warning: unknown pragma ignored [-Wunknown-pragmas]
#pragma export on
        ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/src/common/SurfacePlugin.c:88:9: warning: unknown pragma ignored [-Wunknown-pragmas]
#pragma export off
        ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/src/common/SurfacePlugin.c:144:3: warning: expression result unused [-Wunused-value]
                -1;
                ^~
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/src/common/SurfacePlugin.c:239:10: warning: incompatible pointer to integer conversion returning 'void *' from a function with result type 'sqInt' (aka 'long') [-Wint-conversion]
                return NULL;
                       ^~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/usr/include/sys/_types/_null.h:30:15: note: expanded from macro 'NULL'
#define NULL  __DARWIN_NULL
              ^~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/usr/include/sys/_types.h:52:23: note: expanded from macro '__DARWIN_NULL'
#define __DARWIN_NULL ((void *)0)
                      ^~~~~~~~~~~
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/src/common/SurfacePlugin.c:290:10: warning: incompatible pointer to integer conversion returning 'void *' from a function with result type 'sqInt' (aka 'long') [-Wint-conversion]
                return NULL;
                       ^~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/usr/include/sys/_types/_null.h:30:15: note: expanded from macro 'NULL'
#define NULL  __DARWIN_NULL
              ^~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/usr/include/sys/_types.h:52:23: note: expanded from macro '__DARWIN_NULL'
#define __DARWIN_NULL ((void *)0)
                      ^~~~~~~~~~~
MetacelloNotification: Fetched -> Melchor-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_PR-162\repository\smalltalksrc --- tonel://C:\builds\workspace\pharo-vm_PR-162\repository\smalltalksrc
MetacelloNotification: Project: Unicorn baseline
5 warnings generated.
[ 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=45 -DSurfacePlugin_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/SurfacePlugin/src/common/sqManualSurface.c
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/src/common/sqManualSurface.c:1:
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/osx/sqPlatformSpecific.h:105: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_PR-162/repository/extracted/plugins/SurfacePlugin/src/common/sqManualSurface.c:1:
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/osx/sqPlatformSpecific.h:106: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_PR-162/repository/extracted/plugins/SurfacePlugin/src/common/sqManualSurface.c:1:
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/osx/sqPlatformSpecific.h:107: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_PR-162/repository/extracted/plugins/SurfacePlugin/src/common/sqManualSurface.c:1:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:169:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined]
#define browserPluginReturnIfNeeded()
        ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:10: note: previous definition is here
        #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();}
                ^
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/SurfacePlugin.c.o CMakeFiles/SurfacePlugin.dir/extracted/plugins/SurfacePlugin/src/common/sqManualSurface.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 
MetacelloNotification: Fetched -> Unicorn-CompatibleUserName.1615322588 --- https://github.com/guillep/pharo-unicorn.git[master] --- https://github.com/guillep/pharo-unicorn.git[master]
MetacelloNotification: Project: LLVMDisassembler baseline
[ 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_PR-162/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_PR-162/repository /builds/workspace/pharo-vm_PR-162/repository /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/UUIDPlugin.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/UUIDPlugin.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/UUIDPlugin.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DUUIDPlugin_EXPORTS -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/plugins/UUIDPlugin/common/UUIDPlugin.c
In file included from /builds/workspace/pharo-vm_PR-162/repository/plugins/UUIDPlugin/common/UUIDPlugin.c:2:
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/osx/sqPlatformSpecific.h:105: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_PR-162/repository/plugins/UUIDPlugin/common/UUIDPlugin.c:2:
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/osx/sqPlatformSpecific.h:106: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_PR-162/repository/plugins/UUIDPlugin/common/UUIDPlugin.c:2:
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/osx/sqPlatformSpecific.h:107: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_PR-162/repository/plugins/UUIDPlugin/common/UUIDPlugin.c:2:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:169:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined]
#define browserPluginReturnIfNeeded()
        ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:10: note: previous definition is here
        #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();}
                ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_PR-162/repository /builds/workspace/pharo-vm_PR-162/repository /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/B2DPlugin.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/B2DPlugin.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/B2DPlugin.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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;
                                        ~~ ^ ~~
MetacelloNotification: Fetched -> LLVMDisassembler-CompatibleUserName.1604592041 --- 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_PR-162\repository\smalltalksrc --- tonel://C:\builds\workspace\pharo-vm_PR-162\repository\smalltalksrc
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13646:18: warning: expression result unused [-Wunused-value]
                ((signed)lastX >> 8);
                 ~~~~~~~~~~~~~ ^  ~
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13676:18: warning: expression result unused [-Wunused-value]
        ((signed)lastX1 >> 8);
         ~~~~~~~~~~~~~~ ^  ~
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:851:1: warning: unused function 'aaColorMaskGet' [-Wunused-function]
aaColorMaskGet(void)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:858:1: warning: unused function 'aaColorMaskPut' [-Wunused-function]
aaColorMaskPut(sqInt value)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:865:1: warning: unused function 'aaColorShiftGet' [-Wunused-function]
aaColorShiftGet(void)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:872:1: warning: unused function 'aaColorShiftPut' [-Wunused-function]
aaColorShiftPut(sqInt value)
^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:897:1: warning: unused function 'aaHalfPixelGet' [-Wunused-function]
aaHalfPixelGet(void)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:904:1: warning: unused function 'aaHalfPixelPut' [-Wunused-function]
aaHalfPixelPut(sqInt value)
^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:921:1: warning: unused function 'aaLevelGet' [-Wunused-function]
aaLevelGet(void)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:928:1: warning: unused function 'aaLevelPut' [-Wunused-function]
aaLevelPut(sqInt value)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:935:1: warning: unused function 'aaScanMaskGet' [-Wunused-function]
aaScanMaskGet(void)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:942:1: warning: unused function 'aaScanMaskPut' [-Wunused-function]
aaScanMaskPut(sqInt value)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:949:1: warning: unused function 'aaShiftGet' [-Wunused-function]
aaShiftGet(void)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:956:1: warning: unused function 'aaShiftPut' [-Wunused-function]
aaShiftPut(sqInt value)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:967:1: warning: unused function 'absoluteSquared8Dot24' [-Wunused-function]
absoluteSquared8Dot24(sqInt value)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1036:1: warning: unused function 'adjustAALevel' [-Wunused-function]
adjustAALevel(void)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1175:1: warning: unused function 'aetStartGet' [-Wunused-function]
aetStartGet(void)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1182:1: warning: unused function 'aetStartPut' [-Wunused-function]
aetStartPut(sqInt value)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1189:1: warning: unused function 'aetUsedGet' [-Wunused-function]
aetUsedGet(void)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1196:1: warning: unused function 'aetUsedPut' [-Wunused-function]
aetUsedPut(sqInt value)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1206:1: warning: unused function 'allocateAETEntry' [-Wunused-function]
allocateAETEntry(sqInt nSlots)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1220:1: warning: unused function 'allocateBezier' [-Wunused-function]
allocateBezier(void)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1240:1: warning: unused function 'allocateBezierStackEntry' [-Wunused-function]
allocateBezierStackEntry(void)
^
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1364:1: warning: unused function 'allocateLine' [-Wunused-function]
allocateLine(void)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1416:1: warning: unused function 'allocateStackEntry' [-Wunused-function]
allocateStackEntry(sqInt nSlots)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1430:1: warning: unused function 'allocateStackFillEntry' [-Wunused-function]
allocateStackFillEntry(void)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1443:1: warning: unused function 'allocateWideBezier' [-Wunused-function]
allocateWideBezier(void)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1463:1: warning: unused function 'allocateWideLine' [-Wunused-function]
allocateWideLine(void)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1483:1: warning: unused function 'areEdgeFillsValid' [-Wunused-function]
areEdgeFillsValid(sqInt edge)
^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1516:1: warning: unused function 'bezierEndXOf' [-Wunused-function]
bezierEndXOf(sqInt bezier)
^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1530:1: warning: unused function 'bezierEndYOf' [-Wunused-function]
bezierEndYOf(sqInt bezier)
^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1544:1: warning: unused function 'bezierFinalXOf' [-Wunused-function]
bezierFinalXOf(sqInt bezier)
^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1558:1: warning: unused function 'bezierUpdateDataOf' [-Wunused-function]
bezierUpdateDataOf(sqInt bezier)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1565:1: warning: unused function 'bezierViaXOf' [-Wunused-function]
bezierViaXOf(sqInt bezier)
^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1579:1: warning: unused function 'bezierViaYOf' [-Wunused-function]
bezierViaYOf(sqInt bezier)
^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1593:1: warning: unused function 'bitmapCmSizeOf' [-Wunused-function]
bitmapCmSizeOf(sqInt bmFill)
^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1607:1: warning: unused function 'bitmapDepthOf' [-Wunused-function]
bitmapDepthOf(sqInt bmFill)
^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1621:1: warning: unused function 'bitmapHeightOf' [-Wunused-function]
bitmapHeightOf(sqInt bmFill)
^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1635:1: warning: unused function 'bitmapRasterOf' [-Wunused-function]
bitmapRasterOf(sqInt bmFill)
^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1649:1: warning: unused function 'bitmapSizeOf' [-Wunused-function]
bitmapSizeOf(sqInt bmFill)
^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1663:1: warning: unused function 'bitmapTileFlagOf' [-Wunused-function]
bitmapTileFlagOf(sqInt bmFill)
^
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1740:1: warning: unused function 'bitmapWidthOf' [-Wunused-function]
bitmapWidthOf(sqInt bmFill)
^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1754:1: warning: unused function 'bzEndX' [-Wunused-function]
bzEndX(sqInt index)
^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1776:1: warning: unused function 'bzEndY' [-Wunused-function]
bzEndY(sqInt index)
^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1798:1: warning: unused function 'bzStartX' [-Wunused-function]
bzStartX(sqInt index)
^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1820:1: warning: unused function 'bzStartY' [-Wunused-function]
bzStartY(sqInt index)
^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1842:1: warning: unused function 'bzViaX' [-Wunused-function]
bzViaX(sqInt index)
^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1864:1: warning: unused function 'bzViaY' [-Wunused-function]
bzViaY(sqInt index)
^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2030:1: warning: unused function 'checkedAddBezierToGET' [-Wunused-function]
checkedAddBezierToGET(sqInt bezier)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2058:1: warning: unused function 'checkedAddEdgeToGET' [-Wunused-function]
checkedAddEdgeToGET(sqInt edge)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2110:1: warning: unused function 'checkedAddLineToGET' [-Wunused-function]
checkedAddLineToGET(sqInt line)
^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2218:1: warning: unused function 'clearSpanBufferGet' [-Wunused-function]
clearSpanBufferGet(void)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2225:1: warning: unused function 'clearSpanBufferPut' [-Wunused-function]
clearSpanBufferPut(sqInt value)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2232:1: warning: unused function 'clipMaxXGet' [-Wunused-function]
clipMaxXGet(void)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2239:1: warning: unused function 'clipMaxXPut' [-Wunused-function]
clipMaxXPut(sqInt value)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2246:1: warning: unused function 'clipMaxYGet' [-Wunused-function]
clipMaxYGet(void)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2253:1: warning: unused function 'clipMaxYPut' [-Wunused-function]
clipMaxYPut(sqInt value)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2260:1: warning: unused function 'clipMinXGet' [-Wunused-function]
clipMinXGet(void)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2267:1: warning: unused function 'clipMinXPut' [-Wunused-function]
clipMinXPut(sqInt value)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2274:1: warning: unused function 'clipMinYGet' [-Wunused-function]
clipMinYGet(void)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2281:1: warning: unused function 'clipMinYPut' [-Wunused-function]
clipMinYPut(sqInt value)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2288:1: warning: unused function 'colormapOf' [-Wunused-function]
colormapOf(sqInt bmFill)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2295:1: warning: unused function 'colorTransform' [-Wunused-function]
colorTransform(void)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2577:1: warning: unused function 'computeSqrt' [-Wunused-function]
computeSqrt(sqInt length2)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2672:1: warning: unused function 'currentYGet' [-Wunused-function]
currentYGet(void)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2679:1: warning: unused function 'currentYPut' [-Wunused-function]
currentYPut(sqInt value)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2686:1: warning: unused function 'currentZGet' [-Wunused-function]
currentZGet(void)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2693:1: warning: unused function 'currentZPut' [-Wunused-function]
currentZPut(sqInt value)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2700:1: warning: unused function 'destOffsetXGet' [-Wunused-function]
destOffsetXGet(void)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2707:1: warning: unused function 'destOffsetXPut' [-Wunused-function]
destOffsetXPut(sqInt value)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2714:1: warning: unused function 'destOffsetYGet' [-Wunused-function]
destOffsetYGet(void)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2721:1: warning: unused function 'destOffsetYPut' [-Wunused-function]
destOffsetYPut(sqInt value)
^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2813:1: warning: unused function 'edgeFillsInvalidate' [-Wunused-function]
edgeFillsInvalidate(sqInt edge)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2824:1: warning: unused function 'edgeFillsValidate' [-Wunused-function]
edgeFillsValidate(sqInt edge)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2835:1: warning: unused function 'edgeLeftFillOf' [-Wunused-function]
edgeLeftFillOf(sqInt edge)
^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2849:1: warning: unused function 'edgeNumLinesOf' [-Wunused-function]
edgeNumLinesOf(sqInt edge)
^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2863:1: warning: unused function 'edgeRightFillOf' [-Wunused-function]
edgeRightFillOf(sqInt edge)
^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2877:1: warning: unused function 'edgeTransform' [-Wunused-function]
edgeTransform(void)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2887:1: warning: unused function 'edgeTypeOf' [-Wunused-function]
edgeTypeOf(sqInt edge)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2894:1: warning: unused function 'edgeXValueOf' [-Wunused-function]
edgeXValueOf(sqInt edge)
^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2908:1: warning: unused function 'edgeYValueOf' [-Wunused-function]
edgeYValueOf(sqInt edge)
^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2922:1: warning: unused function 'edgeZValueOf' [-Wunused-function]
edgeZValueOf(sqInt edge)
^
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3086:1: warning: unused function 'fillBitmapSpan' [-Wunused-function]
fillBitmapSpan(void)
^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3896:1: warning: unused function 'fillDirectionXOf' [-Wunused-function]
fillDirectionXOf(sqInt fill)
^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3910:1: warning: unused function 'fillDirectionYOf' [-Wunused-function]
fillDirectionYOf(sqInt fill)
^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3924:1: warning: unused function 'fillLinearGradient' [-Wunused-function]
fillLinearGradient(void)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4152:1: warning: unused function 'fillMaxXGet' [-Wunused-function]
fillMaxXGet(void)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4159:1: warning: unused function 'fillMaxXPut' [-Wunused-function]
fillMaxXPut(sqInt value)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4166:1: warning: unused function 'fillMaxYGet' [-Wunused-function]
fillMaxYGet(void)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4173:1: warning: unused function 'fillMaxYPut' [-Wunused-function]
fillMaxYPut(sqInt value)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4180:1: warning: unused function 'fillMinXGet' [-Wunused-function]
fillMinXGet(void)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4187:1: warning: unused function 'fillMinXPut' [-Wunused-function]
fillMinXPut(sqInt value)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4194:1: warning: unused function 'fillMinYGet' [-Wunused-function]
fillMinYGet(void)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4201:1: warning: unused function 'fillMinYPut' [-Wunused-function]
fillMinYPut(sqInt value)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4208:1: warning: unused function 'fillNormalXOf' [-Wunused-function]
fillNormalXOf(sqInt fill)
^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4222:1: warning: unused function 'fillNormalYOf' [-Wunused-function]
fillNormalYOf(sqInt fill)
^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4236:1: warning: unused function 'fillOffsetXGet' [-Wunused-function]
fillOffsetXGet(void)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4243:1: warning: unused function 'fillOffsetXPut' [-Wunused-function]
fillOffsetXPut(sqInt value)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4250:1: warning: unused function 'fillOffsetYGet' [-Wunused-function]
fillOffsetYGet(void)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4257:1: warning: unused function 'fillOffsetYPut' [-Wunused-function]
fillOffsetYPut(sqInt value)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4264:1: warning: unused function 'fillOriginXOf' [-Wunused-function]
fillOriginXOf(sqInt fill)
^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4278:1: warning: unused function 'fillOriginYOf' [-Wunused-function]
fillOriginYOf(sqInt fill)
^
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4477:1: warning: unused function 'fillRadialGradient' [-Wunused-function]
fillRadialGradient(void)
^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5011:1: warning: unused function 'fillTypeOf' [-Wunused-function]
fillTypeOf(sqInt fill)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5018:1: warning: unused function 'findNextAETEdgeFrom' [-Wunused-function]
findNextAETEdgeFrom(sqInt leftEdge)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5446:1: warning: unused function 'finishedProcessing' [-Wunused-function]
finishedProcessing(void)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5453:1: warning: unused function 'firstPointListGet' [-Wunused-function]
firstPointListGet(void)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5460:1: warning: unused function 'firstPointListPut' [-Wunused-function]
firstPointListPut(sqInt value)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5467:1: warning: unused function 'freeStackFillEntry' [-Wunused-function]
freeStackFillEntry(void)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5509:1: warning: unused function 'getStartGet' [-Wunused-function]
getStartGet(void)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5516:1: warning: unused function 'getStartPut' [-Wunused-function]
getStartPut(sqInt value)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5523:1: warning: unused function 'getUsedGet' [-Wunused-function]
getUsedGet(void)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5530:1: warning: unused function 'getUsedPut' [-Wunused-function]
getUsedPut(sqInt value)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5537:1: warning: unused function 'gradientRampLengthOf' [-Wunused-function]
gradientRampLengthOf(sqInt fill)
^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5551:1: warning: unused function 'gradientRampOf' [-Wunused-function]
gradientRampOf(sqInt fill)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5558:1: warning: unused function 'hasColorTransform' [-Wunused-function]
hasColorTransform(void)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5565:1: warning: unused function 'hasColorTransformGet' [-Wunused-function]
hasColorTransformGet(void)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5572:1: warning: unused function 'hasColorTransformPut' [-Wunused-function]
hasColorTransformPut(sqInt value)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5579:1: warning: unused function 'hasEdgeTransform' [-Wunused-function]
hasEdgeTransform(void)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5586:1: warning: unused function 'hasEdgeTransformGet' [-Wunused-function]
hasEdgeTransformGet(void)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5593:1: warning: unused function 'hasEdgeTransformPut' [-Wunused-function]
hasEdgeTransformPut(sqInt value)
^
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5899:1: warning: unused function 'isBezier' [-Wunused-function]
isBezier(sqInt bezier)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5919:1: warning: unused function 'isFillColor' [-Wunused-function]
isFillColor(sqInt fill)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5938:1: warning: unused function 'isFill' [-Wunused-function]
isFill(sqInt fill)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5946:1: warning: unused function 'isLine' [-Wunused-function]
isLine(sqInt line)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5953:1: warning: unused function 'isObject' [-Wunused-function]
isObject(sqInt obj)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5961:1: warning: unused function 'isRealFill' [-Wunused-function]
isRealFill(sqInt fill)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5968:1: warning: unused function 'isStackEntry' [-Wunused-function]
isStackEntry(sqInt entry)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5976:1: warning: unused function 'isStackIndex' [-Wunused-function]
isStackIndex(sqInt index)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5984:1: warning: unused function 'isWideBezier' [-Wunused-function]
isWideBezier(sqInt bezier)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5992:1: warning: unused function 'isWideLine' [-Wunused-function]
isWideLine(sqInt line)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6000:1: warning: unused function 'isWide' [-Wunused-function]
isWide(sqInt object)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6007:1: warning: unused function 'lastExportedEdgeGet' [-Wunused-function]
lastExportedEdgeGet(void)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6014:1: warning: unused function 'lastExportedEdgePut' [-Wunused-function]
lastExportedEdgePut(sqInt value)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6021:1: warning: unused function 'lastExportedFillGet' [-Wunused-function]
lastExportedFillGet(void)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6028:1: warning: unused function 'lastExportedFillPut' [-Wunused-function]
lastExportedFillPut(sqInt value)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6035:1: warning: unused function 'lastExportedLeftXGet' [-Wunused-function]
lastExportedLeftXGet(void)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6042:1: warning: unused function 'lastExportedLeftXPut' [-Wunused-function]
lastExportedLeftXPut(sqInt value)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6049:1: warning: unused function 'lastExportedRightXGet' [-Wunused-function]
lastExportedRightXGet(void)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6056:1: warning: unused function 'lastExportedRightXPut' [-Wunused-function]
lastExportedRightXPut(sqInt value)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6063:1: warning: unused function 'lineEndXOf' [-Wunused-function]
lineEndXOf(sqInt line)
^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6077:1: warning: unused function 'lineEndYOf' [-Wunused-function]
lineEndYOf(sqInt line)
^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6091:1: warning: unused function 'lineErrorAdjDownOf' [-Wunused-function]
lineErrorAdjDownOf(sqInt line)
^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6105:1: warning: unused function 'lineErrorAdjUpOf' [-Wunused-function]
lineErrorAdjUpOf(sqInt line)
^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6119:1: warning: unused function 'lineErrorOf' [-Wunused-function]
lineErrorOf(sqInt line)
^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6133:1: warning: unused function 'lineXDirectionOf' [-Wunused-function]
lineXDirectionOf(sqInt line)
^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6147:1: warning: unused function 'lineXIncrementOf' [-Wunused-function]
lineXIncrementOf(sqInt line)
^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6161:1: warning: unused function 'lineYDirectionOf' [-Wunused-function]
lineYDirectionOf(sqInt line)
^
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6834:1: warning: unused function 'loadColorTransformFrom' [-Wunused-function]
loadColorTransformFrom(sqInt transformOop)
^
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8973:1: warning: unused function 'magicNumberGet' [-Wunused-function]
magicNumberGet(void)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8980:1: warning: unused function 'magicNumberPut' [-Wunused-function]
magicNumberPut(sqInt value)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8987:1: warning: unused function 'makeRectFromPoints' [-Wunused-function]
makeRectFromPoints(void)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8998:1: warning: unused function 'makeUnsignedFrom' [-Wunused-function]
makeUnsignedFrom(sqInt someIntegerValue)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9058:1: warning: unused function 'needsFlush' [-Wunused-function]
needsFlush(void)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9065:1: warning: unused function 'needsFlushGet' [-Wunused-function]
needsFlushGet(void)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9072:1: warning: unused function 'needsFlushPut' [-Wunused-function]
needsFlushPut(sqInt value)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9079:1: warning: unused function 'objectHeaderOf' [-Wunused-function]
objectHeaderOf(sqInt obj)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9090:1: warning: unused function 'objectIndexOf' [-Wunused-function]
objectIndexOf(sqInt obj)
^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9104:1: warning: unused function 'objectLengthOf' [-Wunused-function]
objectLengthOf(sqInt obj)
^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9118:1: warning: unused function 'objectTypeOf' [-Wunused-function]
objectTypeOf(sqInt obj)
^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9132:1: warning: unused function 'objStartGet' [-Wunused-function]
objStartGet(void)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9139:1: warning: unused function 'objStartPut' [-Wunused-function]
objStartPut(sqInt value)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9146:1: warning: unused function 'objUsedGet' [-Wunused-function]
objUsedGet(void)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9153:1: warning: unused function 'objUsedPut' [-Wunused-function]
objUsedPut(sqInt value)
^
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9178:1: warning: unused function 'offsetFromWidth' [-Wunused-function]
offsetFromWidth(sqInt lineWidth)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9185:1: warning: unused function 'point1Get' [-Wunused-function]
point1Get(void)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9192:1: warning: unused function 'point2Get' [-Wunused-function]
point2Get(void)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9199:1: warning: unused function 'point3Get' [-Wunused-function]
point3Get(void)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9206:1: warning: unused function 'point4Get' [-Wunused-function]
point4Get(void)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12282:1: warning: unused function 'quickRemoveInvalidFillsAt' [-Wunused-function]
quickRemoveInvalidFillsAt(sqInt leftX)
^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12495:1: warning: unused function 'returnWideBezierFill' [-Wunused-function]
returnWideBezierFill(void)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12502:1: warning: unused function 'returnWideBezierWidth' [-Wunused-function]
returnWideBezierWidth(void)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12512:1: warning: unused function 'returnWideLineFill' [-Wunused-function]
returnWideLineFill(void)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12522:1: warning: unused function 'returnWideLineWidth' [-Wunused-function]
returnWideLineWidth(void)
^
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12748:1: warning: unused function 'sortGlobalEdgeTable' [-Wunused-function]
sortGlobalEdgeTable(void)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12756:1: warning: unused function 'spanEndAAGet' [-Wunused-function]
spanEndAAGet(void)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12763:1: warning: unused function 'spanEndAAPut' [-Wunused-function]
spanEndAAPut(sqInt value)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12770:1: warning: unused function 'spanEndGet' [-Wunused-function]
spanEndGet(void)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12777:1: warning: unused function 'spanEndPut' [-Wunused-function]
spanEndPut(sqInt value)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12784:1: warning: unused function 'spanSizeGet' [-Wunused-function]
spanSizeGet(void)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12791:1: warning: unused function 'spanSizePut' [-Wunused-function]
spanSizePut(sqInt value)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12798:1: warning: unused function 'spanStartGet' [-Wunused-function]
spanStartGet(void)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12805:1: warning: unused function 'spanStartPut' [-Wunused-function]
spanStartPut(sqInt value)
^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12819:1: warning: unused function 'stackFillDepth' [-Wunused-function]
stackFillDepth(sqInt index)
^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12833:1: warning: unused function 'stackFillEntryLength' [-Wunused-function]
stackFillEntryLength(void)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12840:1: warning: unused function 'stackFillRightX' [-Wunused-function]
stackFillRightX(sqInt index)
^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12854:1: warning: unused function 'stackFillSize' [-Wunused-function]
stackFillSize(void)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12861:1: warning: unused function 'stackFillValue' [-Wunused-function]
stackFillValue(sqInt index)
^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12875:1: warning: unused function 'stateGet' [-Wunused-function]
stateGet(void)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12882:1: warning: unused function 'statePut' [-Wunused-function]
statePut(sqInt value)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12894:1: warning: unused function 'stepToFirstBezier' [-Wunused-function]
stepToFirstBezier(void)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13033:1: warning: unused function 'stepToFirstLine' [-Wunused-function]
stepToFirstLine(void)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13140:1: warning: unused function 'stepToFirstWideBezier' [-Wunused-function]
stepToFirstWideBezier(void)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13244:1: warning: unused function 'stepToFirstWideLine' [-Wunused-function]
stepToFirstWideLine(void)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13388:1: warning: unused function 'stepToNextBezier' [-Wunused-function]
stepToNextBezier(void)
^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13515:1: warning: unused function 'stepToNextLine' [-Wunused-function]
stepToNextLine(void)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13686:1: warning: unused function 'stepToNextWideLine' [-Wunused-function]
stepToNextWideLine(void)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13814:1: warning: unused function 'stopBecauseOf' [-Wunused-function]
stopBecauseOf(sqInt stopReason)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13823:1: warning: unused function 'stopReasonGet' [-Wunused-function]
stopReasonGet(void)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13830:1: warning: unused function 'stopReasonPut' [-Wunused-function]
stopReasonPut(sqInt value)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13854:1: warning: unused function 'storeEngineStateInto' [-Wunused-function]
storeEngineStateInto(sqInt oop)
^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14334:1: warning: unused function 'topFillDepth' [-Wunused-function]
topFillDepth(void)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14345:1: warning: unused function 'topFillDepthPut' [-Wunused-function]
topFillDepthPut(sqInt value)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14356:1: warning: unused function 'topFillRightX' [-Wunused-function]
topFillRightX(void)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14367:1: warning: unused function 'topFillRightXPut' [-Wunused-function]
topFillRightXPut(sqInt value)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14378:1: warning: unused function 'topFillValue' [-Wunused-function]
topFillValue(void)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14389:1: warning: unused function 'topFillValuePut' [-Wunused-function]
topFillValuePut(sqInt value)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14468:1: warning: unused function 'transformPoints' [-Wunused-function]
transformPoints(sqInt n)
^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14619:1: warning: unused function 'transformPoint' [-Wunused-function]
transformPoint(int *point)
^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14872:1: warning: unused function 'wbSizeGet' [-Wunused-function]
wbSizeGet(void)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14879:1: warning: unused function 'wbSizePut' [-Wunused-function]
wbSizePut(sqInt value)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14886:1: warning: unused function 'wbStackClear' [-Wunused-function]
wbStackClear(void)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14895:1: warning: unused function 'wbStackPop' [-Wunused-function]
wbStackPop(sqInt nItems)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14916:1: warning: unused function 'wbStackSize' [-Wunused-function]
wbStackSize(void)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14923:1: warning: unused function 'wbStackValue' [-Wunused-function]
wbStackValue(sqInt index)
^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14937:1: warning: unused function 'wbTopGet' [-Wunused-function]
wbTopGet(void)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14944:1: warning: unused function 'wbTopPut' [-Wunused-function]
wbTopPut(sqInt value)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14951:1: warning: unused function 'wideBezierEntryOf' [-Wunused-function]
wideBezierEntryOf(sqInt line)
^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14967:1: warning: unused function 'wideBezierExitOf' [-Wunused-function]
wideBezierExitOf(sqInt line)
^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14983:1: warning: unused function 'wideBezierExtentOf' [-Wunused-function]
wideBezierExtentOf(sqInt bezier)
^
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15015:1: warning: unused function 'wideBezierUpdateDataOf' [-Wunused-function]
wideBezierUpdateDataOf(sqInt bezier)
^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15038:1: warning: unused function 'wideLineEntryOf' [-Wunused-function]
wideLineEntryOf(sqInt line)
^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15054:1: warning: unused function 'wideLineExitOf' [-Wunused-function]
wideLineExitOf(sqInt line)
^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15070:1: warning: unused function 'wideLineExtentOf' [-Wunused-function]
wideLineExtentOf(sqInt line)
^
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15118:1: warning: unused function 'workBufferPut' [-Wunused-function]
workBufferPut(sqInt wbOop)
^
MetacelloNotification: Fetched -> Printf-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_PR-162\repository\smalltalksrc --- tonel://C:\builds\workspace\pharo-vm_PR-162\repository\smalltalksrc
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_PR-162/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_PR-162/repository /builds/workspace/pharo-vm_PR-162/repository /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/openssl-1.0.2q.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/openssl-1.0.2q.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/openssl-1.0.2q.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/build/openssl-1.0.2q-src/libcrypto.1.0.0.dylib /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/build/openssl-1.0.2q-src/libssl.1.0.0.dylib /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/build/openssl-1.0.2q-src/libssl.dylib /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_PR-162/repository /builds/workspace/pharo-vm_PR-162/repository /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/JPEGReadWriter2Plugin.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/JPEGReadWriter2Plugin.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/JPEGReadWriter2Plugin.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/Error.c
[ 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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c
/builds/workspace/pharo-vm_PR-162/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_PR-162/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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/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_PR-162/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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapistd.c
[ 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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/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_PR-162/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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccolor.c
[ 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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/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_PR-162/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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jchuff.c
[ 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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/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_PR-162/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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/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_PR-162/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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/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_PR-162/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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/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_PR-162/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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/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_PR-162/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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcparam.c
[ 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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/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_PR-162/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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcprepct.c
[ 68%] 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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/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_PR-162/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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/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_PR-162/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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/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_PR-162/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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapistd.c
[ 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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/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_PR-162/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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/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_PR-162/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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcoefct.c
[ 72%] 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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/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_PR-162/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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/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_PR-162/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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/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_PR-162/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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/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_PR-162/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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmarker.c
[ 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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/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_PR-162/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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmerge.c
[ 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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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.
[ 77%] 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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdpostct.c
[ 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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/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_PR-162/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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/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_PR-162/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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jerror.c
[ 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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/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_PR-162/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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/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_PR-162/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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctint.c
[ 81%] 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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/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_PR-162/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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctfst.c
[ 82%] 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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/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_PR-162/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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/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_PR-162/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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/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_PR-162/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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatasrc.c
/builds/workspace/pharo-vm_PR-162/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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemmgr.c
[ 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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/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_PR-162/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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant1.c
[ 86%] 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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant2.c
[ 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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jutils.c
[ 87%] 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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_PR-162/repository /builds/workspace/pharo-vm_PR-162/repository /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/FileAttributesPlugin.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/FileAttributesPlugin.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/FileAttributesPlugin.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:709:18: warning: unused variable 'mask' [-Wunused-variable]
    unsigned int mask;
                 ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:183:1: warning: unused function 'addressObjectFor' [-Wunused-function]
addressObjectFor(void *aMachineAddress)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:313:1: warning: unused function 'badSessionId' [-Wunused-function]
badSessionId(void)
^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:354:1: warning: unused function 'faSuccess' [-Wunused-function]
faSuccess(void)
^
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:424:1: warning: unused function 'pointerFrom' [-Wunused-function]
pointerFrom(sqInt directoryPointerBytes)
^
/builds/workspace/pharo-vm_PR-162/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_PR-162/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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c:7:
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/osx/sqPlatformSpecific.h:105: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_PR-162/repository/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c:7:
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/osx/sqPlatformSpecific.h:106: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_PR-162/repository/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c:7:
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/osx/sqPlatformSpecific.h:107: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_PR-162/repository/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c:7:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:169:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined]
#define browserPluginReturnIfNeeded()
        ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110: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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c:10:
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/osx/sqPlatformSpecific.h:105: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_PR-162/repository/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c:10:
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/osx/sqPlatformSpecific.h:106: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_PR-162/repository/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c:10:
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/osx/sqPlatformSpecific.h:107: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_PR-162/repository/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c:10:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:169:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined]
#define browserPluginReturnIfNeeded()
        ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:10: note: previous definition is here
        #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();}
                ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_PR-162/repository /builds/workspace/pharo-vm_PR-162/repository /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/Pharo.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/Pharo.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/Pharo.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_PR-162/repository /builds/workspace/pharo-vm_PR-162/repository /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/build_vmmaker_get_vm.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/build_vmmaker_get_vm.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/build_vmmaker_get_vm.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/build/build/vmmaker/vm && echo

[ 90%] Performing configure step for 'build_vmmaker_get_vm'
cd /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/vmmaker/vm && echo

cd /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/build/build/vmmaker/vm && echo

cd /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/build/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-build
[ 91%] Performing install step for 'build_vmmaker_get_vm'
cd /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/vmmaker/vm && echo

cd /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/build/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-install
[ 92%] 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_PR-162/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_PR-162/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_PR-162/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_PR-162/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_PR-162/repository /builds/workspace/pharo-vm_PR-162/repository/ffiTestLibrary /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/ffiTestLibrary /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/ffiTestLibrary/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/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=45 -DTestLibrary_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/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=45 -DTestLibrary_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/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=45 -DTestLibrary_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/ffiTestLibrary/src/callbacks.c
/builds/workspace/pharo-vm_PR-162/repository/ffiTestLibrary/src/callbacks.c:37: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_PR-162/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=45 -DTestLibrary_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/ffiTestLibrary/src/callout.c
[ 97%] Building C object build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/src/registerCallback.c.o
cd /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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=45 -DTestLibrary_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/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=45 -DTestLibrary_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/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 
[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_PR-162/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_PR-162/build/build/dist/./
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/.//Pharo.app
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/.//Pharo.app/Contents
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/.//Pharo.app/Contents/MacOS
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libB2DPlugin.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libLocalePlugin.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libLargeIntegers.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libDSAPrims.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libfreetype.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libgit2.0.25.1.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libSqueakSSL.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libcairo.2.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libSurfacePlugin.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libSocketPlugin.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libSDL2-2.0.0.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libFileAttributesPlugin.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libBitBltPlugin.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libssl.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libJPEGReadWriter2Plugin.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libTestLibrary.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libpixman-1.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libcairo.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libFilePlugin.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libMiscPrimitivePlugin.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libssh2.1.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libUnixOSProcessPlugin.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libfreetype.6.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libgit2.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libcrypto.1.0.0.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libSDL2.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libssh2.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libUUIDPlugin.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libgit2.25.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libssl.1.0.0.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libffi.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libJPEGReaderPlugin.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libpng12.0.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libpixman-1.0.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libgit2.1.0.0.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libpng12.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/.//Pharo.app/Contents/MacOS/Pharo
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/.//Pharo.app/Contents/Resources
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/.//Pharo.app/Contents/Resources/PharoSources.icns
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/.//Pharo.app/Contents/Resources/Pharo.icns
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/.//Pharo.app/Contents/Resources/PharoImage.icns
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/.//Pharo.app/Contents/Resources/PharoChanges.icns
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/.//Pharo.app/Contents/Info.plist
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/include/pharovm
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/include/pharovm/sqGnu.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/include/pharovm/sqConfig.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/include/pharovm/sqPlatformSpecific.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/include/pharovm/config.h
-- Up-to-date: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/include/pharovm
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/include/pharovm/parameterVector.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/include/pharovm/pharoClient.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/include/pharovm/errorCode.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/include/pharovm/debug.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/include/pharovm/pathUtilities.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/include/pharovm/interpreter.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/include/pharovm/exportDefinition.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/include/pharovm/parameters.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/include/pharovm/threads
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/include/pharovm/threads/vmthread.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/include/pharovm/macros.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/include/pharovm/sqNamedPrims.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/include/pharovm/jit
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/include/pharovm/jit/jit.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/include/pharovm/stringUtilities.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/include/pharovm/threadSafeQueue
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/include/pharovm/threadSafeQueue/threadSafeQueue.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/include/pharovm/imageAccess.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/include/pharovm/sigjmp_support.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/include/pharovm/semaphores
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/include/pharovm/semaphores/pSemaphore.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/include/pharovm/semaphores/platformSemaphore.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/include/pharovm/semaphores/pharoSemaphore.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/include/pharovm/fileDialog.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/include/pharovm/pharo.h
-- Up-to-date: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/include/pharovm
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/include/pharovm/dispdbg.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/include/pharovm/sqAtomicOps.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/include/pharovm/sqAssert.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/include/pharovm/sqVirtualMachine.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/include/pharovm/sqaio.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/include/pharovm/sqCogStackAlignment.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/include/pharovm/sq.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/include/pharovm/sqMemoryFence.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/include/pharovm/sqMemoryAccess.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/cmake
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/cmake/Linux.cmake
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/cmake/FindSDL2.cmake
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/cmake/importLibFFI.cmake
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/cmake/FindFFI.cmake
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/cmake/Windows.cmake
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/cmake/importCairo.cmake
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/cmake/Darwin.cmake
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/cmake/DownloadProject.CMakeLists.cmake.in
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/cmake/versionExtraction.cmake
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/cmake/vmmaker.cmake
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/cmake/importFreetype2.cmake
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/cmake/DownloadProject.cmake
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/cmake/FindLibGit2.cmake
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/cmake/packaging.cmake
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/cmake/FindCairo.cmake
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/cmake/importLibGit2.cmake
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/cmake/importSDL2.cmake
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/include
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/include/osx
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/include/osx/sqIOSLocale.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/include/common
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/include/common/LocalePlugin.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/osx
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/osx/sqIOSLocale.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/win
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/win/sqWin32Locale.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/unix
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/unix/sqUnixLocale.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/common
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/osx
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/osx/dummyFFI.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/unix
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/unix/ffi-test.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/unix/ffi-test-sq.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/unix/ppc-global.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/common
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/common/sqFFI.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/osx
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/osx/dummyFFI.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/win
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/win/sqWin32FFI.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/unix
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/unix/ppc-sysv.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/unix/any-libffi.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/unix/x86-sysv.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/unix/ppc-darwin.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/SqueakFFIPrims.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/ARM32FFIPlugin.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/sqFFIPlugin.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/IA32FFIPlugin.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/sqManualSurface.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/sqFFITestFuncs.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/X64Win64FFIPlugin.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/ARM64FFIPlugin.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/SurfacePlugin
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/SurfacePlugin/include
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/SurfacePlugin/include/common
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/SurfacePlugin/include/common/SurfacePlugin.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/SurfacePlugin/src
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/SurfacePlugin/src/common
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/SurfacePlugin/src/common/sqManualSurface.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/SurfacePlugin/src/common/SurfacePlugin.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/win
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/win/dirent.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/win/faSupport.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/unix
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/unix/faSupport.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/common
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/common/faConstants.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/common/faCommon.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src/win
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src/win/faSupport.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src/unix
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src/common
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/include
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/include/unix
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/include/unix/openssl_overlay.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/include/common
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/include/common/SqueakSSL.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/osx
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/osx/sqMacSSL.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/win
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/win/sqWin32SSL.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/unix
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/unix/sqUnixSSL.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/common
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/common/SqueakSSL.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReaderPlugin
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReaderPlugin/src
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReaderPlugin/src/common
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/MiscPrimitivePlugin
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/MiscPrimitivePlugin/src
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/MiscPrimitivePlugin/src/common
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/MiscPrimitivePlugin/src/common/MiscPrimitivePlugin.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/B2DPlugin
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/B2DPlugin/src
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/B2DPlugin/src/common
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/DSAPrims
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/DSAPrims/src
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/DSAPrims/src/common
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/DSAPrims/src/common/DSAPrims.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/IA32ABI
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessppc.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessppcPostLogicDouble.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessARM32.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dax64business.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusiness.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessPostLogic.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessARM64.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessppcPostLogicInteger.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/ia32abi.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/AlienSUnitTestProcedures.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dax64win64business.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessppcPostLogicFloat.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessARM.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/src
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/x64win64stub.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/x64sysvabicc.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/arm64abicc.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/IA32ABI.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/xabicc.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/AlienSUnitTestProcedures.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/ia32abicc.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/ppc32abicc.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/arm32abicc.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/x64win64abicc.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/UnixOSProcessPlugin
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/UnixOSProcessPlugin/src
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/UnixOSProcessPlugin/src/common
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/FilePlugin
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/include
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/include/win
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/include/win/sqWin32File.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/include/common
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/include/common/FilePlugin.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/src
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/osx
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/osx/sqUnixFile.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/win
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/win/sqWin32FilePrims.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/unix
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/unix/sqUnixFile.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/common
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/SocketPlugin
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/SocketPlugin/include
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/SocketPlugin/include/common
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/SocketPlugin/include/common/SocketPlugin.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/SocketPlugin/src
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/SocketPlugin/src/common
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/SocketPlugin/src/common/SocketPluginImpl.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/include
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/include/common
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/include/common/BitBltArm.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/include/common/BitBltDispatch.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/include/common/BitBltArmSimd.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/include/common/BitBltInternal.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/include/common/BitBltGeneric.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltArmLinux.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltGeneric.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltArmSimd.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltArmOther.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltArm.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltDispatch.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jpeglib.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jddctmgr.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jerror.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctfst.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatasrc.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdinput.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdtrans.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmaster.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapistd.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapimin.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmarker.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/sqJPEGReadWriter2Plugin.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmerge.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcolor.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctflt.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcparam.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccoefct.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctint.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcsample.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatasrc.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmainct.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jchuff.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemnobs.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/README
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcprepct.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemsys.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccolor.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jerror.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant1.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcdctmgr.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/Error.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jutils.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jconfig.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatadst.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapistd.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmorecfg.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctfst.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmaster.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdct.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jversion.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/ReadMe.txt
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jinclude.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcomapi.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcphuff.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatadst.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemmgr.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmarker.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant2.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctint.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapimin.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jctrans.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctflt.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcinit.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jchuff.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/README.6b2
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcoefct.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdsample.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctred.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jpegint.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdpostct.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/LargeIntegers
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/LargeIntegers/src
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/LargeIntegers/src/common
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/vm
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/vm/include
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/vm/include/osx
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/vm/include/osx/sqGnu.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/vm/include/osx/sqConfig.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/vm/include/osx/sqPlatformSpecific.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/vm/include/win
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/vm/include/win/sqGnu.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/vm/include/win/sqWin32HandleTable.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/vm/include/win/sqWin32Alloc.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/vm/include/win/sqWin32.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/vm/include/win/sqConfig.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/vm/include/win/sqPlatformSpecific.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/vm/include/unix
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/vm/include/unix/sqGnu.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/vm/include/unix/sqConfig.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/vm/include/unix/sqPlatformSpecific.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/vm/include/unix/sqUnixCharConv.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/vm/include/common
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/vm/include/common/dispdbg.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/vm/include/common/sqAtomicOps.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/vm/include/common/sqAssert.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/vm/include/common/sqVirtualMachine.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/vm/include/common/sqaio.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/vm/include/common/sqCogStackAlignment.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/vm/include/common/sq.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/vm/include/common/sqMemoryFence.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/vm/include/common/sqMemoryAccess.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/vm/src
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/vm/src/osx
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/vm/src/osx/aioOSX.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/vm/src/win
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/vm/src/win/sqWin32SpurAlloc.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/vm/src/win/sqWin32Directory.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/vm/src/win/aioWin.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/vm/src/unix
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/vm/src/unix/sqUnixCharConv.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/vm/src/unix/aio.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/vm/src/common
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/vm/src/common/sqNamedPrims.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/vm/src/common/sqHeapMap.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/vm/src/common/sqVirtualMachine.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/vm/src/common/sqExternalSemaphores.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/vm/src/common/sqTicker.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/vm/src/common/heartbeat.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/include
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/include/pharovm
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/include/pharovm/parameterVector.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/include/pharovm/pharoClient.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/include/pharovm/errorCode.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/include/pharovm/debug.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/include/pharovm/pathUtilities.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/include/pharovm/interpreter.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/include/pharovm/config.h.in
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/include/pharovm/exportDefinition.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/include/pharovm/parameters.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/include/pharovm/threads
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/include/pharovm/threads/vmthread.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/include/pharovm/macros.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/include/pharovm/sqNamedPrims.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/include/pharovm/jit
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/include/pharovm/jit/jit.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/include/pharovm/stringUtilities.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/include/pharovm/threadSafeQueue
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/include/pharovm/threadSafeQueue/threadSafeQueue.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/include/pharovm/imageAccess.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/include/pharovm/sigjmp_support.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/include/pharovm/semaphores
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/include/pharovm/semaphores/pSemaphore.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/include/pharovm/semaphores/platformSemaphore.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/include/pharovm/semaphores/pharoSemaphore.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/include/pharovm/fileDialog.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/include/pharovm/pharo.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/packaging
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/packaging/linux
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/packaging/linux/bin
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/packaging/linux/bin/launch.sh.in
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/packaging/linux/launch.sh.in
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/plugins
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/plugins/UUIDPlugin
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/plugins/UUIDPlugin/common
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/plugins/UUIDPlugin/common/UUIDPlugin.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/resources
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/resources/img.image
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/resources/mac
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/resources/mac/PharoSources.icns
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/resources/mac/Pharo.icns
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/resources/mac/PharoImage.icns
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/resources/mac/PharoChanges.icns
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/resources/mac/Info.plist.in
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/resources/windows
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/resources/windows/PharoDLL.rc.in
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/resources/windows/PharoConsole.exe.manifest.in
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/resources/windows/Pharo.rc.in
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/resources/windows/Pharo.ico
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/resources/windows/Pharo.exe.manifest.in
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/resources/windows/PharoConsole.rc.in
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/scripts
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/scripts/installCygwin.ps1
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/scripts/runTests.sh
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/scripts/installVMMaker.st
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/scripts/runScriptInCygwinBash.ps1
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/src
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/src/parameters.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/src/nullDisplay.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/src/externalPrimitives.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/src/fileDialogUnix.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/src/fileUtilsWin.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/src/fileDialogMac.m
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/src/imageAccess.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/src/stringUtilities.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/src/win32Main.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/src/macAlias.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/src/fileDialogWin32.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/src/unixMain.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/src/utils
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/src/utils/setjmp-Windows-wrapper-ARM64.S
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/src/utils/setjmp-Windows-wrapper-X86.S
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/src/fileDialogCommon.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/src/client.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/src/pathUtilities.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/src/debug.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/src/errorCode.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/src/memoryUnix.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/src/parameterVector.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/src/utils.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/src/threadSafeQueue
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/src/threadSafeQueue/threadSafeQueue.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/src/fileUtils.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/src/debugUnix.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/src/debugWin.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/src/semaphores
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/src/semaphores/pharoSemaphore.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/src/semaphores/platformSemaphore.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/src/utilsMac.mm
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/ffiTestLibrary
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/ffiTestLibrary/CMakeLists.txt
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/ffiTestLibrary/includes
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/ffiTestLibrary/includes/callbacks.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/ffiTestLibrary/includes/testLibrary.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/ffiTestLibrary/includes/structures.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/ffiTestLibrary/src
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/ffiTestLibrary/src/basic_types.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/ffiTestLibrary/src/structures.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/ffiTestLibrary/src/callback_types.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/ffiTestLibrary/src/callout.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/ffiTestLibrary/src/registerCallback.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/ffiTestLibrary/src/callbacks.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/ffi
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/ffi/include
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/ffi/include/callbacks.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/ffi/include/pThreadedFFIUtils.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/ffi/include/worker.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/ffi/include/workerTask.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/ffi/include/pThreadedFFI.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/ffi/src
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/ffi/src/typesPrimitives.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/ffi/src/functionDefinitionPrimitives.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/ffi/src/callbacks
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/ffi/src/callbacks/callbackPrimitives.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/ffi/src/callbacks/callbacks.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/ffi/src/primitiveUtils.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/ffi/src/pThreadedFFI.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/ffi/src/sameThread
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/ffi/src/sameThread/sameThread.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/ffi/src/utils.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/ffi/src/types.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/ffi/src/worker
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/ffi/src/worker/worker.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/ffi/src/worker/workerTask.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/ffi/src/worker/workerPrimitives.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/ffi/src/primitiveCalls.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/version.info
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/CMakeLists.txt
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/macros.cmake
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/plugins.cmake
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/plugins.macros.cmake
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/generated/
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/generated//32
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/generated//32/plugins
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/generated//32/plugins/src
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/generated//32/plugins/src/FilePlugin
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/generated//32/plugins/src/FilePlugin/FilePlugin.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/generated//32/vm
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/generated//32/vm/include
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/generated//32/vm/include/cogmethod.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/generated//32/vm/include/cointerp.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/generated//32/vm/include/vmCallback.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/generated//32/vm/include/interp.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/generated//32/vm/include/cogit.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/generated//32/vm/src
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/generated//32/vm/src/cointerp.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/generated//32/vm/src/cogit.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/generated//32/vm/src/cogitIA32.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/generated//32/vm/src/cogitMIPSEL.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/generated//32/vm/src/gcc3x-cointerp.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/generated//32/vm/src/cogitARMv5.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/generated//32/examplePlugins.ext
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/generated//64
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/generated//64/plugins
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/generated//64/plugins/src
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/generated//64/plugins/src/FilePlugin
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/generated//64/plugins/src/FilePlugin/FilePlugin.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/generated//64/vm
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/generated//64/vm/include
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/generated//64/vm/include/cogmethod.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/generated//64/vm/include/cointerp.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/generated//64/vm/include/vmCallback.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/generated//64/vm/include/interp.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/generated//64/vm/include/cogit.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/generated//64/vm/src
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/generated//64/vm/src/cogitX64SysV.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/generated//64/vm/src/cointerp.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/generated//64/vm/src/cogit.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/generated//64/vm/src/cogitX64WIN64.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/generated//64/vm/src/cogitaarch64.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/generated//64/vm/src/gcc3x-cointerp.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/generated//64/examplePlugins.ext
-- Up-to-date: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/include/pharovm
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/include/pharovm/cogmethod.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/include/pharovm/cointerp.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/include/pharovm/vmCallback.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/dist/include/pharovm/interp.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/repository -B/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/build/CMakeFiles /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_PR-162/repository /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/libffi-src /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/libffi-build /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_PR-162/repository /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/libffi-src /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/libffi-build /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_PR-162/repository /builds/workspace/pharo-vm_PR-162/repository /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libffi.dylib /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_PR-162/repository /builds/workspace/pharo-vm_PR-162/repository /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/build/build/vmmaker/vm && echo

[  9%] Performing configure step for 'build_vmmaker_get_vm'
cd /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/vmmaker/vm && echo

cd /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/build/build/vmmaker/vm && echo

cd /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_PR-162/repository /builds/workspace/pharo-vm_PR-162/repository /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/build/build/vmmaker/image && echo

[ 12%] Performing configure step for 'build_vmmaker_get_image'
cd /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/vmmaker/image && echo

cd /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/build/build/vmmaker/image && /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/vmmaker/vm/Contents/MacOS/Pharo --headless /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/vmmaker/image/Pharo9.0-SNAPSHOT-64bit-ac4bf08.image save VMMaker
MetacelloNotification: Fetched -> VMMaker-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_PR-162\repository\smalltalksrc --- tonel://C:\builds\workspace\pharo-vm_PR-162\repository\smalltalksrc
MetacelloNotification: Fetched -> VMMaker-Slang-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_PR-162\repository\smalltalksrc --- tonel://C:\builds\workspace\pharo-vm_PR-162\repository\smalltalksrc
MetacelloNotification: Fetched -> VMMakerCompatibilityForPharo6-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_PR-162\repository\smalltalksrc --- tonel://C:\builds\workspace\pharo-vm_PR-162\repository\smalltalksrc
MetacelloNotification: Fetched -> VMMakerTests-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_PR-162\repository\smalltalksrc --- tonel://C:\builds\workspace\pharo-vm_PR-162\repository\smalltalksrc
MetacelloNotification: Fetched -> VMMaker-MT-Tests-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_PR-162\repository\smalltalksrc --- tonel://C:\builds\workspace\pharo-vm_PR-162\repository\smalltalksrc
MetacelloNotification: Fetched -> VMMaker-Tools-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_PR-162\repository\smalltalksrc --- tonel://C:\builds\workspace\pharo-vm_PR-162\repository\smalltalksrc
MetacelloNotification: Fetched -> VMMaker-OriginalTests-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_PR-162\repository\smalltalksrc --- tonel://C:\builds\workspace\pharo-vm_PR-162\repository\smalltalksrc
MetacelloNotification: Fetched -> FileAttributesPlugin-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_PR-162\repository\smalltalksrc --- tonel://C:\builds\workspace\pharo-vm_PR-162\repository\smalltalksrc
MetacelloNotification: Loading -> Slang-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_PR-162\repository\smalltalksrc --- cache
cd /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/vmmaker/image && /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/vmmaker/vm/Contents/MacOS/Pharo --headless /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/vmmaker/image/VMMaker.image --save --quit /builds/workspace/pharo-vm_PR-162/repository/scripts/installVMMaker.st /builds/workspace/pharo-vm_PR-162/repository
NewUndeclaredWarning: CCodeGenerator>>cLiteralForPrintfString: (PrintfFormatString is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (path is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (path is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (path is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (path is Undeclared)
MetacelloNotification: Fetched -> BaselineOfVMMaker-tonel.1 --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc
MetacelloNotification: Loading -> BaselineOfVMMaker-tonel.1 --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc
MetacelloNotification: Loaded -> BaselineOfVMMaker-tonel.1 --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc
MetacelloNotification: Loading baseline of BaselineOfVMMaker...
SystemNotification: TMethod>>methodIsEffectivelyComplete:in:(selector is shadowed)
MetacelloNotification: Fetched -> BaselineOfLLVMDisassembler-CompatibleUserName.1604592041 --- https://github.com/guillep/pharo-llvmDisassembler.git[master] --- https://github.com/guillep/pharo-llvmDisassembler.git[master]
MetacelloNotification: Loading -> BaselineOfLLVMDisassembler-CompatibleUserName.1604592041 --- https://github.com/guillep/pharo-llvmDisassembler.git[master] --- https://github.com/guillep/pharo-llvmDisassembler.git[master]
MetacelloNotification: Loaded -> BaselineOfLLVMDisassembler-CompatibleUserName.1604592041 --- https://github.com/guillep/pharo-llvmDisassembler.git[master] --- https://github.com/guillep/pharo-llvmDisassembler.git[master]
NewUndeclaredWarning: VMMaker>>createCodeGenerator (MLVMCCodeGenerator is Undeclared)
NewUndeclaredWarning: VMMaker>>primitiveCopyFileNamed:to: (FileStream is Undeclared)
NewUndeclaredWarning: VMMaker>>primitiveCopyFileNamed:to: (FileStream is Undeclared)
MetacelloNotification: Fetched -> BaselineOfUnicorn-CompatibleUserName.1615322588 --- https://github.com/guillep/pharo-unicorn.git[master] --- https://github.com/guillep/pharo-unicorn.git[master]
MetacelloNotification: Loading -> BaselineOfUnicorn-CompatibleUserName.1615322588 --- https://github.com/guillep/pharo-unicorn.git[master] --- https://github.com/guillep/pharo-unicorn.git[master]
MetacelloNotification: Loaded -> BaselineOfUnicorn-CompatibleUserName.1615322588 --- 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_PR-162/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc
MetacelloNotification: Fetched -> Slang-Tests-tonel.1 --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc
MetacelloNotification: Fetched -> Melchor-tonel.1 --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc
MetacelloNotification: Project: Unicorn baseline
MetacelloNotification: Fetched -> Unicorn-CompatibleUserName.1615322588 --- https://github.com/guillep/pharo-unicorn.git[master] --- https://github.com/guillep/pharo-unicorn.git[master]
MetacelloNotification: Project: LLVMDisassembler baseline
MetacelloNotification: Fetched -> LLVMDisassembler-CompatibleUserName.1604592041 --- 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_PR-162/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc
MetacelloNotification: Fetched -> Printf-tonel.1 --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc
MetacelloNotification: Fetched -> VMMaker-tonel.1 --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc
MetacelloNotification: Fetched -> VMMaker-Slang-tonel.1 --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc
MetacelloNotification: Fetched -> VMMakerCompatibilityForPharo6-tonel.1 --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc
MetacelloNotification: Fetched -> VMMakerTests-tonel.1 --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc
MetacelloNotification: Fetched -> VMMaker-MT-Tests-tonel.1 --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc
MetacelloNotification: Fetched -> VMMaker-Tools-tonel.1 --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc
MetacelloNotification: Fetched -> VMMaker-OriginalTests-tonel.1 --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc
MetacelloNotification: Fetched -> FileAttributesPlugin-tonel.1 --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc
MetacelloNotification: Loading -> Slang-tonel.1 --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc --- cache
MetacelloNotification: Loaded -> Slang-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_PR-162\repository\smalltalksrc --- cache
MetacelloNotification: Loading -> Slang-Tests-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_PR-162\repository\smalltalksrc --- cache
MetacelloNotification: Loaded -> Slang-Tests-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_PR-162\repository\smalltalksrc --- cache
MetacelloNotification: Loading -> Melchor-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_PR-162\repository\smalltalksrc --- cache
NewUndeclaredWarning: CCodeGenerator>>cLiteralForPrintfString: (PrintfFormatString is Undeclared)
NewUndeclaredWarning: VMPluginCodeGenerator>>sizeOfIntegralCType: (BytesPerWord is Undeclared)
MetacelloNotification: Loaded -> Melchor-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_PR-162\repository\smalltalksrc --- cache
MetacelloNotification: Starting atomic load
NewUndeclaredWarning: UcARMRegisters class>>eflags (UC_ARM_REG_EFLAGS 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 -> Unicorn-CompatibleUserName.1615322588 --- 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.1604592041 --- https://github.com/guillep/pharo-llvmDisassembler.git[master] --- cache
MetacelloNotification: Finished atomic load
MetacelloNotification: Loading -> VMMakerLoadingDependencies-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_PR-162\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 -> Slang-tonel.1 --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> Slang-Tests-tonel.1 --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc --- cache
MetacelloNotification: Loaded -> VMMakerLoadingDependencies-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_PR-162\repository\smalltalksrc --- cache
MetacelloNotification: Loading -> Printf-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_PR-162\repository\smalltalksrc --- cache
MetacelloNotification: Loaded -> Printf-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_PR-162\repository\smalltalksrc --- cache
MetacelloNotification: Loading -> VMMaker-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_PR-162\repository\smalltalksrc --- cache
MetacelloNotification: Loaded -> Slang-Tests-tonel.1 --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> Melchor-tonel.1 --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc --- cache
NewUndeclaredWarning: VMPluginCodeGenerator>>sizeOfIntegralCType: (BytesPerWord is Undeclared)
MetacelloNotification: Loaded -> Melchor-tonel.1 --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc --- cache
MetacelloNotification: Starting atomic load
NewUndeclaredWarning: UcARMRegisters class>>eflags (UC_ARM_REG_EFLAGS is Undeclared)
MetacelloNotification: 	Loaded -> Unicorn-CompatibleUserName.1615322588 --- 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.1604592041 --- https://github.com/guillep/pharo-llvmDisassembler.git[master] --- cache
MetacelloNotification: Finished atomic load
MetacelloNotification: Loading -> VMMakerLoadingDependencies-tonel.1 --- tonel:///builds/workspace/pharo-vm_PR-162/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_PR-162/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> Printf-tonel.1 --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc --- cache
MetacelloNotification: Loaded -> Printf-tonel.1 --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> VMMaker-tonel.1 --- tonel:///builds/workspace/pharo-vm_PR-162/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)
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: StackToRegisterMappingCogit>>widthInDefaultFontOf: (NewParagraph is Undeclared)
NewUndeclaredWarning: Cogit class>>genAndDis:options: (Compiler is Undeclared)
NewUndeclaredWarning: Cogit class>>initializeMiscConstants (UnicornProcessor is Undeclared)
NewUndeclaredWarning: Cogit>>initializeProcessor (MultiProcessor 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: Cogit>>setClickStepBreakBlock (Debugger is Undeclared)
NewUndeclaredWarning: Cogit>>simulateCogCodeAt: (ProcessorSimulationTrap is Undeclared)
NewUndeclaredWarning: InterpreterPlugin class>>allCodeOlderThan: (TimeStamp is Undeclared)
NewUndeclaredWarning: InterpreterPlugin class>>buildCodeGenerator (VMMakerConfiguration is Undeclared)
NewUndeclaredWarning: InterpreterPlugin class>>buildCodeGeneratorForVMClass: (VMMakerConfiguration is Undeclared)
SystemNotification: RegisterAllocatingCogit>>resolveConflicts:with:to:(simStackPtr is shadowed)
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: StackToRegisterMappingCogit>>widthInDefaultFontOf: (NewParagraph is Undeclared)
NewUndeclaredWarning: StackInterpreter class>>patchInterpGCCPPC: (FileStream is Undeclared)
NewUndeclaredWarning: StackInterpreter class>>primitiveAccessorDepthTable (VMMakerConfiguration is Undeclared)
NewUndeclaredWarning: StackInterpreter>>openImageFileNamed: (FileStream is Undeclared)
NewUndeclaredWarning: StackInterpreter>>openImageFileNamed: (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: 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: InterpreterPlugin class>>allCodeOlderThan: (TimeStamp is Undeclared)
NewUndeclaredWarning: InterpreterPlugin class>>buildCodeGenerator (VMMakerConfiguration is Undeclared)
NewUndeclaredWarning: InterpreterPlugin class>>buildCodeGeneratorForVMClass: (VMMakerConfiguration 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>>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)
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: StackInterpreterSimulator>>runAtEachStep:breakCount:(breakCount is shadowed)
NewUndeclaredWarning: StackInterpreterSimulator>>setClickStepBreakBlock (Debugger is Undeclared)
SystemNotification: StackInterpreterSimulator>>testBreakCount:printSends:printFrames:printBytecodes:(breakCount is shadowed)
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: StackInterpreter>>openImageFileNamed: (FileStream is Undeclared)
NewUndeclaredWarning: StackInterpreter>>openImageFileNamed: (FileStream 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)
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: 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: 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: 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>>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_PR-162\repository\smalltalksrc --- cache
MetacelloNotification: Loading -> VMMaker-Slang-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_PR-162\repository\smalltalksrc --- cache
MetacelloNotification: Loaded -> VMMaker-Slang-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_PR-162\repository\smalltalksrc --- cache
MetacelloNotification: Loading -> VMMakerCompatibilityForPharo6-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_PR-162\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_PR-162\repository\smalltalksrc --- cache
MetacelloNotification: Loading -> VMMakerTests-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_PR-162\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_PR-162\repository\smalltalksrc --- cache
MetacelloNotification: Loading -> VMMaker-MT-Tests-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_PR-162\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_PR-162/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> VMMaker-Slang-tonel.1 --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc --- cache
MetacelloNotification: Loaded -> VMMaker-Slang-tonel.1 --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> VMMakerCompatibilityForPharo6-tonel.1 --- tonel:///builds/workspace/pharo-vm_PR-162/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_PR-162/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> VMMakerTests-tonel.1 --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc --- cache
MetacelloNotification: Loaded -> VMMaker-MT-Tests-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_PR-162\repository\smalltalksrc --- cache
MetacelloNotification: Loading -> VMMaker-Tools-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_PR-162\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_PR-162\repository\smalltalksrc --- cache
MetacelloNotification: Loading -> VMMaker-OriginalTests-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_PR-162\repository\smalltalksrc --- cache
NewUndeclaredWarning: UnicornSimulator>>stackValues (VMMachineCodeDebuggerStackItem is Undeclared)
NewUndeclaredWarning: SpurImageTestResource class>>preenImage (Spur32BitPreen is Undeclared)
NewUndeclaredWarning: SpurPlanningCompactorTests class>>preenImage (Spur32BitPreen is Undeclared)
NewUndeclaredWarning: VMSimpleStackBasedCogitAbstractTest>>openMachineDebuggerAt: (VMMachineCodeDebugger 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 -> VMMakerTests-tonel.1 --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> VMMaker-MT-Tests-tonel.1 --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc --- cache
MetacelloNotification: Loaded -> VMMaker-OriginalTests-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_PR-162\repository\smalltalksrc --- cache
MetacelloNotification: Loading -> FileAttributesPlugin-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_PR-162\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_PR-162/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> VMMaker-Tools-tonel.1 --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc --- cache
MetacelloNotification: Loaded -> FileAttributesPlugin-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_PR-162\repository\smalltalksrc --- cacNewUndeclaredWarning: 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)
he
MetacelloNotification: ...finished baseline
MetacelloNotification: Loaded -> VMMaker-Tools-tonel.1 --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> VMMaker-OriginalTests-tonel.1 --- tonel:///builds/workspace/pharo-vm_PR-162/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)
cd C:/builds/workspace/pharo-vm_PR-162/build/build/vmmaker/image && /usr/bin/cmake.exe -E touch C:/builds/workspace/pharo-vm_PR-162/build/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-build
[ 13%] Performing install step for 'build_vmmaker_get_image'
cd C:/builds/workspace/pharo-vm_PR-162/build/build/vmmaker/image && echo

cd C:/builds/workspace/pharo-vm_PR-162/build/build/vmmaker/image && /usr/bin/cmake.exe -E touch C:/builds/workspace/pharo-vm_PR-162/build/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-install
NewUndeclaredWarning: CogARMCompilerTests>>processor (GdbARMAlien is Undeclared)
NewUndeclaredWarning: CogIA32CompilerTests>>processor (BochsIA32Alien is Undeclared)
NewUndeclaredWarning: CogMIPSELCompilerTests>>processor (MIPSELSimulator is Undeclared)
NewUndeclaredWarning: CogX64CompilerTests>>processor (BochsX64Alien is Undeclared)
[ 13%] Completed 'build_vmmaker_get_image'
/usr/bin/cmake.exe -E make_directory /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/CMakeFiles
/usr/bin/cmake.exe -E touch /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/build_vmmaker_get_image-complete
/usr/bin/cmake.exe -E touch C:/builds/workspace/pharo-vm_PR-162/build/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-done
MetacelloNotification: Loaded -> VMMaker-OriginalTests-tonel.1 --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> FileAttributesPlugin-tonel.1 --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc --- cache
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/build'
[ 14%] Generating VM files for flavour: CoInterpreter
C:/builds/workspace/pharo-vm_PR-162/build/build/vmmaker/vm/PharoConsole.exe --headless C:/builds/workspace/pharo-vm_PR-162/build/build/vmmaker/image/VMMaker.image eval "PharoVMMaker generate: #'CoInterpreter' outputDirectory: 'C:/builds/workspace/pharo-vm_PR-162/build'"
MetacelloNotification: Loaded -> FileAttributesPlugin-tonel.1 --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc --- cache
MetacelloNotification: ...finished baseline
Generating #CoInterpreter in 'C:/builds/workspace/pharo-vm_PR-162/build'...
cd /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/build/build/vmmaker/image && echo

cd /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_PR-162/repository /builds/workspace/pharo-vm_PR-162/repository /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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'.
[ 39%] 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_PR-162/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_PR-162/repository /builds/workspace/pharo-vm_PR-162/repository /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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'.
[ 41%] 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_PR-162/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_PR-162/repository /builds/workspace/pharo-vm_PR-162/repository /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/build/SDL2-2.0.7-src/libSDL2-2.0.0.dylib /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/build/SDL2-2.0.7-src/libSDL2.dylib /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
[ 41%] 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_PR-162/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_PR-162/repository /builds/workspace/pharo-vm_PR-162/repository /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/build/libpng-1.2.49-src/libpng12.0.dylib /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/build/libpng-1.2.49-src/libpng12.dylib /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
[ 41%] 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_PR-162/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_PR-162/repository /builds/workspace/pharo-vm_PR-162/repository /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/build/pixman-0.34.0-src/libpixman-1.0.dylib /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/build/pixman-0.34.0-src/libpixman-1.dylib /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
[ 41%] 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_PR-162/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_PR-162/repository /builds/workspace/pharo-vm_PR-162/repository /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/build/freetype-2.9.1-src/libfreetype.6.dylib /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/build/freetype-2.9.1-src/libfreetype.dylib /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
[ 41%] 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_PR-162/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_PR-162/repository /builds/workspace/pharo-vm_PR-162/repository /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/build/cairo-1.15.4-src/libcairo.2.dylib /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/build/cairo-1.15.4-src/libcairo.dylib /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
[ 41%] 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_PR-162/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_PR-162/repository /builds/workspace/pharo-vm_PR-162/repository /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/build/libgit2-mac-1.0.0-src/libgit2.1.0.0.dylib /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
[ 41%] 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_PR-162/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_PR-162/repository /builds/workspace/pharo-vm_PR-162/repository /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/build/libgit2-0.25.1-src/libgit2.0.25.1.dylib /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/build/libgit2-0.25.1-src/libgit2.25.dylib /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/build/libgit2-0.25.1-src/libgit2.dylib /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
[ 41%] 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_PR-162/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_PR-162/repository /builds/workspace/pharo-vm_PR-162/repository /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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'.
[ 45%] 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_PR-162/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_PR-162/repository /builds/workspace/pharo-vm_PR-162/repository /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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'.
[ 46%] 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_PR-162/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_PR-162/repository /builds/workspace/pharo-vm_PR-162/repository /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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'.
[ 47%] 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_PR-162/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_PR-162/repository /builds/workspace/pharo-vm_PR-162/repository /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/JPEGReaderPlugin.dir/DependInfo.cmake --color=

warning, variable nsMethodCache doesn't exist or has already been removed
/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'.
[ 48%] 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_PR-162/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_PR-162/repository /builds/workspace/pharo-vm_PR-162/repository /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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'.
[ 49%] 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_PR-162/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_PR-162/repository /builds/workspace/pharo-vm_PR-162/repository /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/build/libssh2-1.7.0-src/libssh2.1.dylib /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/build/libssh2-1.7.0-src/libssh2.dylib /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
[ 49%] 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_PR-162/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_PR-162/repository /builds/workspace/pharo-vm_PR-162/repository /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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'.
[ 51%] 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_PR-162/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_PR-162/repository /builds/workspace/pharo-vm_PR-162/repository /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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'.
[ 52%] 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_PR-162/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_PR-162/repository /builds/workspace/pharo-vm_PR-162/repository /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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'.
[ 53%] 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_PR-162/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_PR-162/repository /builds/workspace/pharo-vm_PR-162/repository /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_PR-162/repository /builds/workspace/pharo-vm_PR-162/repository /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_PR-162/repository /builds/workspace/pharo-vm_PR-162/repository /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_PR-162/repository /builds/workspace/pharo-vm_PR-162/repository /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_PR-162/repository /builds/workspace/pharo-vm_PR-162/repository /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/build/openssl-1.0.2q-src/libcrypto.1.0.0.dylib /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/build/openssl-1.0.2q-src/libssl.1.0.0.dylib /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/build/openssl-1.0.2q-src/libssl.dylib /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_PR-162/repository /builds/workspace/pharo-vm_PR-162/repository /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_PR-162/repository /builds/workspace/pharo-vm_PR-162/repository /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_PR-162/repository /builds/workspace/pharo-vm_PR-162/repository /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_PR-162/repository /builds/workspace/pharo-vm_PR-162/repository /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/build/build/vmmaker/vm && echo

[ 90%] Performing configure step for 'build_vmmaker_get_vm'
cd /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/vmmaker/vm && echo

cd /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/build/build/vmmaker/vm && echo

cd /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/build/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-build
[ 91%] Performing install step for 'build_vmmaker_get_vm'
cd /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/vmmaker/vm && echo

cd /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/build/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-install
[ 92%] 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_PR-162/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_PR-162/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_PR-162/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_PR-162/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_PR-162/repository /builds/workspace/pharo-vm_PR-162/repository/ffiTestLibrary /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/ffiTestLibrary /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/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_PR-162/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
CPack: Create package using ZIP
CPack: Install projects
CPack: - Run preinstall target for: PharoVM
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
StackInterpreterPrimitives>>primitiveFFIFree contains declaration for non-existent variable ptr

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 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:

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

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 primitiveGeneratorOrNil

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 primitiveGeneratorOrNil

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 primitiveGeneratorOrNil

numPushNilsFunction localised to scanBlock:
10 March 2021 2:59:02.421303 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
10 March 2021 2:59:02.840229 am

warning, variable nsMethodCache doesn't exist or has already been removed
StackInterpreterPrimitives>>primitiveLoadSymbolFromModule 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
StackInterpreterPrimitives>>primitiveFFIAllocate contains declaration for non-existent variable ptr

conflicting return types sqInt, void in extendedStoreBytecodePop:

conflicting return types sqInt, void in primitiveFFIFree

conflicting return types sqInt, void in primitiveFFIAllocate

conflicting return types sqInt, void in extendedStoreBytecodePop:
CPack: - Install project: PharoVM
CPack: -   Install component: Unspecified
CPack: -   Install component: bin

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

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

Local variable name 'receiver' in doPrimitiveWorkerExtractReturnValue may mask method when inlining
CPack: -   Install component: c-src

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
CPack: -   Install component: include
CPack: Create package
CPack: - package: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/packages/PharoVM-9.0.0-1181fa2ec-Darwin-x86_64-Unspecified.zip generated.
CPack: - checksum file: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/packages/PharoVM-9.0.0-1181fa2ec-Darwin-x86_64-Unspecified.zip.sha1 generated.
CPack: - package: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/packages/PharoVM-9.0.0-1181fa2ec-Darwin-x86_64-bin.zip generated.
CPack: - checksum file: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/packages/PharoVM-9.0.0-1181fa2ec-Darwin-x86_64-bin.zip.sha1 generated.
CPack: - package: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/packages/PharoVM-9.0.0-1181fa2ec-Darwin-x86_64-c-src.zip generated.
CPack: - checksum file: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/packages/PharoVM-9.0.0-1181fa2ec-Darwin-x86_64-c-src.zip.sha1 generated.
CPack: - package: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/packages/PharoVM-9.0.0-1181fa2ec-Darwin-x86_64-include.zip generated.
CPack: - checksum file: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/packages/PharoVM-9.0.0-1181fa2ec-Darwin-x86_64-include.zip.sha1 generated.
CPack: Create package using TGZ
CPack: Install projects
CPack: - Run preinstall target for: PharoVM

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 primitiveGeneratorOrNil

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 primitiveGeneratorOrNil

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 primitiveGeneratorOrNil

numPushNilsFunction localised to scanBlock:
10 March 2021 2:59:51.442752 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
10 March 2021 2:59:51.918374 am
PharoVMMaker
cd /cygdrive/c/builds/workspace/pharo-vm_PR-162/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository /cygdrive/c/builds/workspace/pharo-vm_PR-162/build /cygdrive/c/builds/workspace/pharo-vm_PR-162/build /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/PharoVMCore.dir/DependInfo.cmake --color=
Dependee "/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/PharoVMCore.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/PharoVMCore.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/PharoVMCore.dir/depend.internal".
Scanning dependencies of target PharoVMCore
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_PR-162/build'
make  -f CMakeFiles/PharoVMCore.dir/build.make CMakeFiles/PharoVMCore.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_PR-162/build'
[ 15%] 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=56 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/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=56 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/src/utils.c
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/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.
[ 16%] 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=56 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/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=56 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/src/nullDisplay.c
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/src/nullDisplay.c:208:1: warning: unused function 'dropInit' [-Wunused-function]
dropInit (void)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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=56 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/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=56 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/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=56 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/src/pathUtilities.c
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_PR-162/build/build/packages/PharoVM-9.0.0-1181fa2ec-Darwin-x86_64-Unspecified.tar.gz generated.
CPack: - checksum file: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/packages/PharoVM-9.0.0-1181fa2ec-Darwin-x86_64-Unspecified.tar.gz.sha1 generated.
CPack: - package: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/packages/PharoVM-9.0.0-1181fa2ec-Darwin-x86_64-bin.tar.gz generated.
CPack: - checksum file: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/packages/PharoVM-9.0.0-1181fa2ec-Darwin-x86_64-bin.tar.gz.sha1 generated.
CPack: - package: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/packages/PharoVM-9.0.0-1181fa2ec-Darwin-x86_64-c-src.tar.gz generated.
CPack: - checksum file: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/packages/PharoVM-9.0.0-1181fa2ec-Darwin-x86_64-c-src.tar.gz.sha1 generated.
CPack: - package: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/packages/PharoVM-9.0.0-1181fa2ec-Darwin-x86_64-include.tar.gz generated.
CPack: - checksum file: /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/build/build/packages/PharoVM-9.0.0-1181fa2ec-Darwin-x86_64-include.tar.gz.sha1 generated.
[Pipeline] }
[Pipeline] // dir
[Pipeline] stash
[ 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=56 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/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=56 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/src/parameters.c
Stashed 16 file(s)
[Pipeline] archiveArtifacts
Archiving artifacts
[ 20%] 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=56 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/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=56 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/src/stringUtilities.c
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // timeout
[Pipeline] timeout
Timeout set to expire in 30 min
[Pipeline] {
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[ 21%] 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=56 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/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=56 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/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=56 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/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=56 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/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=56 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/ffi/src/primitiveCalls.c
[ 24%] 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=56 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/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=56 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/ffi/src/types.c
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/ffi/src/types.c:112:19: note: uninitialized use occurs here
        setHandler(aOop, address);
                         ^~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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
/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=56 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/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=56 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/ffi/src/utils.c
[ 26%] 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=56 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/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=56 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/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=56 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/ffi/src/callbacks/callbacks.c
[ 28%] 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=56 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/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=56 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/src/threadSafeQueue/threadSafeQueue.c
[ 29%] 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=56 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/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=56 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/ffi/src/worker/worker.c
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/ffi/src/worker/worker.c:87:24: warning: incompatible pointer to integer conversion assigning to 'pthread_t' (aka 'unsigned long long') from 'void *' [-Wint-conversion]
    worker->selfThread = NULL;
                       ^ ~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/ffi/src/worker/worker.c:148:12: warning: implicit declaration of function 'sleep' is invalid in C99 [-Wimplicit-function-declaration]
                                sleep(1);
                                ^
2 warnings generated.
[ 30%] 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=56 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/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=56 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/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=56 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/cogit.c
In file included from /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogit.c:19:
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64WIN64.c:2455:9: warning: incompatible pointer to integer conversion returning 'sqInt *' (aka 'long long *') from a function with result type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
        return (&(cogStatCounters[anInteger]));
               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64WIN64.c:3054:8: warning: expression result unused [-Wunused-value]
        error("Could not find an empty counter");
              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64WIN64.c:3356:10: warning: expression result unused [-Wunused-value]
                        error("Case not found and no otherwise clause");
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64WIN64.c:3812: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_PR-162/build/generated/64/vm/src/cogitX64WIN64.c:3928:8: warning: expression result unused [-Wunused-value]
        error("what??");
              ^~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64WIN64.c:4907: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_PR-162/build/generated/64/vm/src/cogitX64WIN64.c:775:36: note: passing argument to parameter 'address' here
extern CogMethod * methodFor(void *address);
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64WIN64.c:5016: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_PR-162/build/generated/64/vm/src/cogitX64WIN64.c:5016:2: note: include the header <strings.h> or explicitly provide a declaration for 'bzero'
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64WIN64.c:5179: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_PR-162/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_PR-162/build/generated/64/vm/src/cogit.c:19:
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64WIN64.c:5220: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_PR-162/build/generated/64/vm/src/cogitX64WIN64.c:3233:72: note: passing argument to parameter 'callSiteReturnAddress' here
inlineCacheTagAt(AbstractInstruction * self_in_inlineCacheTagAt, sqInt callSiteReturnAddress)
                                                                       ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64WIN64.c:5417: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_PR-162/build/generated/64/vm/src/cogitX64WIN64.c:5615:9: warning: expression result unused [-Wunused-value]
                error("Case not found and no otherwise clause");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64WIN64.c:5690:4: warning: expression result unused [-Wunused-value]
                ((AbstractInstruction *) backEnd);
                 ^                       ~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64WIN64.c:5706:4: warning: expression result unused [-Wunused-value]
                ((AbstractInstruction *) backEnd);
                 ^                       ~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64WIN64.c:5722:4: warning: expression result unused [-Wunused-value]
                ((AbstractInstruction *) backEnd);
                 ^                       ~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64WIN64.c:5738:4: warning: expression result unused [-Wunused-value]
                ((AbstractInstruction *) backEnd);
                 ^                       ~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64WIN64.c:5754:3: warning: expression result unused [-Wunused-value]
        ((AbstractInstruction *) backEnd);
         ^                       ~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64WIN64.c:5984: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_PR-162/build/generated/64/vm/src/cogitX64WIN64.c:6106:3: warning: expression result unused [-Wunused-value]
        ((AbstractInstruction *) backEnd);
         ^                       ~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64WIN64.c:6155:3: warning: expression result unused [-Wunused-value]
        ((AbstractInstruction *) backEnd);
         ^                       ~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64WIN64.c:6482: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_PR-162/build/generated/64/vm/src/cogitX64WIN64.c:6502:8: warning: expression result unused [-Wunused-value]
        error("what??");
              ^~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64WIN64.c:6695:10: warning: expression result unused [-Wunused-value]
                        error("too much code for stack check offset");
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64WIN64.c:7277: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_PR-162/build/generated/64/vm/src/cogitX64WIN64.c:8099:8: warning: expression result unused [-Wunused-value]
        error("could not find selector in method when unlinking send site");
              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64WIN64.c:8250:9: warning: expression result unused [-Wunused-value]
                error("Case not found and no otherwise clause");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64WIN64.c:8252:8: warning: expression result unused [-Wunused-value]
        error("invalid opcode for inverse");
              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64WIN64.c:8603:14: warning: expression result unused [-Wunused-value]
                                                        error("attempt to become two cogged methods");
                                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64WIN64.c:8606:14: warning: expression result unused [-Wunused-value]
                                                        error("attempt to become cogged method into different method");
                                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64WIN64.c:8865:9: warning: expression result unused [-Wunused-value]
                error("Case not found and no otherwise clause");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64WIN64.c:8868:9: warning: expression result unused [-Wunused-value]
                error("youngReferrers list overflowed");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64WIN64.c:9203: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_PR-162/build/generated/64/vm/src/cogitX64WIN64.c:8184:78: note: passing argument to parameter 'mcpc' here
inlineCacheValueForSelectorinat(sqInt selector, CogMethod *aCogMethod, sqInt mcpc)
                                                                             ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64WIN64.c:9500: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_PR-162/build/generated/64/vm/src/cogitX64WIN64.c:9867: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_PR-162/build/generated/64/vm/src/cogitX64WIN64.c:9989:3: warning: expression result unused [-Wunused-value]
        ((AbstractInstruction *) backEnd);
         ^                       ~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64WIN64.c:10044: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_PR-162/build/generated/64/vm/src/cogitX64WIN64.c:8077:66: note: passing argument to parameter 'mcpc' here
indexForSelectorinat(sqInt selector, CogMethod *cogMethod, sqInt mcpc)
                                                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64WIN64.c:10274:8: warning: expression result unused [-Wunused-value]
        error("couldn't locate end of clean block");
              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64WIN64.c:10482: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_PR-162/build/generated/64/vm/src/cogitX64WIN64.c:8184:78: note: passing argument to parameter 'mcpc' here
inlineCacheValueForSelectorinat(sqInt selector, CogMethod *aCogMethod, sqInt mcpc)
                                                                             ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64WIN64.c:10534: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_PR-162/build/generated/64/vm/src/cogitX64WIN64.c:8184:78: note: passing argument to parameter 'mcpc' here
inlineCacheValueForSelectorinat(sqInt selector, CogMethod *aCogMethod, sqInt mcpc)
                                                                             ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64WIN64.c:10584: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_PR-162/build/generated/64/vm/src/cogitX64WIN64.c:8184:78: note: passing argument to parameter 'mcpc' here
inlineCacheValueForSelectorinat(sqInt selector, CogMethod *aCogMethod, sqInt mcpc)
                                                                             ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64WIN64.c:10632: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_PR-162/build/generated/64/vm/src/cogitX64WIN64.c:8184:78: note: passing argument to parameter 'mcpc' here
inlineCacheValueForSelectorinat(sqInt selector, CogMethod *aCogMethod, sqInt mcpc)
                                                                             ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64WIN64.c:10680: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_PR-162/build/generated/64/vm/src/cogitX64WIN64.c:8184:78: note: passing argument to parameter 'mcpc' here
inlineCacheValueForSelectorinat(sqInt selector, CogMethod *aCogMethod, sqInt mcpc)
                                                                             ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64WIN64.c:11086:9: warning: expression result unused [-Wunused-value]
                error("no room on youngReferrers list");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64WIN64.c:17388: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_PR-162/build/generated/64/vm/src/cogitX64WIN64.c:924: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_PR-162/build/generated/64/vm/src/cogitX64WIN64.c:17430: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_PR-162/build/generated/64/vm/src/cogitX64WIN64.c:17639:9: warning: expression result unused [-Wunused-value]
                error("Case not found and no otherwise clause");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64WIN64.c:17822:10: warning: expression result unused [-Wunused-value]
                        error("Case not found and no otherwise clause");
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64WIN64.c:17842:10: warning: expression result unused [-Wunused-value]
                        error("Case not found and no otherwise clause");
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64WIN64.c:18443: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_PR-162/build/generated/64/vm/src/cogitX64WIN64.c:17398:98: note: passing argument to parameter 'fwdJumpTarget' here
genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(sqInt reg, sqInt scratch, sqInt fwdJumpTarget, sqInt nonFwdJumpTargetOrZero)
                                                                                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64WIN64.c:18469: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_PR-162/build/generated/64/vm/src/cogitX64WIN64.c:17398:98: note: passing argument to parameter 'fwdJumpTarget' here
genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(sqInt reg, sqInt scratch, sqInt fwdJumpTarget, sqInt nonFwdJumpTargetOrZero)
                                                                                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64WIN64.c:22981:10: warning: expression result unused [-Wunused-value]
                        error("Case not found and no otherwise clause");
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64WIN64.c:23067:9: warning: expression result unused [-Wunused-value]
                error("Case not found and no otherwise clause");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64WIN64.c:23653:9: warning: expression result unused [-Wunused-value]
                error("Case not found and no otherwise clause");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64WIN64.c:25816:33: warning: expression result unused [-Wunused-value]
                        (self_in_dispatchConcretize->machineCodeSize);
                         ~~~~~~~~~~~~~~~~~~~~~~~~~~  ^~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64WIN64.c:25949:33: warning: expression result unused [-Wunused-value]
                        (self_in_dispatchConcretize->machineCodeSize);
                         ~~~~~~~~~~~~~~~~~~~~~~~~~~  ^~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64WIN64.c:26083:33: warning: expression result unused [-Wunused-value]
                        (self_in_dispatchConcretize->machineCodeSize);
                         ~~~~~~~~~~~~~~~~~~~~~~~~~~  ^~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64WIN64.c:26181:33: warning: expression result unused [-Wunused-value]
                        (self_in_dispatchConcretize->machineCodeSize);
                         ~~~~~~~~~~~~~~~~~~~~~~~~~~  ^~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64WIN64.c:27324:9: warning: expression result unused [-Wunused-value]
                error("Case not found and no otherwise clause");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64WIN64.c:27447:9: warning: expression result unused [-Wunused-value]
                error("Case not found and no otherwise clause");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64WIN64.c:27509:9: warning: expression result unused [-Wunused-value]
                error("couldn't find unused register in genDivR:R:Quo:Rem:");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64WIN64.c:28146:9: warning: expression result unused [-Wunused-value]
                error("Case not found and no otherwise clause");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64WIN64.c:28496:9: warning: expression result unused [-Wunused-value]
                error("linking callsite to invalid address");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64WIN64.c:28565:9: warning: expression result unused [-Wunused-value]
                error("linking callsite to invalid address");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64WIN64.c:28701:10: warning: expression result unused [-Wunused-value]
                        error("Case not found and no otherwise clause");
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64WIN64.c:28733:9: warning: expression result unused [-Wunused-value]
                error("Case not found and no otherwise clause");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64WIN64.c:28742: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_PR-162/build/generated/64/vm/src/cogit.c:19:
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64WIN64.c:28781:9: warning: expression result unused [-Wunused-value]
                error("Case not found and no otherwise clause");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64WIN64.c:29021:4: warning: expression result unused [-Wunused-value]
                ((AbstractInstruction *) backEnd);
                 ^                       ~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64WIN64.c:29032:4: warning: expression result unused [-Wunused-value]
                ((AbstractInstruction *) backEnd);
                 ^                       ~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64WIN64.c:29053:4: warning: expression result unused [-Wunused-value]
                ((AbstractInstruction *) backEnd);
                 ^                       ~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64WIN64.c:29064:4: warning: expression result unused [-Wunused-value]
                ((AbstractInstruction *) backEnd);
                 ^                       ~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64WIN64.c:29201:9: warning: expression result unused [-Wunused-value]
                error("shouldBeImplemented");
                      ^~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64WIN64.c:29211:4: warning: expression result unused [-Wunused-value]
                ((AbstractInstruction *) backEnd);
                 ^                       ~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64WIN64.c:29217:4: warning: expression result unused [-Wunused-value]
                ((AbstractInstruction *) backEnd);
                 ^                       ~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64WIN64.c:29223:4: warning: expression result unused [-Wunused-value]
                ((AbstractInstruction *) backEnd);
                 ^                       ~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64WIN64.c:29229:4: warning: expression result unused [-Wunused-value]
                ((AbstractInstruction *) backEnd);
                 ^                       ~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64WIN64.c:29235:3: warning: expression result unused [-Wunused-value]
        ((AbstractInstruction *) backEnd);
         ^                       ~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64WIN64.c:29350: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_PR-162/build/generated/64/vm/src/cogitX64WIN64.c:28211:82: note: passing argument to parameter 'anAddress' here
isWithinMwOffsetRange(AbstractInstruction * self_in_isWithinMwOffsetRange, sqInt anAddress)
                                                                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64WIN64.c:29508: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_PR-162/build/generated/64/vm/src/cogitX64WIN64.c:29164:47: note: passing argument to parameter 'primitiveRoutine' here
compileMachineCodeInterpreterPrimitive(void (*primitiveRoutine)(void))
                                              ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64WIN64.c:29511: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_PR-162/build/generated/64/vm/src/cogitX64WIN64.c:30131: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_PR-162/build/generated/64/vm/src/cogitX64WIN64.c:28211:82: note: passing argument to parameter 'anAddress' here
isWithinMwOffsetRange(AbstractInstruction * self_in_isWithinMwOffsetRange, sqInt anAddress)
                                                                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64WIN64.c:30889: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_PR-162/build/generated/64/vm/src/cogitX64WIN64.c:32274: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_PR-162/build/generated/64/vm/src/cogitX64WIN64.c:34013: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_PR-162/build/generated/64/vm/src/cogitX64WIN64.c:17398:98: note: passing argument to parameter 'fwdJumpTarget' here
genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(sqInt reg, sqInt scratch, sqInt fwdJumpTarget, sqInt nonFwdJumpTargetOrZero)
                                                                                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64WIN64.c:34017: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_PR-162/build/generated/64/vm/src/cogitX64WIN64.c:17398:98: note: passing argument to parameter 'fwdJumpTarget' here
genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(sqInt reg, sqInt scratch, sqInt fwdJumpTarget, sqInt nonFwdJumpTargetOrZero)
                                                                                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64WIN64.c:34017: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_PR-162/build/generated/64/vm/src/cogitX64WIN64.c:17398:119: note: passing argument to parameter 'nonFwdJumpTargetOrZero' here
genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(sqInt reg, sqInt scratch, sqInt fwdJumpTarget, sqInt nonFwdJumpTargetOrZero)
                                                                                                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64WIN64.c:34090: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_PR-162/build/generated/64/vm/src/cogitX64WIN64.c:17398:98: note: passing argument to parameter 'fwdJumpTarget' here
genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(sqInt reg, sqInt scratch, sqInt fwdJumpTarget, sqInt nonFwdJumpTargetOrZero)
                                                                                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64WIN64.c:34094: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_PR-162/build/generated/64/vm/src/cogitX64WIN64.c:17398:98: note: passing argument to parameter 'fwdJumpTarget' here
genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(sqInt reg, sqInt scratch, sqInt fwdJumpTarget, sqInt nonFwdJumpTargetOrZero)
                                                                                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64WIN64.c:35117:10: warning: expression result unused [-Wunused-value]
                        error("Case not found and no otherwise clause");
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64WIN64.c:35247:9: warning: expression result unused [-Wunused-value]
                error("Case not found and no otherwise clause");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64WIN64.c:35116:3: warning: variable 'result' is used uninitialized whenever switch default is taken [-Wsometimes-uninitialized]
                default:
                ^~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64WIN64.c:35119:22: note: uninitialized use occurs here
                if (isIntegerValue(result)) {
                                   ^~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64WIN64.c:35085:17: note: initialize the variable 'result' to silence this warning
    sqInt result;
                ^
                 = 0
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64WIN64.c:35510:9: warning: expression result unused [-Wunused-value]
                error("Case not found and no otherwise clause");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64WIN64.c:35509:2: warning: variable 'result' is used uninitialized whenever switch default is taken [-Wsometimes-uninitialized]
        default:
        ^~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64WIN64.c:35513:34: note: uninitialized use occurs here
        return ssPushAnnotatedConstant((result
                                        ^~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64WIN64.c:35484:15: note: initialize the variable 'result' to silence this warning
    int result;
              ^
               = 0
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64WIN64.c:36319: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_PR-162/build/generated/64/vm/src/cogitX64WIN64.c:36543: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_PR-162/build/generated/64/vm/src/cogitX64WIN64.c:2158:1: warning: unused function 'availableFloatRegisterOrNoneFor' [-Wunused-function]
availableFloatRegisterOrNoneFor(AbstractInstruction * self_in_availableFloatRegisterOrNoneFor, sqInt liveRegsMask)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64WIN64.c:2192:1: warning: unused function 'cloneLiteralFrom' [-Wunused-function]
cloneLiteralFrom(AbstractInstruction * self_in_cloneLiteralFrom, AbstractInstruction *existingLiteral)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64WIN64.c:2279:1: warning: unused function 'initializeSharableLiteral' [-Wunused-function]
initializeSharableLiteral(AbstractInstruction * self_in_initializeSharableLiteral, sqInt literal)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64WIN64.c:2298:1: warning: unused function 'initializeUniqueLiteral' [-Wunused-function]
initializeUniqueLiteral(AbstractInstruction * self_in_initializeUniqueLiteral, sqInt literal)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64WIN64.c:2321:1: warning: unused function 'isLiteral' [-Wunused-function]
isLiteral(AbstractInstruction * self_in_isLiteral)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64WIN64.c:2377:1: warning: unused function 'rewriteConditionalJumpLongAttarget' [-Wunused-function]
rewriteConditionalJumpLongAttarget(AbstractInstruction * self_in_rewriteConditionalJumpLongAttarget, sqInt callSiteReturnAddress, sqInt callTargetAddress)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64WIN64.c:2390:1: warning: unused function 'wantsNearAddressFor' [-Wunused-function]
wantsNearAddressFor(AbstractInstruction * self_in_wantsNearAddressFor, sqInt anObject)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64WIN64.c:3110:1: warning: unused function 'computeSizeOfArithCqR' [-Wunused-function]
computeSizeOfArithCqR(AbstractInstruction * self_in_computeSizeOfArithCqR)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64WIN64.c:3125:1: warning: unused function 'computeSizeOfArithCwR' [-Wunused-function]
computeSizeOfArithCwR(AbstractInstruction * self_in_computeSizeOfArithCwR)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64WIN64.c:3170:1: warning: unused function 'concretizeMoveCwR' [-Wunused-function]
concretizeMoveCwR(AbstractInstruction * self_in_concretizeMoveCwR)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64WIN64.c:3289:1: warning: unused function 'loadLiteralByteSize' [-Wunused-function]
loadLiteralByteSize(AbstractInstruction * self_in_loadLiteralByteSize)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64WIN64.c:3564:1: warning: unused function 'allMethodsHaveCorrectHeader' [-Wunused-function]
allMethodsHaveCorrectHeader(void)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64WIN64.c:6529:1: warning: unused function 'expectedClosedPICPrototype' [-Wunused-function]
expectedClosedPICPrototype(CogMethod *cPIC)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64WIN64.c:6808:1: warning: unused function 'firstMappedPCFor' [-Wunused-function]
firstMappedPCFor(CogMethod *cogMethod)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64WIN64.c:9313:1: warning: unused function 'maybeFreeCogMethodDoesntLookKosher' [-Wunused-function]
maybeFreeCogMethodDoesntLookKosher(CogMethod *cogMethod)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64WIN64.c:9625:1: warning: unused function 'noAssertMethodClassAssociationOf' [-Wunused-function]
noAssertMethodClassAssociationOf(sqInt methodPointer)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64WIN64.c:9637:1: warning: unused function 'noCogMethodsMaximallyMarked' [-Wunused-function]
noCogMethodsMaximallyMarked(void)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64WIN64.c:9768:1: warning: unused function 'picAbortDiscriminatorValue' [-Wunused-function]
picAbortDiscriminatorValue(void)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64WIN64.c:9877:1: warning: unused function 'registerMaskFor' [-Wunused-function]
registerMaskFor(sqInt reg)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64WIN64.c:9884:1: warning: unused function 'registerMaskForand' [-Wunused-function]
registerMaskForand(sqInt reg1, sqInt reg2)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64WIN64.c:11044:1: warning: unused function 'counters' [-Wunused-function]
counters(CogMethod * self_in_counters)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64WIN64.c:11287:1: warning: unused function 'kosherYoungReferrers' [-Wunused-function]
kosherYoungReferrers(void)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64WIN64.c:11774:1: warning: unused function 'voidYoungReferrersPostTenureAll' [-Wunused-function]
voidYoungReferrersPostTenureAll(void)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64WIN64.c:17071:1: warning: unused function 'checkValidDerivedObjectReference' [-Wunused-function]
checkValidDerivedObjectReference(sqInt bodyAddress)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64WIN64.c:17086:1: warning: unused function 'couldBeDerivedObject' [-Wunused-function]
couldBeDerivedObject(sqInt bodyAddress)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64WIN64.c:17228: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_PR-162/build/generated/64/vm/src/cogitX64WIN64.c:22656:1: warning: unused function 'getActiveContextAllocatesInMachineCode' [-Wunused-function]
getActiveContextAllocatesInMachineCode(void)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64WIN64.c:22667:1: warning: unused function 'inlineCacheTagIsYoung' [-Wunused-function]
inlineCacheTagIsYoung(sqInt cacheTag)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64WIN64.c:23074:1: warning: unused function 'isMergeFixup' [-Wunused-function]
isMergeFixup(BytecodeFixup * self_in_isMergeFixup)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64WIN64.c:23133:1: warning: unused function 'callFullTargetFromReturnAddress' [-Wunused-function]
callFullTargetFromReturnAddress(AbstractInstruction * self_in_callFullTargetFromReturnAddress, sqInt callSiteReturnAddress)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64WIN64.c:23140:1: warning: unused function 'callInstructionByteSize' [-Wunused-function]
callInstructionByteSize(AbstractInstruction * self_in_callInstructionByteSize)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64WIN64.c:23161:1: warning: unused function 'cFloatResultToRd' [-Wunused-function]
cFloatResultToRd(AbstractInstruction * self_in_cFloatResultToRd, sqInt reg)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64WIN64.c:23172:1: warning: unused function 'cFloatResultToRs' [-Wunused-function]
cFloatResultToRs(AbstractInstruction * self_in_cFloatResultToRs, sqInt reg)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64WIN64.c:23183:1: warning: unused function 'cmpC32RTempByteSize' [-Wunused-function]
cmpC32RTempByteSize(AbstractInstruction * self_in_cmpC32RTempByteSize)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64WIN64.c:23732:1: warning: unused function 'concretizeFill32' [-Wunused-function]
concretizeFill32(AbstractInstruction * self_in_concretizeFill32)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64WIN64.c:23908:1: warning: unused function 'cStackPointer' [-Wunused-function]
cStackPointer(AbstractInstruction * self_in_cStackPointer)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64WIN64.c:27454:1: warning: unused function 'fullCallsAreRelative' [-Wunused-function]
fullCallsAreRelative(AbstractInstruction * self_in_fullCallsAreRelative)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64WIN64.c:27590:1: warning: unused function 'generateLowLevelTryLock' [-Wunused-function]
generateLowLevelTryLock(AbstractInstruction * self_in_generateLowLevelTryLock, sqInt vmOwnerLockAddress)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64WIN64.c:27620:1: warning: unused function 'generateLowLevelUnlock' [-Wunused-function]
generateLowLevelUnlock(AbstractInstruction * self_in_generateLowLevelUnlock, sqInt vmOwnerLockAddress)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64WIN64.c:27710:1: warning: unused function 'genMemCopytoconstantSize' [-Wunused-function]
genMemCopytoconstantSize(AbstractInstruction * self_in_genMemCopytoconstantSize, sqInt originalSourceReg, sqInt originalDestReg, sqInt size)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64WIN64.c:27769:1: warning: unused function 'genMemCopytosize' [-Wunused-function]
genMemCopytosize(AbstractInstruction * self_in_genMemCopytosize, sqInt originalSourceReg, sqInt originalDestReg, sqInt originalSize)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64WIN64.c:28075:1: warning: unused function 'genSubstituteReturnAddress' [-Wunused-function]
genSubstituteReturnAddress(AbstractInstruction * self_in_genSubstituteReturnAddress, sqInt retpc)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64WIN64.c:28086:1: warning: unused function 'genSwapRRScratch' [-Wunused-function]
genSwapRRScratch(AbstractInstruction * self_in_genSwapRRScratch, sqInt regA, sqInt regB, sqInt regTmp)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64WIN64.c:28258:1: warning: unused function 'jumpLongByteSize' [-Wunused-function]
jumpLongByteSize(AbstractInstruction * self_in_jumpLongByteSize)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64WIN64.c:28265:1: warning: unused function 'jumpLongConditionalByteSize' [-Wunused-function]
jumpLongConditionalByteSize(AbstractInstruction * self_in_jumpLongConditionalByteSize)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64WIN64.c:28316:1: warning: unused function 'leafCallStackPointerDelta' [-Wunused-function]
leafCallStackPointerDelta(AbstractInstruction * self_in_leafCallStackPointerDelta)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64WIN64.c:28327:1: warning: unused function 'literalBeforeInlineCacheTagAt' [-Wunused-function]
literalBeforeInlineCacheTagAt(AbstractInstruction * self_in_literalBeforeInlineCacheTagAt, sqInt callSiteReturnAddress)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64WIN64.c:28339:1: warning: unused function 'loadPICLiteralByteSize' [-Wunused-function]
loadPICLiteralByteSize(AbstractInstruction * self_in_loadPICLiteralByteSize)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64WIN64.c:28346:1: warning: unused function 'machineCodeAt' [-Wunused-function]
machineCodeAt(AbstractInstruction * self_in_machineCodeAt, sqInt anOffset)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64WIN64.c:28359:1: warning: unused function 'machineCodeBytes' [-Wunused-function]
machineCodeBytes(AbstractInstruction * self_in_machineCodeBytes)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64WIN64.c:28402:1: warning: unused function 'numLowLevelLockOpcodes' [-Wunused-function]
numLowLevelLockOpcodes(AbstractInstruction * self_in_numLowLevelLockOpcodes)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64WIN64.c:28458:1: warning: unused function 'relocateMethodReferenceBeforeAddressby' [-Wunused-function]
relocateMethodReferenceBeforeAddressby(AbstractInstruction * self_in_relocateMethodReferenceBeforeAddressby, sqInt pc, sqInt delta)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64WIN64.c:28794:1: warning: unused function 'zoneCallsAreRelative' [-Wunused-function]
zoneCallsAreRelative(AbstractInstruction * self_in_zoneCallsAreRelative)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64WIN64.c:30989:1: warning: unused function 'numSpecialSelectors' [-Wunused-function]
numSpecialSelectors(void)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64WIN64.c:31910:1: warning: unused function 'v4LongForwardBranchDistance' [-Wunused-function]
v4LongForwardBranchDistance(BytecodeDescriptor *descriptor, sqInt pc, sqInt nExts, sqInt aMethodObj)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64WIN64.c:36292:1: warning: unused function 'receiverIsInReceiverResultReg' [-Wunused-function]
receiverIsInReceiverResultReg(void)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64WIN64.c:36999:1: warning: unused function 'tempsValidAndVolatileEntriesSpilled' [-Wunused-function]
tempsValidAndVolatileEntriesSpilled(void)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64WIN64.c:37100:1: warning: unused function 'violatesEnsureSpilledSpillAssert' [-Wunused-function]
violatesEnsureSpilledSpillAssert(void)
^
152 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=56 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/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_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/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_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/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_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/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_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/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_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/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_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/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_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/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_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/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_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/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_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/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_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/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_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/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_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/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_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/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_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/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_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/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_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/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_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/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_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/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_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/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_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/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_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/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_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/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_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/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_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/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_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/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_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/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_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/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_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/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_PR-162/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_PR-162/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_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/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_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/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_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/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_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/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_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/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_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/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_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/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_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/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_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/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_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/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_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/repository/extracted/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_PR-162/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_PR-162/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_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/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_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/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_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/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_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/repository/extracted/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_PR-162/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_PR-162/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_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/repository/extracted/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_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/repository/extracted/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_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/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_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/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_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:12922:3: warning: unused label 'directedSuperclassSend' [-Wunused-label]
                directedSuperclassSend:
                ^~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:14333: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:14337: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:14341: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:14344: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:14344: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:14348: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:14362: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:14368: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:14371: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:14374: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:14378: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:14561: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:14572: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:14588: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:14605: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:14620: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:14662: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:14669: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:14671: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:14688: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:14693: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:14699: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:14700: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:14756: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_PR-162/repository/extracted/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:14757: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:14759: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_PR-162/repository/extracted/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:14779: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:14780: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:14783: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:14783: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:14785: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:14787: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:14787: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:14788: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:14791: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_PR-162/repository/extracted/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:14792: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:14813: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_PR-162/repository/extracted/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:14813: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:14817: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:14817: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:14824: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:14835: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:14838: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:14867: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:14880: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:14880:7: note: include the header <setjmp.h> or explicitly provide a declaration for 'setjmp'
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:14912: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:14962: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:14962: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:14964: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:14965: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:14968: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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) + (1 * BytesPerWord), longAt(GIV(stackPointer) + (3 * BytesPerWord)));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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) + (2 * BytesPerWord), rcvr);
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:14970: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:14975: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:14975: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:14977: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:14978: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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) + (1 * BytesPerWord), rcvr);
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:14981: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:14986: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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) + (1 * BytesPerWord), longAt(GIV(stackPointer)));
                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:14987: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:14989: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15013: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15016: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15074: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15103: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15133: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15136: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15139: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15142: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15160: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15162: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15166: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15168: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15171: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15204: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15208: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15211: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15214: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15217: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15240: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15242: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15242: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15245: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15249: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15251: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15313: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15318: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15342: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15347: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15420: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15451: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15462: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15583: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15603: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15604: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15605: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_PR-162/repository/extracted/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15607: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15613: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15616: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15619: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15638: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15639: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15640: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_PR-162/repository/extracted/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15642: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15648: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15651: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15654: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15662: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15663: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15664: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_PR-162/repository/extracted/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15666: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15672: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15675: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15678: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15681: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15692: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15698: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15705: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15729: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15730: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15731: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_PR-162/repository/extracted/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15733: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15739: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15742: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15745: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15761: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15782: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15817: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15824: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15826: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15868: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15879: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15880: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15882: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15979: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:16024: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:16096: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:16139: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:16140: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:16156: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:16165: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:16166: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:16166: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:16170: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:16173: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:16175: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:16178: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:16180: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:16172: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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) + FoxIFSavedIP, 0);
                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:16184: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:16208: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:16212: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:16215: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:16363: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:16392: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:16395: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:16402: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:16471: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:16476: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:16578: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:16609: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:16623: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:16630: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:16655: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:16659: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:16662:45: warning: incompatible pointer types passing 'CogBlockMethod *' to parameter of type 'CogMethod *' [-Wincompatible-pointer-types]
        recordMethodActivatedAfterStackCheckOffset(cogMethod);
                                                   ^~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include/cogit.h:27:68: note: passing argument to parameter 'aCogMethod' here
extern sqInt recordMethodActivatedAfterStackCheckOffset(CogMethod *aCogMethod);
                                                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:16684: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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) + FoxMFReceiver))
                                               ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:16688: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:16705: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:16938: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:16942: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:16950: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:16952: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:16954: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_PR-162/repository/extracted/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:16955: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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]
                                if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
                                                      ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:16981: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:16990: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_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:16996: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:17003: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:17009: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:17080: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:17093: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:17152: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:17154: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:17168: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:17169: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:17223: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:17226: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:17227: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:17228: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_PR-162/repository/extracted/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:17230: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:17239: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:17380: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:17384: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:17396: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:17423: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:17431: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:17434: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:17459: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:17467: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:17470: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:17497: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:17500: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:17506: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:17525: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:17528: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:17582: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:17831: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:17833: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:17945: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:17946: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:17949: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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 + FoxIFReceiver);
                                                     ^~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:17957: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:17959: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:17976: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:17976: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:17977: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:17980: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:17982: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:17984: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_PR-162/repository/extracted/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:17985: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:17986: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:17986: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:17989: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:17991: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_PR-162/repository/extracted/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:17993: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:17996: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:17998: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:18004: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:18006: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:18070: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:18081: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:18082: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:18083: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_PR-162/repository/extracted/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:18093: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:18094: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:18095: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_PR-162/repository/extracted/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:18102: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:18104: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:18114: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:18116: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_PR-162/repository/extracted/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:18130: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:18131: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:18132: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:18231: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:18261: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:18263: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:18264: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:18265: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:18266: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:18267: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:18268: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:18297: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:18346: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:18355: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:18370: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_PR-162/repository/extracted/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:18377: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:18384: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:18444: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_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:18456: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:18467: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:18468: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:18472: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:18578: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:18590:4: warning: expression result unused [-Wunused-value]
                        !GIV(primFailCode);
                        ^    ~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:18621: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:18755: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:18756: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:18773: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:18796: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:18799: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:18801: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:18802: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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) + MFMethodFlagIsBlockFlag);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:18867: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:18869: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:18872: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:18873: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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), (VMBIGENDIAN
                          ^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:18881: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:18888: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:18895: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:18900: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:18983: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:18984: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:18997: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:19001: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:19004: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:19008: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:19009: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:19010: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_PR-162/repository/extracted/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:19011: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:19012: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:19012: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:19019: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:19020: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:19022: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:19026: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:19031: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:19033: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:19033: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:19035: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:19035: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:19039: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:19045: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:19048: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:19176: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:19180: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:19193: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:19200: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:19201: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:19202: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_PR-162/repository/extracted/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:19204: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:19206: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:19208: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:19218: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:19220: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:19228: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:19241: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:19299: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:19302: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:19364: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:19462: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:19472: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:19495: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:19511: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:19518: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:19743: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:19747: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:19750: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:19751: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:19752: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_PR-162/repository/extracted/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:19754: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:19759: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:19759: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:19760: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:19762: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:19764: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_PR-162/repository/extracted/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:19768: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:19768: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:19782: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:19786: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:19789: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:19794: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:19795: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:19798: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:19802: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:19803: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:19804: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:19805: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_PR-162/repository/extracted/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:19806: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:20369: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:20371: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:20375: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:20379: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:20388: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:20390: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_PR-162/repository/extracted/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:20391: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:20392: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:20393: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_PR-162/repository/extracted/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:20396: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:20397: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:20398: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_PR-162/repository/extracted/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:20416: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:20423: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:20424: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:20426: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:20440: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:20442: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:20454: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:20492: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:20549: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:20551: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:20553: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:20568: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:20570: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:20573: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_PR-162/repository/extracted/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:20587: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:20588: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:20589: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_PR-162/repository/extracted/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:20590: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:20601: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:20602: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:20604: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_PR-162/repository/extracted/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:20605: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:20607: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_PR-162/repository/extracted/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:20613: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:20618: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:20622: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:20625: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:20629: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:20631: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:20635: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:20643: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:20644: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:20645: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_PR-162/repository/extracted/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:20650: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:20661: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:20662: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:20663: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_PR-162/repository/extracted/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:21468: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:21472: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:21479: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:21485: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:21490: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:21493: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:21496: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:21501: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:21514: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:21541: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:21544: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:21547: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:21552: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:21555: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:21569: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:21725: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:21730: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:21734: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:21738: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:21743: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:21783: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:21789: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:21793: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:21796: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:21796: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:21803: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:21817: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:21823: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:21826: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:21833: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:21836: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:21842: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:21846: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:21861: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:21963: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:21967: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:21971: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:21975: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:21979: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:22019: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:22025: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:22029: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:22032: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:22032: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/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((sp10 = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:22053: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:22059: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:22062: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:22069: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:22072: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:22078: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:22082: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:22097: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:22155: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:22156: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:22157: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:22158: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:22160: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:22165: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:22170: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:22171: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:22172: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_PR-162/repository/extracted/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:22172: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:22174: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:22175: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:22177: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_PR-162/repository/extracted/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:22178: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:22179: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:22436: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:22735: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:22751: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:22768: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:22769: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:22770: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_PR-162/repository/extracted/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:22772: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:22876: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:22878: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:22891: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:22895: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:22919: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:22921: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:22929: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:22933: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:22935: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:22937: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:22962: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:22965: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:22971: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_PR-162/repository/extracted/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:22984: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:22985: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_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:22992: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:23003: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:23004: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_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:23011: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:23035: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:23038: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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]
                theInstrPointer = longAt(fp + FoxIFSavedIP);
                                         ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:23072: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:23073: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:23519: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:23533: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:23560: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:23568: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:23593: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:23622: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:23623: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:23628: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:23655: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:23661: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:23666: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:23693: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:23747: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:23752: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:23753: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:23769: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:23807: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:23822: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:23857: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:23893: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:23924: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:23926: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:23927: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:23928: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:23931: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:23935: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:23954: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:23955: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:23956: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:23958: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:23977: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:23991: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:24011: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:24030: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:24048: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:24067: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:24068: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:24074: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:24136: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:24157: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:24176: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:24212: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:24271: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:24292: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:24312: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:24344: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:24347: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:24513: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:24569: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:24579: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:24623: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:24625: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:24627: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_PR-162/repository/extracted/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:24635: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:24645: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:24653: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:24653: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:24655: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:24655: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_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:24656: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:24660: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:24663: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:24691: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:24736: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:24777: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:24790: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:24790: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:24790: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_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:24811: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:24850: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:24852: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_PR-162/repository/extracted/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:24850: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:24891: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:24956: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:24959: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:24961: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:24965: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:24998: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:24999: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:25000: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_PR-162/repository/extracted/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:25002: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:25013: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:25016: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:25027: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:25182: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:25210: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:25276: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:25279: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:25283: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:25285: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:25288: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:25798: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:25830: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:25831: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:25865: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:25893: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:25894: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:25938: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:25943: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:25950: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:25979: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:25995: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:26015: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:26016: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:26039: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:26040: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:26065: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:26069: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:26077: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:26077: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:26099: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:26100: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:26120: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:26133: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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));
                          ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:26151: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:26179: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:26180: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:26307: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:26339: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:26340: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:26341: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:26522: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:26573: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:26577: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:26578: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:26801: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:26873: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:26875: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:26876: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:26878: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:26882: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:26918: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:26980: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:27044: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:27061: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:27062: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:27069: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:27102: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:27164: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:27228: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:27245: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:27246: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:27253: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:27271: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:27279: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:27317: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:27339: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:27354: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:27392: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:27420: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:27421: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:27428: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:27557: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:27575: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:27576: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:27583: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:27611: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:27618: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:27634: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:27639: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:27643: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:27658: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:27727: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:27739: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:27776: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:27794: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:27831: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:27910: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:27955: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28038: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28087: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28137: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28144: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28147: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28158: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28163: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28166: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28186: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28193: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28196: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28207: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28212: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28215: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28235: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28239: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28242: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28242: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28246: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28249: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28255: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28258: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28267: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28271: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28350: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28400: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28407: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28410: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28421: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28426: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28429: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28449: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28456: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28459: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28470: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28475: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28478: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28498: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28502: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28505: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28505: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28509: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28512: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28518: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28521: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28530: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28534: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28613: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28635: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28668: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28673: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28695: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28702: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28705: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28716: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28721: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28724: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28744: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28751: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28754: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28765: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28770: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28773: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28793: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28797: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28800: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28800: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28804: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28807: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28813: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28816: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28825: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28829: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28878: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28902: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28936: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28937: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(trueObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:29016: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:29023: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:29029: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:29067: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:29075: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:29078: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:29125: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:29145: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:29146: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:29236: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:29251: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:29266: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:29297: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:29298: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:29396: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:29397: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:29401: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:29405: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:29441: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:29471: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:29471: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:29476: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:29501: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:29517: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:29538: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:29576: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:29577: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:29597: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:29620: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:29621: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:29651: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:29666: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:29667: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:29670: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:29679: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:29698: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:29699: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:29702: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:29729: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:29751: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:29842: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:29848: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:29852: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:29855: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:29855: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:29862: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:29876: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:29882: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:29885: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:29892: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:29895: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:29901: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:29905: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:29970: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:29998: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:29999: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:30078: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:30102: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:30103: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:30131: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:30155: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:30162: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:30163: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:30188: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:30199: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:30233: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:30234: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:30321: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:30350: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:30351: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:30431: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:30462: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:30463: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:30543: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:30574: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:30575: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:30655: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:30686: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:30687: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:30767: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:30798: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:30799: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:30879: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:30909: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:30910: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:30989: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:31018: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:31019: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:31099: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:31129: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:31130: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:31209: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:31407: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:31411: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:31423: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:31424: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:31425: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:31530: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:31582: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:31618: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:31625: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:31628: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:31639: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:31644: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:31647: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:31676: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:31683: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:31686: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:31697: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:31702: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:31705: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:31725: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:31729: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:31732: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:31732: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:31736: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:31739: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:31745: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:31748: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:31757: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:31761: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:31780: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:31854: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:31890: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:31897: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:31900: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:31911: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:31916: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:31919: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:31948: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:31955: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:31958: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:31969: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:31974: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:31977: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:31997: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32001: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32004: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32004: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32008: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32011: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32017: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32020: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32029: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32033: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32052: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32126: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32148: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32170: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32175: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32194: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32201: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32204: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32215: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32220: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32223: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32252: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32259: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32262: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32273: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32278: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32281: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32301: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32305: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32308: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32308: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32312: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32315: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32321: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32324: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32333: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32337: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32356: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32397: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32420: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32447: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32470: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32484: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32488: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32527: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32545: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32687: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32760: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32773: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32774: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32777: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32801: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32802: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32805: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32820: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32821: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32824: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32848: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32849: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32852: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32867: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32880: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32898: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32923: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32941: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32947: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32971: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32988: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32989: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:33000: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:33017: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:33043: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:33067: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:33104: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:33135: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:33156: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:33179: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:33193: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:33251: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)0 << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:33280: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:33281: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:33310: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:33326: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:33340: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:33356: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:33377: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:33388: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:33426: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:33427: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:33428: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:33473: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:33491: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:33506: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:33524: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:33560: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:33586: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:33623: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:33639: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:33696: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:33703: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:33707: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:33710: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:33713: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:33716: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:33744: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:33762: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:33771: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:33797: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:33821:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) - BytesPerWord), (((usqInt)keystrokeWord << 3) | 1));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:33826: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:33850:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) - BytesPerWord), (((usqInt)keystrokeWord << 3) | 1));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:33855: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:33868: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:33869: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:33872: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:33896: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:33897: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:33900: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:33915: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:33916: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:33919: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:33943: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:33944: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:33947: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:33979: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:34006: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:34019: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:34048: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:34075: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:34088: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:34123: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:34126: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:34140: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:34167: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:34184: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:34202: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:34245: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:34246: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:34297: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:34310: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:34339: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:34354: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:34366: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:34366: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:34371: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:34402: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:34403: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:34428: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:34450: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)buttonWord << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:34543: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:34560: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:34576: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:34609: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:34632: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:34633: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:34654: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:34670: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:34673: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:34680: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:34710: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:34711: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:34719: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:34840: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:34853: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:34856: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:34863: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:34890: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:34958: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:34961: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:34974: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:34998: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:35059: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:35062: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:35075: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:35098: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:35181: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:35204: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:35207: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:35213: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:35240: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:35241: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:35244: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:35253: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:35272: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:35273: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:35276: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:35298: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:35299: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:35328: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:35388: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:35389: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:35394: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:35395: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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]
        followWeak = (longAt(GIV(stackPointer))) == GIV(trueObj);
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:35637: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:35639: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:35672: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:35673: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:35705: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:35706: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:35729: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:35732: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:35736: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:35783: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:35798: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:35798: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:35831: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:35832: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:35833: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:35856: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:35859: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:35863: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:35898: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:35911: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:35911: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:35938: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:35963: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:35998: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:36026: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:36046: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:36062: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:36098: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:36129: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:36130: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:36148: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:36165: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:36210: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:36211: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:36228: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:36254: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:36283: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:36355: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:36375: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:36399: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:36403: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:36416: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:36432: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:36448: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:36468: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:36485: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:36515: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:36529: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:36539: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:36550: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:36569: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:36605: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:36671: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:36672: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:36674: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:36682: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:36686: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:36707: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:36723: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:36760: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:36778: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:36840: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:36856: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:36894: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:36900: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:36916: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:36936: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:36937: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:36947: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:36975: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:36997: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:37013: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:37029: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:37045: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:37080: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:37115: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:37138: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:37196: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:37208: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:37210: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:37213: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:37247: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:37253: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:37254: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:37303: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:37308: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:37328: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:37352: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:37367: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:37407: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:37424: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:37463: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:37478: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:37524: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:37549: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:37564: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:37604: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:37622: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:37638: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:37640: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:37659: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:37699: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:37714: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:37754: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:37781: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:37796: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:37836: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:37863: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:37878: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:37918: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:37945: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:37960: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:38000: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:38022: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:38061: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:38076: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:38116: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:38141: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:38156: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:38196: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:38215: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:38246: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:38293: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:38308: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:38348: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:38366: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:38376: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:38398: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:38414: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:38449: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:38459: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:38478: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:38492: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:38508: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:38563: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:38564: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:38567: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:38583: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:38584: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:38585: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:38624: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:38625: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:38759: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:38792: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:38793: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:38794: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:38983: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:39023: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:39024: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:39025: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:39026: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:39027: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:39092: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:39139: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:39293: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:39325: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:39326: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:39360: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:39390: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:39391: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:39396: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:39423: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:39429: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:39434: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:39452: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:39472: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:39492: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:39508: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:39511: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:39527: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:39580: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:39736: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:39761: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:39796: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:39823: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:39857: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:39878: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:39907: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:39918: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:39928: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:39945: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:45341: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:50368: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:52222:5: warning: expression result unused [-Wunused-value]
                                -classIndex2;
                                ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:52287:26: warning: expression result unused [-Wunused-value]
                8 /* allocationUnit */ / BytesPerOop;
                ~                      ^ ~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:54011:21: warning: address of stack memory associated with parameter 'aSymbol' returned [-Wreturn-stack-address]
        return ((usqInt)((&aSymbol)));
                           ^~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:58193:41: warning: expression result unused [-Wunused-value]
                asserta((checkInterpreterIntegrity()) == 0);
                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqAssert.h:30:25: note: expanded from macro 'asserta'
# define asserta(expr) (expr)
                        ^~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:58214:41: warning: expression result unused [-Wunused-value]
                asserta((checkInterpreterIntegrity()) == 0);
                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqAssert.h:30:25: note: expanded from macro 'asserta'
# define asserta(expr) (expr)
                        ^~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:59258: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:61706: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_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:62167: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:62718: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:63267: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:63269: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:63270: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:63271: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:63272: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_PR-162/repository/extracted/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:63279: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:63352: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:63356: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:63362: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:63363: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:63364: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_PR-162/repository/extracted/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:63366: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:63368: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:63370: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:63371: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:63379: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:63521: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:63523: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_PR-162/repository/extracted/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:63536: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:63549: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:63562: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:63564: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_PR-162/repository/extracted/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:63820: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:63876: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:63912: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:63913: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:63914: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_PR-162/repository/extracted/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:63916: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:63954: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:63961: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:63962: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:63963: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_PR-162/repository/extracted/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:63965: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:63995: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:63996: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:64008: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:64189:19: warning: explicitly assigning value of variable of type 'struct VirtualMachine *' to itself [-Wself-assign]
        interpreterProxy = interpreterProxy;
        ~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:64204: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:64213: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:64220: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:64221: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:64222: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_PR-162/repository/extracted/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:64224: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:64634: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:64643: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:64651: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:64652: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:64653: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_PR-162/repository/extracted/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:64655: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:64664: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:64678: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:64716: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:64721: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:64724: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:64748: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:64895: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:64896: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:64905: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:64911: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:64917: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:64922: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:65039: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:65048: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:65055: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:65056: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:65057: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_PR-162/repository/extracted/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:65059: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:65076: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:65078: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:65079: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:65080: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_PR-162/repository/extracted/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:65081: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:65082: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:65257: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:65349: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:65350: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:65351: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_PR-162/repository/extracted/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:65352: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:65356: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:65357: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:65358: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_PR-162/repository/extracted/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:65359: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:65361: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:65371: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:65372: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:65373: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_PR-162/repository/extracted/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:65375: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:65381: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:65388: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:65477: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:65490: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:65545: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:65546: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:65547: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_PR-162/repository/extracted/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:65548: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:65552: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:65553: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:65554: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_PR-162/repository/extracted/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:65555: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:65557: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:65567: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:65568: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:65569: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_PR-162/repository/extracted/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:65571: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:65579: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:65586: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:65632: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:65635: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:65638: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:65641: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:65643: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_PR-162/repository/extracted/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:65644: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:65657: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:65660: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:65661: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:65662: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_PR-162/repository/extracted/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:65667: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:65668: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:65669: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_PR-162/repository/extracted/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:65708: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:65752: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:65754: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_PR-162/repository/extracted/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:65768: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:66094: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:66106: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:66108: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:66109: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:66110: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:66111: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:66112: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:66113: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:66134: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:66135: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:66136: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:66176: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:66202: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:66203: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:66212: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:66221: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:66228: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:66229: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:66230: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_PR-162/repository/extracted/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:66232: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:66370: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:66427: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:66467: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:66693: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:66694: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:66695: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:66696: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_PR-162/repository/extracted/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:66698: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:66712: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:66773: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:66774: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:66775: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:66776: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_PR-162/repository/extracted/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:66779: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:68156: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:68235: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:68237: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_PR-162/repository/extracted/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:68245: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:68247: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:68250: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:68256: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:68256: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:68257: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:68257: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:68258: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:68258: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_PR-162/repository/extracted/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:68259: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:68259: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:68264: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:68268: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:68276: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:68310: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:68322: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:68355: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:68357: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:68362: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:68372: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:68378: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:68383: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_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:68385: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_PR-162/repository/extracted/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:68389: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_PR-162/repository/extracted/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:68390: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:68396: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:68401: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:68408: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:68421: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:68423: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:68424: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:68428: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_PR-162/repository/extracted/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:68429: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:68430: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:68625: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:68644: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:68660: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:68689: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:68705: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:68875: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:68877: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:68878: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:68879: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_PR-162/repository/extracted/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:68880: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:68881: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:68891: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:68892:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                ? longAtput((offset < ((frameNumArgs = ((mframeCogMethod(theFP))->cmNumArgs)))
                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:68895: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_PR-162/repository/extracted/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:68896:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                ? longAtput((theFP + FoxCallerSavedIP) + ((frameNumArgs1 - offset) * BytesPerWord), valueOop)
                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:68897:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                : longAtput(((theFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs1 - offset) * BytesPerWord), valueOop)));
                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:68912: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:68913: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:68914: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_PR-162/repository/extracted/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:68916: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:68920: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:69007: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:69034: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:69059: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:69119: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:69126: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:69132: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:69142: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:69655: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:69800: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:1594:32: note: passing argument to parameter 'n' here
extern sqInt printHexnp(usqInt n);
                               ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:69812: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:1594:32: note: passing argument to parameter 'n' here
extern sqInt printHexnp(usqInt n);
                               ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:69868: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:69869: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:69870: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:69872: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_PR-162/repository/extracted/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:69892: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:69918: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:69977: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:70013: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:70099: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:70110: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:70112: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_PR-162/repository/extracted/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:70120: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:71545: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:71548: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:71550: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:70146:19: note: passing argument to parameter 'n' here
printHexnp(usqInt n)
                  ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:71552: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:70146:19: note: passing argument to parameter 'n' here
printHexnp(usqInt n)
                  ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:71558: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:71559: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:71560: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_PR-162/repository/extracted/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:71561: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:71563: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:70146:19: note: passing argument to parameter 'n' here
printHexnp(usqInt n)
                  ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:71569: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:71571: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:70146:19: note: passing argument to parameter 'n' here
printHexnp(usqInt n)
                  ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:71576: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:71584: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:71586: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:70146:19: note: passing argument to parameter 'n' here
printHexnp(usqInt n)
                  ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:71588: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:70146:19: note: passing argument to parameter 'n' here
printHexnp(usqInt n)
                  ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:71668: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:71681: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:71693: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:71704: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:71718: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:71991: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:72024: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:72030: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:72033: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:72072: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:72246: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:72261: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:72338: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:72375: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:72379: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:72382: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:72384: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:72386: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:72402: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:72448: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:72785: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:72826: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:72827: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:72874: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:72933: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:72942: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:73122: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:73207: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:73214: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:73226: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:73232: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:73236: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:73239: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:73239: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:73246: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:73260: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:73266: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:73269: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:73276: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:73279: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:73285: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:73289: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:73710: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:73722: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:73759: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:73840: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:73842: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_PR-162/repository/extracted/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:73859: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:73924: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:73932: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:73942: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:74301: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:74308: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:74310: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_PR-162/repository/extracted/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:74308: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:74314: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:74323: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:74330: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:74331: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:74332: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_PR-162/repository/extracted/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:74334: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:74379: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:74381: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_PR-162/repository/extracted/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:74379: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:74640: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:74642: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:74931: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:74933: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:74934: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:74935: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_PR-162/repository/extracted/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:74936: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:74937: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:74989: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:75011: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:75019: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:75027: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:75043: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:75051: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:75052: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:75067: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:1706: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:75124: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:75146: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:75153: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:75160: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:75180: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:75189: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:75203: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:75211: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:75212: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:75217: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:75220: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:75242:10: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqIntptr_t' (aka 'long long') [-Wint-conversion]
        ptr1[0] = (((sqIntptr_t)aPointer));
                ^ ~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:75244: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:75283: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:75293: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:75296: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:75313: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:1706: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:75319: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:75321: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_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:75330: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_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:75384: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:75391: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:75396: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:75397: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:75398: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_PR-162/repository/extracted/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:75401: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:75409: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:75411: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:75414: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:75415: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:75416: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_PR-162/repository/extracted/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:75418: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:75420: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_PR-162/repository/extracted/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:75421: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:75425: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:75426: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:75427: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:75431: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:75433: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:75434: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:75435: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_PR-162/repository/extracted/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:75436: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:75437: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:75467: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:75529: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)), (((usqInt)integerVal << 3) | 1));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:75535: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)), (((usqInt)integerVal1 << 3) | 1));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:75541: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)), (((usqInt)integerVal2 << 3) | 1));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:75547: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)), (((usqInt)integerVal3 << 3) | 1));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:75553: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)integerVal4 << 3) | 1));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:75559: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)integerVal5 << 3) | 1));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:75565: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)integerVal6 << 3) | 1));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:75571: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)integerVal7 << 3) | 1));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:75581: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:75583: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:75592: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:75594: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:75601: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)), floatObjectOf(f));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:75608: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)), floatObjectOf(f1));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:75679: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:75698: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:76328: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:76346: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:76370: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:76418: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:76426: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:76545: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:76648: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:76661: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:76663: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:76664: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:76665: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_PR-162/repository/extracted/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:76666: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:76667: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:76669: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:76705: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:76707: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:76709: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:76863: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:76876: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:76877: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:76882: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_PR-162/repository/extracted/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:76883: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:76886: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:76890: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:76917: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:77001: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:77017: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:77098: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:77100: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:77285: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:77291: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:77297: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:77303: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:77325: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:77329: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:77333: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:77337: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:77390: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:77392: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:77427: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:77429: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:77446: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:77458: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:77503: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:77523: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:77527: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:77531: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:77534: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:77515:2: warning: expression result unused [-Wunused-value]
        !GIV(primFailCode);
        ^    ~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:77561: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:77574: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:77631: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:77633: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:77665: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:77674: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:77681: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:77968: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:77986: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:77998: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:78001: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:78019: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:78040: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:78047: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:51036:18: note: passing argument to parameter 'address' here
isInMemory(sqInt address)
                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:78080: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:78108: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:78126: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:78142: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:78158: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:78225: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:78253: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:78271: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:78287: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:78289: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:78305: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:78369: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:78398: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:78404: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:78435: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:78437: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:78467: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:78472: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:78476: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:78477: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:78478: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_PR-162/repository/extracted/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:78479: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:78483: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:78484: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:78485: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_PR-162/repository/extracted/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:78486: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:78488: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:78498: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:78499: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:78500: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_PR-162/repository/extracted/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:78502: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:78510: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:78517: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:78548: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:78584: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:78592: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:78614: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:78883: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:78906: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:78908: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:79006: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:79031: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:79033: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:79035: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:79185: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:79206: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:79208: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:79266: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:79282: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:79284: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:79303: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:79324: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:79326: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:79383: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:79399: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:79401: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:79418: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:79439: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:79441: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:79498: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:79514: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:79516: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:79533: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:79554: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:79556: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:79612: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:79628: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:79630: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:79647: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:79668: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:79670: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:79727: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:79743: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:79745: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:79762: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:79783: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:79785: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:79842: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:79858: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:79860: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:79877: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:79897: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:79899: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:79955: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:79970: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:79972: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:79988: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:80009: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:80011: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:80070: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:80086: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:80088: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:80107: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:80128: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:80130: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:80187: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:80203: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:80205: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:80222: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:80242: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:80244: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:80299: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:80314: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:80316: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:80332: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:80353: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:80355: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:80414: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:80451: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:80488: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:80490: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:80535: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_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:80571: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_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:80580: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:80583: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:80604: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:80606: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:80662: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:80677: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:80679: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:80695: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:80716: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:80718: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:80777: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:80793: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:80795: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:80814: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:80835: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:80837: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:80894: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:80910: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:80912: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:80929: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:80949: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:80951: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:81006: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:81021: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:81023: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:81039: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:81108: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:81141: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:81143: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:81146: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:81174: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:81195: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:81212: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:81223: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:81229: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:81245: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:81247: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:81250: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:81250: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:81273: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:81273: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:81275: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:81306: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:81314: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:81349: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:81388: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:81425: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:81427: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:81496: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:81498: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:81584: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:81586: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:81635: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:81655: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:81668: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:81681: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:81697: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:81744: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:81746: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:81748: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:81802: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:81894: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:81913: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:81927: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:81946: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:81977: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:81979: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:81981: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:82049: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:82066: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:82068: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:82070: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:82099: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:82120: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:82122: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:82124: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:82183: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:82199: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:82201: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:82203: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:82222: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:82243: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:82245: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:82247: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:82306: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:82322: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:82324: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:82326: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:82345: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:82366: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:82368: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:82370: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:82428: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:82444: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:82446: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:82448: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:82467: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:82489: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:82491: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:82493: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:82553: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:82570: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:82572: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:82574: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:82594: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:82616: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:82618: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:82620: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:82680: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:82697: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:82699: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:82701: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:82721: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:82742: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:82744: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:82746: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:82804: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:82820: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:82822: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:82824: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:82842: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:82863: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:82865: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:82867: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:82928: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:82944: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:82946: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:82948: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:82969: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:82990: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:82992: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:82994: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:83055: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:83071: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:83073: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:83075: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:83096: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:83117: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:83119: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:83121: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:83178: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:83194: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:83196: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:83198: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:83216: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:83238: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:83240: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:83242: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:83312: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:83329: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:83331: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:83333: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:83363: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:83388: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:83390: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:83496: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:83498: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:83500: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:83563: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:83579: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:83581: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:83583: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:83606: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:83627: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:83629: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:83631: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:83692: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:83708: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:83710: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:83712: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:83733: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:83754: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:83756: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:83758: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:83819: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:83835: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:83837: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:83839: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:83860: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:83881: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:83883: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:83885: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:83947: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:83963: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:83965: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:83967: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:83990: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:84128: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:84149: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:84154: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:84363: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:84383: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:84504: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:84515: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:84516: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:84517: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_PR-162/repository/extracted/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:84519: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:84523: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:84525: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_PR-162/repository/extracted/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:84583: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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:84683: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:84707: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_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:14116:1: warning: unused function 'pageListIsWellFormed' [-Wunused-function]
pageListIsWellFormed(void)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:14536:1: warning: unused function 'asCogHomeMethod' [-Wunused-function]
asCogHomeMethod(CogBlockMethod *aCogMethod)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:17188:1: warning: unused function 'deferStackLimitSmashAroundwith' [-Wunused-function]
deferStackLimitSmashAroundwith(void (*functionSymbol)(sqInt), sqInt arg)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:18079:1: warning: unused function 'frameHasContext' [-Wunused-function]
frameHasContext(char *theFP)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:18091:1: warning: unused function 'frameIsBlockActivation' [-Wunused-function]
frameIsBlockActivation(char *theFP)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:18100:1: warning: unused function 'frameMethodObject' [-Wunused-function]
frameMethodObject(char *theFP)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:18112:1: warning: unused function 'frameNumArgs' [-Wunused-function]
frameNumArgs(char *theFP)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:18128:1: warning: unused function 'frameReceiver' [-Wunused-function]
frameReceiver(char *theFP)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:18368:1: warning: unused function 'iframeIsBlockActivation' [-Wunused-function]
iframeIsBlockActivation(char *theFP)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:18375:1: warning: unused function 'iframeReceiver' [-Wunused-function]
iframeReceiver(char *theFP)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:18382:1: warning: unused function 'iframeSavedIP' [-Wunused-function]
iframeSavedIP(char *theFP)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:18619:1: warning: unused function 'isMachineCodeFrame' [-Wunused-function]
isMachineCodeFrame(char *theFP)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:19509:1: warning: unused function 'mframeIsBlockActivation' [-Wunused-function]
mframeIsBlockActivation(char *theFP)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:19516:1: warning: unused function 'mframeReceiver' [-Wunused-function]
mframeReceiver(char *theFP)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:19932:1: warning: unused function 'newMethodInLookupCacheAtand' [-Wunused-function]
newMethodInLookupCacheAtand(sqInt selector, sqInt classTag)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:22495:1: warning: unused function 'stackLimitOffset' [-Wunused-function]
stackLimitOffset(void)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:22508:1: warning: unused function 'stackPageHeadroom' [-Wunused-function]
stackPageHeadroom(void)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:40344:1: warning: unused function 'headerWhileForwardingOf' [-Wunused-function]
headerWhileForwardingOf(sqInt aCompiledMethodObjOop)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:41605:1: warning: unused function 'isImmediateFloat' [-Wunused-function]
isImmediateFloat(sqInt oop)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:41713:1: warning: unused function 'maxSlotsForAlloc' [-Wunused-function]
maxSlotsForAlloc(void)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:41725:1: warning: unused function 'numFreeLists' [-Wunused-function]
numFreeLists(void)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:41955:1: warning: unused function 'wordIndexableFormat' [-Wunused-function]
wordIndexableFormat(void)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:42016:1: warning: unused function 'allNewSpaceObjectsHaveZeroRTRefCount' [-Wunused-function]
allNewSpaceObjectsHaveZeroRTRefCount(void)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:42095:1: warning: unused function 'allWeakSurvivorsOnWeakList' [-Wunused-function]
allWeakSurvivorsOnWeakList(void)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:42490:1: warning: unused function 'firstCorpse' [-Wunused-function]
firstCorpse(sqInt headOfCorpseList)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:42741:1: warning: unused function 'noUnfiredEphemeronsAtEndOfRememberedSet' [-Wunused-function]
noUnfiredEphemeronsAtEndOfRememberedSet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:44631:1: warning: unused function 'allObjectsUnmarked' [-Wunused-function]
allObjectsUnmarked(void)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:44746:1: warning: unused function 'allOldMarkedWeakObjectsOnWeaklingStack' [-Wunused-function]
allOldMarkedWeakObjectsOnWeaklingStack(void)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:45208:1: warning: unused function 'allocationUnit' [-Wunused-function]
allocationUnit(void)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:45219:1: warning: unused function 'allStrongSlotsOfWeaklingAreMarked' [-Wunused-function]
allStrongSlotsOfWeaklingAreMarked(sqInt aWeakling)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:45245:1: warning: unused function 'allUnscannedEphemeronsAreActive' [-Wunused-function]
allUnscannedEphemeronsAreActive(void)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:45277:1: warning: unused function 'assertInnerValidFreeObject' [-Wunused-function]
assertInnerValidFreeObject(sqInt objOop)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:45867:1: warning: unused function 'bitsSetInFreeSpaceMaskForAllFreeLists' [-Wunused-function]
bitsSetInFreeSpaceMaskForAllFreeLists(void)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:45929:1: warning: unused function 'bridgeSize' [-Wunused-function]
bridgeSize(void)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:45936:1: warning: unused function 'byteFormatMask' [-Wunused-function]
byteFormatMask(void)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:47270:1: warning: unused function 'classIndexFieldWidth' [-Wunused-function]
classIndexFieldWidth(void)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:47407:1: warning: unused function 'classTableRootSlots' [-Wunused-function]
classTableRootSlots(void)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:48471:1: warning: unused function 'ephemeronFormat' [-Wunused-function]
ephemeronFormat(void)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:48478:1: warning: unused function 'existInstancesInNewSpaceOf' [-Wunused-function]
existInstancesInNewSpaceOf(sqInt classObj)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:48686:1: warning: unused function 'fetchPointerofFreeChunk' [-Wunused-function]
fetchPointerofFreeChunk(sqInt fieldIndex, sqInt objOop)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:49050:1: warning: unused function 'firstFixedFieldOfMaybeImmediate' [-Wunused-function]
firstFixedFieldOfMaybeImmediate(sqInt oop)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:49364:1: warning: unused function 'forwardedFormat' [-Wunused-function]
forwardedFormat(void)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:49375:1: warning: unused function 'forwardersIn' [-Wunused-function]
forwardersIn(sqInt anObject)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:49401:1: warning: unused function 'freeChunkNextIndex' [-Wunused-function]
freeChunkNextIndex(void)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:49411:1: warning: unused function 'freeChunkParentIndex' [-Wunused-function]
freeChunkParentIndex(void)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:49422:1: warning: unused function 'freeChunkPrevIndex' [-Wunused-function]
freeChunkPrevIndex(void)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:49610:1: warning: unused function 'goodContextSize' [-Wunused-function]
goodContextSize(sqInt oop)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:49706:1: warning: unused function 'hasSpurMemoryManagerAPI' [-Wunused-function]
hasSpurMemoryManagerAPI(void)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:49779:1: warning: unused function 'hiddenRootSlots' [-Wunused-function]
hiddenRootSlots(void)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:49786:1: warning: unused function 'hiddenRootsObject' [-Wunused-function]
hiddenRootsObject(void)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:50835:1: warning: unused function 'isCompiledMethodHeader' [-Wunused-function]
isCompiledMethodHeader(sqInt objHeader)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:50852:1: warning: unused function 'isContextHeader' [-Wunused-function]
isContextHeader(sqInt aHeader)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:50870:1: warning: unused function 'isCopiedIntoSegment' [-Wunused-function]
isCopiedIntoSegment(sqInt anObjectInTheHeap)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:50893:1: warning: unused function 'isEnumerableObjectNoAssert' [-Wunused-function]
isEnumerableObjectNoAssert(sqInt objOop)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:50929:1: warning: unused function 'isEphemeron' [-Wunused-function]
isEphemeron(sqInt objOop)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:50949:1: warning: unused function 'isForwardedClassTag' [-Wunused-function]
isForwardedClassTag(sqInt classIndex)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:50974:1: warning: unused function 'isFreeObject' [-Wunused-function]
isFreeObject(sqInt objOop)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:50981:1: warning: unused function 'isFreeOop' [-Wunused-function]
isFreeOop(sqInt oop)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:50996:1: warning: unused function 'isInClassTable' [-Wunused-function]
isInClassTable(sqInt objOop)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:51019:1: warning: unused function 'isInEden' [-Wunused-function]
isInEden(sqInt objOop)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:51026:1: warning: unused function 'isInFutureSpace' [-Wunused-function]
isInFutureSpace(sqInt address)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:51061:1: warning: unused function 'isInNewSpace' [-Wunused-function]
isInNewSpace(sqInt objOop)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:51076:1: warning: unused function 'isInPastSpace' [-Wunused-function]
isInPastSpace(sqInt address)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:51083:1: warning: unused function 'isLargeFreeObject' [-Wunused-function]
isLargeFreeObject(sqInt objOop)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:51090:1: warning: unused function 'isMaybeFiredEphemeron' [-Wunused-function]
isMaybeFiredEphemeron(sqInt objOop)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:51109:1: warning: unused function 'isObjEphemeron' [-Wunused-function]
isObjEphemeron(sqInt objOop)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:51120:1: warning: unused function 'isObjImmutable' [-Wunused-function]
isObjImmutable(sqInt anOop)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:51223:1: warning: unused function 'isRemembered' [-Wunused-function]
isRemembered(sqInt objOop)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:51233:1: warning: unused function 'isSegmentBridge' [-Wunused-function]
isSegmentBridge(sqInt objOop)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:51240:1: warning: unused function 'isSemaphoreOop' [-Wunused-function]
isSemaphoreOop(sqInt anOop)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:51300:1: warning: unused function 'isValidObjStackAt' [-Wunused-function]
isValidObjStackAt(sqInt objStackRootIndex)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:51447:1: warning: unused function 'isWeakNonImm' [-Wunused-function]
isWeakNonImm(sqInt objOop)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:51585:1: warning: unused function 'knownClassAtIndex' [-Wunused-function]
knownClassAtIndex(sqInt classIndex)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:51594:1: warning: unused function 'lastPointerFormat' [-Wunused-function]
lastPointerFormat(void)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:51723:1: warning: unused function 'lengthOfMaybeImmediate' [-Wunused-function]
lengthOfMaybeImmediate(sqInt oop)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:54009:1: warning: unused function 'maybeSimulatedAddressOf' [-Wunused-function]
maybeSimulatedAddressOf(sqInt aSymbol)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:54087:1: warning: unused function 'newSpaceIsEmpty' [-Wunused-function]
newSpaceIsEmpty(void)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:54322:1: warning: unused function 'noUnscannedEphemerons' [-Wunused-function]
noUnscannedEphemerons(void)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:58460:1: warning: unused function 'slidingCompactionInProgress' [-Wunused-function]
slidingCompactionInProgress(void)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:58528:1: warning: unused function 'startOfObject' [-Wunused-function]
startOfObject(sqInt objOop)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:59569:1: warning: unused function 'validClassTableHashes' [-Wunused-function]
validClassTableHashes(void)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:59650:1: warning: unused function 'validFreeTreeChunk' [-Wunused-function]
validFreeTreeChunk(sqInt chunk)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:59693:1: warning: unused function 'validObjStacks' [-Wunused-function]
validObjStacks(void)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:60445:1: warning: unused function 'isMobile' [-Wunused-function]
isMobile(sqInt obj)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:60456:1: warning: unused function 'isPostMobile' [-Wunused-function]
isPostMobile(sqInt obj)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:60723:1: warning: unused function 'savedFirstFieldsSpaceWasAllocated' [-Wunused-function]
savedFirstFieldsSpaceWasAllocated(void)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:61620:1: warning: unused function 'validRelocationPlanInPass' [-Wunused-function]
validRelocationPlanInPass(sqInt onePass)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:61685:1: warning: unused function 'segLimit' [-Wunused-function]
segLimit(SpurSegmentInfo * self_in_segLimit)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:61780:1: warning: unused function 'allBridgesMarked' [-Wunused-function]
allBridgesMarked(void)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:61830:1: warning: unused function 'bridgeAt' [-Wunused-function]
bridgeAt(sqInt segIndex)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:61845:1: warning: unused function 'bridgeFor' [-Wunused-function]
bridgeFor(SpurSegmentInfo *aSegment)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:61968:1: warning: unused function 'isInSegments' [-Wunused-function]
isInSegments(usqInt address)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:61989:1: warning: unused function 'isValidSegmentBridge' [-Wunused-function]
isValidSegmentBridge(sqInt objOop)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:62291:1: warning: unused function 'segmentOverlap' [-Wunused-function]
segmentOverlap(void)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:62645:1: warning: unused function 'allOnesAsCharStar' [-Wunused-function]
allOnesAsCharStar(void)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:62728:1: warning: unused function 'assertValidStackLimits' [-Wunused-function]
assertValidStackLimits(sqInt ln)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:63463:1: warning: unused function 'checkStackPointerForMaybeMarriedContext' [-Wunused-function]
checkStackPointerForMaybeMarriedContext(sqInt aContext)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:63618:1: warning: unused function 'contexthasValidInversePCMappingOfin' [-Wunused-function]
contexthasValidInversePCMappingOfin(sqInt aContext, sqInt theIP, char *theFP)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:63720:1: warning: unused function 'cr' [-Wunused-function]
cr(void)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:66347:1: warning: unused function 'ifCurrentStackPageHasValidHeadPointers' [-Wunused-function]
ifCurrentStackPageHasValidHeadPointers(StackPage *thePage)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:66368:1: warning: unused function 'iframeMethod' [-Wunused-function]
iframeMethod(char *theFP)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:66425:1: warning: unused function 'isBaseFrame' [-Wunused-function]
isBaseFrame(char *theFP)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:66531:1: warning: unused function 'isMarriedOrWidowedContext' [-Wunused-function]
isMarriedOrWidowedContext(sqInt aContext)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:66550:1: warning: unused function 'isMetaPrimitiveIndex' [-Wunused-function]
isMetaPrimitiveIndex(sqInt primIndex)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:66563:1: warning: unused function 'isNullExternalPrimitiveCall' [-Wunused-function]
isNullExternalPrimitiveCall(sqInt aMethodObj)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:66588:1: warning: unused function 'isPrimitiveFunctionPointerAnIndex' [-Wunused-function]
isPrimitiveFunctionPointerAnIndex(void)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:68454:1: warning: unused function 'maybeLeakCheckExternalPrimCall' [-Wunused-function]
maybeLeakCheckExternalPrimCall(sqInt aMethodObj)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:68905:1: warning: unused function 'noMarkedContextsOnPage' [-Wunused-function]
noMarkedContextsOnPage(StackPage *thePage)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:71679:1: warning: unused function 'pushedReceiverOrClosureOfFrame' [-Wunused-function]
pushedReceiverOrClosureOfFrame(char *theFP)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:72577:1: warning: unused function 'saneFunctionPointerForFailureOfPrimIndex' [-Wunused-function]
saneFunctionPointerForFailureOfPrimIndex(sqInt primIndex)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:73310:1: warning: unused function 'space' [-Wunused-function]
space(void)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:73744:1: warning: unused function 'stackLimitBytes' [-Wunused-function]
stackLimitBytes(void)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:74624:1: warning: unused function 'validBCPCinMethod' [-Wunused-function]
validBCPCinMethod(sqInt thePC, usqInt aMethod)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:74638:1: warning: unused function 'validInstructionPointerinFrame' [-Wunused-function]
validInstructionPointerinFrame(usqInt anInstrPointer, char *fp)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:74651:1: warning: unused function 'validStackPageBaseFrames' [-Wunused-function]
validStackPageBaseFrames(void)
^
2471 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=56 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/src/common/sqHeapMap.c
[ 33%] 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=56 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/src/common/sqVirtualMachine.c
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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=56 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/src/common/sqNamedPrims.c
[ 34%] 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=56 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/src/common/sqExternalSemaphores.c
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/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=56 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/src/common/sqTicker.c
[ 35%] 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=56 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/src/win/sqWin32SpurAlloc.c
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/src/win/sqWin32SpurAlloc.c:85: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=56 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/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=56 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/src/debugWin.c
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/src/debugWin.c:26:31: note: passing argument to parameter 'address' here
        void printCogMethodFor(void* address);
                                     ^
1 warning generated.
[ 37%] 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=56 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/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=56 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include -I /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include/semaphores -I /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/win -I /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/ffi/include -I /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/win -I /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/win -I /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/win -I /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/win -I /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/win -I /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/win -I /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/win -I /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/win -I /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/win -I /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/win   /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/PharoDLL.rc CMakeFiles/PharoVMCore.dir/PharoDLL.rc.res
[ 38%] 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_PR-162/build'
[ 38%] Built target PharoVMCore
make  -f CMakeFiles/FilePlugin.dir/build.make CMakeFiles/FilePlugin.dir/depend
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_PR-162/build'
cd /cygdrive/c/builds/workspace/pharo-vm_PR-162/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository /cygdrive/c/builds/workspace/pharo-vm_PR-162/build /cygdrive/c/builds/workspace/pharo-vm_PR-162/build /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/FilePlugin.dir/DependInfo.cmake --color=
Dependee "/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/FilePlugin.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/FilePlugin.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/FilePlugin.dir/depend.internal".
Scanning dependencies of target FilePlugin
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_PR-162/build'
make  -f CMakeFiles/FilePlugin.dir/build.make CMakeFiles/FilePlugin.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_PR-162/build'
[ 38%] 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=56 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_FILE_SUPPORT -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/FilePlugin/src/win/sqWin32FilePrims.c
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/repository/extracted/plugins/FilePlugin/src/win/sqWin32FilePrims.c:555:1: warning: control reaches end of non-void function [-Wreturn-type]
}
^
5 warnings generated.
[ 39%] 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=56 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_FILE_SUPPORT -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/src/win/sqWin32Directory.c
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/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.
[ 39%] 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=56 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_FILE_SUPPORT -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/src/fileUtilsWin.c
[ 40%] 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=56 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_FILE_SUPPORT -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/plugins/src/FilePlugin/FilePlugin.c
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:1230:1: warning: unused function 'primitiveFileReadWithoutPinning' [-Wunused-function]
primitiveFileReadWithoutPinning(void)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:1285:1: warning: unused function 'primitiveFileReadWithPinning' [-Wunused-function]
primitiveFileReadWithPinning(void)
^
8 warnings generated.
[ 41%] 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_PR-162/build'
[ 42%] Built target FilePlugin
make  -f CMakeFiles/FileAttributesPlugin.dir/build.make CMakeFiles/FileAttributesPlugin.dir/depend
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_PR-162/build'
cd /cygdrive/c/builds/workspace/pharo-vm_PR-162/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository /cygdrive/c/builds/workspace/pharo-vm_PR-162/build /cygdrive/c/builds/workspace/pharo-vm_PR-162/build /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/FileAttributesPlugin.dir/DependInfo.cmake --color=
Dependee "/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/FileAttributesPlugin.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/FileAttributesPlugin.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/FileAttributesPlugin.dir/depend.internal".
Scanning dependencies of target FileAttributesPlugin
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_PR-162/build'
make  -f CMakeFiles/FileAttributesPlugin.dir/build.make CMakeFiles/FileAttributesPlugin.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_PR-162/build'
[ 42%] 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=56 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c
In file included from /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:23:
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/win/dirent.h:741:9: warning: unused function 'readdir' [-Wunused-function]
        readdir(
        ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/win/dirent.h:462:9: warning: unused function '_wreaddir' [-Wunused-function]
        _wreaddir(
        ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/win/dirent.h:884:9: warning: unused function 'rewinddir' [-Wunused-function]
        rewinddir(
        ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/win/dirent.h:895:9: warning: unused function 'scandir' [-Wunused-function]
        scandir(
        ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/win/dirent.h:1047:9: warning: unused function 'versionsort' [-Wunused-function]
        versionsort(
        ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:313:1: warning: unused function 'badSessionId' [-Wunused-function]
badSessionId(void)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:354:1: warning: unused function 'faSuccess' [-Wunused-function]
faSuccess(void)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:1171:1: warning: unused function 'sizeOfFaPath' [-Wunused-function]
sizeOfFaPath(void)
^
14 warnings generated.
[ 43%] 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=56 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c
[ 44%] 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=56 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/FileAttributesPlugin/src/win/faSupport.c
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/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_PR-162/repository/extracted/plugins/FileAttributesPlugin/src/win/faSupport.c:27:
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/win/dirent.h:741:9: warning: unused function 'readdir' [-Wunused-function]
        readdir(
        ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/win/dirent.h:462:9: warning: unused function '_wreaddir' [-Wunused-function]
        _wreaddir(
        ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/win/dirent.h:884:9: warning: unused function 'rewinddir' [-Wunused-function]
        rewinddir(
        ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/win/dirent.h:895:9: warning: unused function 'scandir' [-Wunused-function]
        scandir(
        ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/win/dirent.h:1047:9: warning: unused function 'versionsort' [-Wunused-function]
        versionsort(
        ^
8 warnings generated.
[ 44%] 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_PR-162/build'
[ 44%] Built target FileAttributesPlugin
make  -f CMakeFiles/JPEGReaderPlugin.dir/build.make CMakeFiles/JPEGReaderPlugin.dir/depend
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_PR-162/build'
cd /cygdrive/c/builds/workspace/pharo-vm_PR-162/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository /cygdrive/c/builds/workspace/pharo-vm_PR-162/build /cygdrive/c/builds/workspace/pharo-vm_PR-162/build /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/JPEGReaderPlugin.dir/DependInfo.cmake --color=
Dependee "/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/JPEGReaderPlugin.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/JPEGReaderPlugin.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/JPEGReaderPlugin.dir/depend.internal".
Scanning dependencies of target JPEGReaderPlugin
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_PR-162/build'
make  -f CMakeFiles/JPEGReaderPlugin.dir/build.make CMakeFiles/JPEGReaderPlugin.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_PR-162/build'
[ 44%] 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=56 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:250:1: warning: unused function 'colorConvertGrayscaleMCU' [-Wunused-function]
colorConvertGrayscaleMCU(void)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:300:1: warning: unused function 'colorConvertMCU' [-Wunused-function]
colorConvertMCU(void)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:582:1: warning: unused function 'fillBuffer' [-Wunused-function]
fillBuffer(void)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:940:1: warning: unused function 'nextSampleCb' [-Wunused-function]
nextSampleCb(void)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:976:1: warning: unused function 'nextSampleCr' [-Wunused-function]
nextSampleCr(void)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:1048:1: warning: unused function 'nextSampleY' [-Wunused-function]
nextSampleY(void)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:1780:1: warning: unused function 'stInit' [-Wunused-function]
stInit(void)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:1787:1: warning: unused function 'storeJPEGStreamOn' [-Wunused-function]
storeJPEGStreamOn(sqInt streamOop)
^
13 warnings generated.
[ 45%] 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_PR-162/build'
[ 45%] Built target JPEGReaderPlugin
make  -f CMakeFiles/SurfacePlugin.dir/build.make CMakeFiles/SurfacePlugin.dir/depend
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_PR-162/build'
cd /cygdrive/c/builds/workspace/pharo-vm_PR-162/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository /cygdrive/c/builds/workspace/pharo-vm_PR-162/build /cygdrive/c/builds/workspace/pharo-vm_PR-162/build /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/SurfacePlugin.dir/DependInfo.cmake --color=
Dependee "/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/SurfacePlugin.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/SurfacePlugin.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/SurfacePlugin.dir/depend.internal".
Scanning dependencies of target SurfacePlugin
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_PR-162/build'
make  -f CMakeFiles/SurfacePlugin.dir/build.make CMakeFiles/SurfacePlugin.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_PR-162/build'
[ 46%] Building C object CMakeFiles/SurfacePlugin.dir/extracted/plugins/SurfacePlugin/src/common/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=56 -DSurfacePlugin_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/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/SurfacePlugin.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/src/common/SurfacePlugin.c
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/src/common/SurfacePlugin.c:60:9: warning: unknown pragma ignored [-Wunknown-pragmas]
#pragma export on
        ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/src/common/SurfacePlugin.c:88:9: warning: unknown pragma ignored [-Wunknown-pragmas]
#pragma export off
        ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/src/common/SurfacePlugin.c:144:3: warning: expression result unused [-Wunused-value]
                -1;
                ^~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/src/common/SurfacePlugin.c:239:10: warning: incompatible pointer to integer conversion returning 'void *' from a function with result type 'sqInt' (aka 'long long') [-Wint-conversion]
                return NULL;
                       ^~~~
/usr/x86_64-w64-mingw32/sys-root/mingw/include/stdio.h:74:14: note: expanded from macro 'NULL'
#define NULL ((void *)0)
             ^~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/src/common/SurfacePlugin.c:290:10: warning: incompatible pointer to integer conversion returning 'void *' from a function with result type 'sqInt' (aka 'long long') [-Wint-conversion]
                return NULL;
                       ^~~~
/usr/x86_64-w64-mingw32/sys-root/mingw/include/stdio.h:74:14: note: expanded from macro 'NULL'
#define NULL ((void *)0)
             ^~~~~~~~~~~
5 warnings generated.
[ 46%] 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=56 -DSurfacePlugin_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/SurfacePlugin/src/common/sqManualSurface.c
[ 47%] 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/SurfacePlugin.c.o CMakeFiles/SurfacePlugin.dir/extracted/plugins/SurfacePlugin/src/common/sqManualSurface.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_PR-162/build'
[ 47%] Built target SurfacePlugin
make  -f CMakeFiles/MiscPrimitivePlugin.dir/build.make CMakeFiles/MiscPrimitivePlugin.dir/depend
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_PR-162/build'
cd /cygdrive/c/builds/workspace/pharo-vm_PR-162/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository /cygdrive/c/builds/workspace/pharo-vm_PR-162/build /cygdrive/c/builds/workspace/pharo-vm_PR-162/build /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/MiscPrimitivePlugin.dir/DependInfo.cmake --color=
Dependee "/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/MiscPrimitivePlugin.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/MiscPrimitivePlugin.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/MiscPrimitivePlugin.dir/depend.internal".
Scanning dependencies of target MiscPrimitivePlugin
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_PR-162/build'
make  -f CMakeFiles/MiscPrimitivePlugin.dir/build.make CMakeFiles/MiscPrimitivePlugin.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_PR-162/build'
[ 47%] 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=56 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/src/common/MiscPrimitivePlugin.c
[ 48%] 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_PR-162/build'
[ 48%] Built target MiscPrimitivePlugin
make  -f CMakeFiles/PharoConsole.dir/build.make CMakeFiles/PharoConsole.dir/depend
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_PR-162/build'
cd /cygdrive/c/builds/workspace/pharo-vm_PR-162/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository /cygdrive/c/builds/workspace/pharo-vm_PR-162/build /cygdrive/c/builds/workspace/pharo-vm_PR-162/build /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/PharoConsole.dir/DependInfo.cmake --color=
Dependee "/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/PharoConsole.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/PharoConsole.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/PharoConsole.dir/depend.internal".
Scanning dependencies of target PharoConsole
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_PR-162/build'
make  -f CMakeFiles/PharoConsole.dir/build.make CMakeFiles/PharoConsole.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_PR-162/build'
[ 48%] 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=56 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/src/unixMain.c
[ 49%] 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=56 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/win -I /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/win -I /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/win -I /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/win -I /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/win -I /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/win -I /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/win -I /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/win -I /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/win -I /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/win -I /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include -I /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/win -I /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/ffi/include   /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/PharoConsole.rc CMakeFiles/PharoConsole.dir/PharoConsole.rc.res
[ 49%] 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_PR-162/build'
[ 49%] Built target PharoConsole
make  -f CMakeFiles/SocketPlugin.dir/build.make CMakeFiles/SocketPlugin.dir/depend
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_PR-162/build'
cd /cygdrive/c/builds/workspace/pharo-vm_PR-162/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository /cygdrive/c/builds/workspace/pharo-vm_PR-162/build /cygdrive/c/builds/workspace/pharo-vm_PR-162/build /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/SocketPlugin.dir/DependInfo.cmake --color=
Dependee "/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/SocketPlugin.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/SocketPlugin.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/SocketPlugin.dir/depend.internal".
Scanning dependencies of target SocketPlugin
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_PR-162/build'
make  -f CMakeFiles/SocketPlugin.dir/build.make CMakeFiles/SocketPlugin.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_PR-162/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=56 -DSocketPlugin_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:2296:1: warning: unused function 'socketRecordSize' [-Wunused-function]
socketRecordSize(void)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:2318:1: warning: unused function 'sqAssert' [-Wunused-function]
sqAssert(sqInt aBool)
^
5 warnings generated.
[ 50%] 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=56 -DSocketPlugin_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/SocketPlugin/src/common/SocketPluginImpl.c
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/src/common/SocketPluginImpl.c:1609: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_PR-162/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_PR-162/build'
cd /cygdrive/c/builds/workspace/pharo-vm_PR-162/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository /cygdrive/c/builds/workspace/pharo-vm_PR-162/build /cygdrive/c/builds/workspace/pharo-vm_PR-162/build /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/LargeIntegers.dir/DependInfo.cmake --color=
Dependee "/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/LargeIntegers.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/LargeIntegers.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/LargeIntegers.dir/depend.internal".
Scanning dependencies of target LargeIntegers
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_PR-162/build'
make  -f CMakeFiles/LargeIntegers.dir/build.make CMakeFiles/LargeIntegers.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_PR-162/build'
[ 51%] 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=56 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/build'
cd /cygdrive/c/builds/workspace/pharo-vm_PR-162/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository /cygdrive/c/builds/workspace/pharo-vm_PR-162/build /cygdrive/c/builds/workspace/pharo-vm_PR-162/build /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/LocalePlugin.dir/DependInfo.cmake --color=
Dependee "/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/LocalePlugin.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/LocalePlugin.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/LocalePlugin.dir/depend.internal".
Scanning dependencies of target LocalePlugin
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_PR-162/build'
make  -f CMakeFiles/LocalePlugin.dir/build.make CMakeFiles/LocalePlugin.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_PR-162/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=56 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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=56 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/build'
[ 53%] Built target LocalePlugin
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_PR-162/build'
cd /cygdrive/c/builds/workspace/pharo-vm_PR-162/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository /cygdrive/c/builds/workspace/pharo-vm_PR-162/build /cygdrive/c/builds/workspace/pharo-vm_PR-162/build /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/libssh2-1.9.0.dir/DependInfo.cmake --color=
Dependee "/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/libssh2-1.9.0.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/libssh2-1.9.0.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/build'
/usr/bin/cmake.exe -E copy /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/libssh2-1.9.0-src/libssh2-1.dll /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/vm/
/usr/bin/cmake.exe -E copy /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/libssh2-1.9.0-src/libssh2.dll /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/vm/
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/build'
cd /cygdrive/c/builds/workspace/pharo-vm_PR-162/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository /cygdrive/c/builds/workspace/pharo-vm_PR-162/build /cygdrive/c/builds/workspace/pharo-vm_PR-162/build /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/JPEGReadWriter2Plugin.dir/DependInfo.cmake --color=
Dependee "/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/JPEGReadWriter2Plugin.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/JPEGReadWriter2Plugin.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/JPEGReadWriter2Plugin.dir/depend.internal".
Scanning dependencies of target JPEGReadWriter2Plugin
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_PR-162/build'
make  -f CMakeFiles/JPEGReadWriter2Plugin.dir/build.make CMakeFiles/JPEGReadWriter2Plugin.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_PR-162/build'
[ 53%] 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=56 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/Error.c
[ 54%] 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=56 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c:537:1: warning: unused function 'sqAssert' [-Wunused-function]
sqAssert(sqInt aBool)
^
1 warning generated.
[ 54%] 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=56 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapimin.c
[ 55%] 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=56 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/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/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=56 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccoefct.c
[ 56%] 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=56 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/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/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=56 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/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/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=56 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jchuff.c
[ 58%] 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=56 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcinit.c
[ 58%] 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=56 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmainct.c
[ 59%] 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=56 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/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/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=56 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmaster.c
[ 60%] 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=56 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/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/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=56 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcparam.c
[ 61%] 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=56 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/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=56 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/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/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=56 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcsample.c
[ 63%] 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=56 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/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/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=56 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapimin.c
[ 64%] 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=56 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/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/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=56 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatadst.c
[ 65%] 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=56 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/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=56 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/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/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=56 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcolor.c
[ 67%] 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=56 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/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/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=56 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c
[ 68%] 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=56 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/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/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=56 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c
[ 69%] 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=56 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmarker.c
[ 69%] 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=56 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmaster.c
[ 70%] 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=56 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/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=56 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c
[ 71%] 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=56 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdpostct.c
[ 72%] 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=56 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/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/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=56 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdtrans.c
[ 73%] 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=56 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/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/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=56 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctflt.c
[ 74%] 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=56 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/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=56 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctint.c
[ 75%] 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=56 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctflt.c
Running on pharo-ci-jenkins2-bootstrap-unix in /builds/workspace/pharo-vm_PR-162
[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] stage
[Pipeline] { (Checkout-Linux-x86_64)
[ 76%] 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=56 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctfst.c
[Pipeline] dir
Running in /builds/workspace/pharo-vm_PR-162/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
[ 76%] 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=56 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctint.c
Cloning repository https://github.com/pharo-project/opensmalltalk-vm.git
 > git init /builds/workspace/pharo-vm_PR-162/repository # timeout=10
Fetching upstream changes from https://github.com/pharo-project/opensmalltalk-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 https://github.com/pharo-project/opensmalltalk-vm.git +refs/heads/*:refs/remotes/origin/* # timeout=10
[ 77%] 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=56 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/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/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=56 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatadst.c
[ 78%] 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=56 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/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=56 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemmgr.c
[ 79%] 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=56 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/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=56 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/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/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=56 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant2.c
[ 81%] 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=56 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/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/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=56 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/sqJPEGReadWriter2Plugin.c
[ 82%] 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_PR-162/build'
[ 82%] Built target JPEGReadWriter2Plugin
make  -f CMakeFiles/UUIDPlugin.dir/build.make CMakeFiles/UUIDPlugin.dir/depend
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_PR-162/build'
cd /cygdrive/c/builds/workspace/pharo-vm_PR-162/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository /cygdrive/c/builds/workspace/pharo-vm_PR-162/build /cygdrive/c/builds/workspace/pharo-vm_PR-162/build /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/UUIDPlugin.dir/DependInfo.cmake --color=
Dependee "/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/UUIDPlugin.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/UUIDPlugin.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/UUIDPlugin.dir/depend.internal".
Scanning dependencies of target UUIDPlugin
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_PR-162/build'
make  -f CMakeFiles/UUIDPlugin.dir/build.make CMakeFiles/UUIDPlugin.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_PR-162/build'
[ 82%] 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=56 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DUUIDPlugin_EXPORTS -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/plugins/UUIDPlugin/common/UUIDPlugin.c
[ 83%] 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_PR-162/build'
[ 83%] Built target UUIDPlugin
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_PR-162/build'
cd /cygdrive/c/builds/workspace/pharo-vm_PR-162/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository /cygdrive/c/builds/workspace/pharo-vm_PR-162/build /cygdrive/c/builds/workspace/pharo-vm_PR-162/build /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/SDL2-2.0.5.dir/DependInfo.cmake --color=
Dependee "/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/SDL2-2.0.5.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/SDL2-2.0.5.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/build'
/usr/bin/cmake.exe -E copy /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/SDL2-2.0.5-src/SDL2.dll /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/vm/
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_PR-162/build'
[ 83%] 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_PR-162/build'
cd /cygdrive/c/builds/workspace/pharo-vm_PR-162/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository /cygdrive/c/builds/workspace/pharo-vm_PR-162/build /cygdrive/c/builds/workspace/pharo-vm_PR-162/build /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/libpng-1.6.34.dir/DependInfo.cmake --color=
Dependee "/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/libpng-1.6.34.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/libpng-1.6.34.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/build'
/usr/bin/cmake.exe -E copy /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/libpng-1.6.34-src/libpng16-16.dll /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/vm/
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_PR-162/build'
[ 83%] 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_PR-162/build'
cd /cygdrive/c/builds/workspace/pharo-vm_PR-162/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository /cygdrive/c/builds/workspace/pharo-vm_PR-162/build /cygdrive/c/builds/workspace/pharo-vm_PR-162/build /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/pixman-0.34.0.dir/DependInfo.cmake --color=
Dependee "/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/pixman-0.34.0.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/pixman-0.34.0.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/build'
/usr/bin/cmake.exe -E copy /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/pixman-0.34.0-src/libpixman-1-0.dll /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/vm/
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_PR-162/build'
[ 83%] 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_PR-162/build'
cd /cygdrive/c/builds/workspace/pharo-vm_PR-162/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository /cygdrive/c/builds/workspace/pharo-vm_PR-162/build /cygdrive/c/builds/workspace/pharo-vm_PR-162/build /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/freetype-2.9.1.dir/DependInfo.cmake --color=
Dependee "/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/freetype-2.9.1.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/freetype-2.9.1.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/build'
/usr/bin/cmake.exe -E copy /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/freetype-2.9.1-src/libfreetype-6.dll /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/vm/
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_PR-162/build'
[ 83%] Built target freetype-2.9.1
make  -f CMakeFiles/B2DPlugin.dir/build.make CMakeFiles/B2DPlugin.dir/depend
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_PR-162/build'
cd /cygdrive/c/builds/workspace/pharo-vm_PR-162/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository /cygdrive/c/builds/workspace/pharo-vm_PR-162/build /cygdrive/c/builds/workspace/pharo-vm_PR-162/build /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/B2DPlugin.dir/DependInfo.cmake --color=
Dependee "/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/B2DPlugin.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/B2DPlugin.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/B2DPlugin.dir/depend.internal".
Scanning dependencies of target B2DPlugin
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_PR-162/build'
make  -f CMakeFiles/B2DPlugin.dir/build.make CMakeFiles/B2DPlugin.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_PR-162/build'
[ 83%] 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=56 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:851:1: warning: unused function 'aaColorMaskGet' [-Wunused-function]
aaColorMaskGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:865:1: warning: unused function 'aaColorShiftGet' [-Wunused-function]
aaColorShiftGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:897:1: warning: unused function 'aaHalfPixelGet' [-Wunused-function]
aaHalfPixelGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:921:1: warning: unused function 'aaLevelGet' [-Wunused-function]
aaLevelGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:935:1: warning: unused function 'aaScanMaskGet' [-Wunused-function]
aaScanMaskGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:949:1: warning: unused function 'aaShiftGet' [-Wunused-function]
aaShiftGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1036:1: warning: unused function 'adjustAALevel' [-Wunused-function]
adjustAALevel(void)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1175:1: warning: unused function 'aetStartGet' [-Wunused-function]
aetStartGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1189:1: warning: unused function 'aetUsedGet' [-Wunused-function]
aetUsedGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1220:1: warning: unused function 'allocateBezier' [-Wunused-function]
allocateBezier(void)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1240:1: warning: unused function 'allocateBezierStackEntry' [-Wunused-function]
allocateBezierStackEntry(void)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1364:1: warning: unused function 'allocateLine' [-Wunused-function]
allocateLine(void)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1430:1: warning: unused function 'allocateStackFillEntry' [-Wunused-function]
allocateStackFillEntry(void)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1443:1: warning: unused function 'allocateWideBezier' [-Wunused-function]
allocateWideBezier(void)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1463:1: warning: unused function 'allocateWideLine' [-Wunused-function]
allocateWideLine(void)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2218:1: warning: unused function 'clearSpanBufferGet' [-Wunused-function]
clearSpanBufferGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2232:1: warning: unused function 'clipMaxXGet' [-Wunused-function]
clipMaxXGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2246:1: warning: unused function 'clipMaxYGet' [-Wunused-function]
clipMaxYGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2260:1: warning: unused function 'clipMinXGet' [-Wunused-function]
clipMinXGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2274:1: warning: unused function 'clipMinYGet' [-Wunused-function]
clipMinYGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2295:1: warning: unused function 'colorTransform' [-Wunused-function]
colorTransform(void)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2672:1: warning: unused function 'currentYGet' [-Wunused-function]
currentYGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2686:1: warning: unused function 'currentZGet' [-Wunused-function]
currentZGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2700:1: warning: unused function 'destOffsetXGet' [-Wunused-function]
destOffsetXGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2714:1: warning: unused function 'destOffsetYGet' [-Wunused-function]
destOffsetYGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2877:1: warning: unused function 'edgeTransform' [-Wunused-function]
edgeTransform(void)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3086:1: warning: unused function 'fillBitmapSpan' [-Wunused-function]
fillBitmapSpan(void)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3924:1: warning: unused function 'fillLinearGradient' [-Wunused-function]
fillLinearGradient(void)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4152:1: warning: unused function 'fillMaxXGet' [-Wunused-function]
fillMaxXGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4166:1: warning: unused function 'fillMaxYGet' [-Wunused-function]
fillMaxYGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4180:1: warning: unused function 'fillMinXGet' [-Wunused-function]
fillMinXGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4194:1: warning: unused function 'fillMinYGet' [-Wunused-function]
fillMinYGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4236:1: warning: unused function 'fillOffsetXGet' [-Wunused-function]
fillOffsetXGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4250:1: warning: unused function 'fillOffsetYGet' [-Wunused-function]
fillOffsetYGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4477:1: warning: unused function 'fillRadialGradient' [-Wunused-function]
fillRadialGradient(void)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5446:1: warning: unused function 'finishedProcessing' [-Wunused-function]
finishedProcessing(void)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5453:1: warning: unused function 'firstPointListGet' [-Wunused-function]
firstPointListGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5467:1: warning: unused function 'freeStackFillEntry' [-Wunused-function]
freeStackFillEntry(void)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5509:1: warning: unused function 'getStartGet' [-Wunused-function]
getStartGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5523:1: warning: unused function 'getUsedGet' [-Wunused-function]
getUsedGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5558:1: warning: unused function 'hasColorTransform' [-Wunused-function]
hasColorTransform(void)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5565:1: warning: unused function 'hasColorTransformGet' [-Wunused-function]
hasColorTransformGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5579:1: warning: unused function 'hasEdgeTransform' [-Wunused-function]
hasEdgeTransform(void)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5586:1: warning: unused function 'hasEdgeTransformGet' [-Wunused-function]
hasEdgeTransformGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6007:1: warning: unused function 'lastExportedEdgeGet' [-Wunused-function]
lastExportedEdgeGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6021:1: warning: unused function 'lastExportedFillGet' [-Wunused-function]
lastExportedFillGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6035:1: warning: unused function 'lastExportedLeftXGet' [-Wunused-function]
lastExportedLeftXGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6049:1: warning: unused function 'lastExportedRightXGet' [-Wunused-function]
lastExportedRightXGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8973:1: warning: unused function 'magicNumberGet' [-Wunused-function]
magicNumberGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8987:1: warning: unused function 'makeRectFromPoints' [-Wunused-function]
makeRectFromPoints(void)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9058:1: warning: unused function 'needsFlush' [-Wunused-function]
needsFlush(void)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9065:1: warning: unused function 'needsFlushGet' [-Wunused-function]
needsFlushGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9132:1: warning: unused function 'objStartGet' [-Wunused-function]
objStartGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9146:1: warning: unused function 'objUsedGet' [-Wunused-function]
objUsedGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9185:1: warning: unused function 'point1Get' [-Wunused-function]
point1Get(void)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9192:1: warning: unused function 'point2Get' [-Wunused-function]
point2Get(void)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9199:1: warning: unused function 'point3Get' [-Wunused-function]
point3Get(void)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9206:1: warning: unused function 'point4Get' [-Wunused-function]
point4Get(void)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12495:1: warning: unused function 'returnWideBezierFill' [-Wunused-function]
returnWideBezierFill(void)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12502:1: warning: unused function 'returnWideBezierWidth' [-Wunused-function]
returnWideBezierWidth(void)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12512:1: warning: unused function 'returnWideLineFill' [-Wunused-function]
returnWideLineFill(void)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12522:1: warning: unused function 'returnWideLineWidth' [-Wunused-function]
returnWideLineWidth(void)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12748:1: warning: unused function 'sortGlobalEdgeTable' [-Wunused-function]
sortGlobalEdgeTable(void)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12756:1: warning: unused function 'spanEndAAGet' [-Wunused-function]
spanEndAAGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12770:1: warning: unused function 'spanEndGet' [-Wunused-function]
spanEndGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12784:1: warning: unused function 'spanSizeGet' [-Wunused-function]
spanSizeGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12798:1: warning: unused function 'spanStartGet' [-Wunused-function]
spanStartGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12833:1: warning: unused function 'stackFillEntryLength' [-Wunused-function]
stackFillEntryLength(void)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12854:1: warning: unused function 'stackFillSize' [-Wunused-function]
stackFillSize(void)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12875:1: warning: unused function 'stateGet' [-Wunused-function]
stateGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12894:1: warning: unused function 'stepToFirstBezier' [-Wunused-function]
stepToFirstBezier(void)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13033:1: warning: unused function 'stepToFirstLine' [-Wunused-function]
stepToFirstLine(void)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13140:1: warning: unused function 'stepToFirstWideBezier' [-Wunused-function]
stepToFirstWideBezier(void)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13244:1: warning: unused function 'stepToFirstWideLine' [-Wunused-function]
stepToFirstWideLine(void)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13388:1: warning: unused function 'stepToNextBezier' [-Wunused-function]
stepToNextBezier(void)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13515:1: warning: unused function 'stepToNextLine' [-Wunused-function]
stepToNextLine(void)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13686:1: warning: unused function 'stepToNextWideLine' [-Wunused-function]
stepToNextWideLine(void)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13823:1: warning: unused function 'stopReasonGet' [-Wunused-function]
stopReasonGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14334:1: warning: unused function 'topFillDepth' [-Wunused-function]
topFillDepth(void)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14356:1: warning: unused function 'topFillRightX' [-Wunused-function]
topFillRightX(void)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14378:1: warning: unused function 'topFillValue' [-Wunused-function]
topFillValue(void)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14872:1: warning: unused function 'wbSizeGet' [-Wunused-function]
wbSizeGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14886:1: warning: unused function 'wbStackClear' [-Wunused-function]
wbStackClear(void)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14916:1: warning: unused function 'wbStackSize' [-Wunused-function]
wbStackSize(void)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14937:1: warning: unused function 'wbTopGet' [-Wunused-function]
wbTopGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15118:1: warning: unused function 'workBufferPut' [-Wunused-function]
workBufferPut(sqInt wbOop)
^
324 warnings generated.
[ 84%] 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_PR-162/build'
[ 84%] 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_PR-162/build'
cd /cygdrive/c/builds/workspace/pharo-vm_PR-162/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository /cygdrive/c/builds/workspace/pharo-vm_PR-162/build /cygdrive/c/builds/workspace/pharo-vm_PR-162/build /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/libgit2-win-1.0.0.dir/DependInfo.cmake --color=
Dependee "/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/libgit2-win-1.0.0.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/libgit2-win-1.0.0.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/build'
/usr/bin/cmake.exe -E copy /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/libgit2-win-1.0.0-src/libgit2-1-0-0.dll /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/vm/
/usr/bin/cmake.exe -E copy /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/libgit2-win-1.0.0-src/libpcre-1.dll /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/vm/
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_PR-162/build'
[ 84%] 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_PR-162/build'
cd /cygdrive/c/builds/workspace/pharo-vm_PR-162/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository /cygdrive/c/builds/workspace/pharo-vm_PR-162/build /cygdrive/c/builds/workspace/pharo-vm_PR-162/build /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/openssl-1.0.2q-fixLigGit.dir/DependInfo.cmake --color=
Dependee "/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/openssl-1.0.2q-fixLigGit.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/openssl-1.0.2q-fixLigGit.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/build'
/usr/bin/cmake.exe -E copy /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/openssl-1.0.2q-fixLigGit-src/libeay32.dll /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/vm/
/usr/bin/cmake.exe -E copy /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/openssl-1.0.2q-fixLigGit-src/ssleay32.dll /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/vm/
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_PR-162/build'
[ 84%] 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_PR-162/build'
cd /cygdrive/c/builds/workspace/pharo-vm_PR-162/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository /cygdrive/c/builds/workspace/pharo-vm_PR-162/build /cygdrive/c/builds/workspace/pharo-vm_PR-162/build /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/DSAPrims.dir/DependInfo.cmake --color=
Dependee "/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/DSAPrims.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/DSAPrims.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/DSAPrims.dir/depend.internal".
Scanning dependencies of target DSAPrims
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_PR-162/build'
make  -f CMakeFiles/DSAPrims.dir/build.make CMakeFiles/DSAPrims.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_PR-162/build'
[ 84%] 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=56 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/DSAPrims/src/common/DSAPrims.c
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/DSAPrims/src/common/DSAPrims.c:144:1: warning: unused function 'bigDivideLoop' [-Wunused-function]
bigDivideLoop(void)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/DSAPrims/src/common/DSAPrims.c:675:1: warning: unused function 'subtractDivisorMultipliedByDigitdigitShift' [-Wunused-function]
subtractDivisorMultipliedByDigitdigitShift(sqInt digit, sqInt digitShift)
^
4 warnings generated.
[ 85%] 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_PR-162/build'
[ 85%] Built target DSAPrims
make  -f CMakeFiles/BitBltPlugin.dir/build.make CMakeFiles/BitBltPlugin.dir/depend
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_PR-162/build'
cd /cygdrive/c/builds/workspace/pharo-vm_PR-162/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository /cygdrive/c/builds/workspace/pharo-vm_PR-162/build /cygdrive/c/builds/workspace/pharo-vm_PR-162/build /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/BitBltPlugin.dir/DependInfo.cmake --color=
Dependee "/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/BitBltPlugin.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/BitBltPlugin.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/BitBltPlugin.dir/depend.internal".
Scanning dependencies of target BitBltPlugin
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_PR-162/build'
make  -f CMakeFiles/BitBltPlugin.dir/build.make CMakeFiles/BitBltPlugin.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_PR-162/build'
[ 85%] 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=56 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:411:1: warning: unused function 'affectedBottom' [-Wunused-function]
affectedBottom(void)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:418:1: warning: unused function 'affectedLeft' [-Wunused-function]
affectedLeft(void)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:425:1: warning: unused function 'affectedRight' [-Wunused-function]
affectedRight(void)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:432:1: warning: unused function 'affectedTop' [-Wunused-function]
affectedTop(void)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1133:1: warning: unused function 'checkSourceOverlap' [-Wunused-function]
checkSourceOverlap(void)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1271:1: warning: unused function 'copyBitsFastPathSpecialised' [-Wunused-function]
copyBitsFastPathSpecialised(void)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2494:1: warning: unused function 'default8To32Table' [-Wunused-function]
default8To32Table(void)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2563:1: warning: unused function 'destMaskAndPointerInit' [-Wunused-function]
destMaskAndPointerInit(void)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3066:1: warning: unused function 'loadBitBltDestForm' [-Wunused-function]
loadBitBltDestForm(void)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3551:1: warning: unused function 'loadBitBltSourceForm' [-Wunused-function]
loadBitBltSourceForm(void)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3641:1: warning: unused function 'loadColorMap' [-Wunused-function]
loadColorMap(void)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3773:1: warning: unused function 'loadHalftoneForm' [-Wunused-function]
loadHalftoneForm(void)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:4637:1: warning: unused function 'performCopyLoop' [-Wunused-function]
performCopyLoop(void)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6764:1: warning: unused function 'showDisplayBits' [-Wunused-function]
showDisplayBits(void)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6780:1: warning: unused function 'sourceSkewAndPointerInit' [-Wunused-function]
sourceSkewAndPointerInit(void)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:7033:1: warning: unused function 'tryCopyingBitsQuickly' [-Wunused-function]
tryCopyingBitsQuickly(void)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:7160:1: warning: unused function 'warpBits' [-Wunused-function]
warpBits(void)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:7802:1: warning: unused function 'warpLoopSetup' [-Wunused-function]
warpLoopSetup(void)
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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)
^
Using shallow fetch with depth 2
Merging remotes/origin/headless commit 42a6888edec2249901c8a5ee555e3a71bd56e906 into PR head commit 1181fa2ec3cb2642bb60622d6a5899ec91535504
41 warnings generated.
[ 86%] 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 
Merge succeeded, producing 1181fa2ec3cb2642bb60622d6a5899ec91535504
Checking out Revision 1181fa2ec3cb2642bb60622d6a5899ec91535504 (PR-162)
Commit message: "- Fixing the compilation in C - Adding more events so it is correctly tracked all executions - Using the correct time to get real information without depending on the frequency of the heartbeat"
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_PR-162/build'
[ 86%] 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_PR-162/build'
cd /cygdrive/c/builds/workspace/pharo-vm_PR-162/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository /cygdrive/c/builds/workspace/pharo-vm_PR-162/build /cygdrive/c/builds/workspace/pharo-vm_PR-162/build /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/libgit2-0.25.1-fixLibGit.dir/DependInfo.cmake --color=

GitHub has been notified of this commit’s build result

[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build-Linux-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 /builds/workspace/pharo-vm_PR-162/repository
 > git config remote.origin.url https://github.com/pharo-project/opensmalltalk-vm.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/pharo-project/opensmalltalk-vm.git # timeout=10
Fetching upstream changes from https://github.com/pharo-project/opensmalltalk-vm.git
using GIT_ASKPASS to set credentials pharo-ci using token as pass
 > git fetch --tags --progress https://github.com/pharo-project/opensmalltalk-vm.git +refs/pull/162/head:refs/remotes/origin/PR-162 +refs/heads/headless:refs/remotes/origin/headless # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 1181fa2ec3cb2642bb60622d6a5899ec91535504 # timeout=10
 > git remote # timeout=10
 > git config --get remote.origin.url # timeout=10
using GIT_ASKPASS to set credentials pharo-ci using token as pass
 > git merge 42a6888edec2249901c8a5ee555e3a71bd56e906 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 1181fa2ec3cb2642bb60622d6a5899ec91535504 # timeout=10
Dependee "/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/libgit2-0.25.1-fixLibGit.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/libgit2-0.25.1-fixLibGit.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/build'
/usr/bin/cmake.exe -E copy /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/libgit2-0.25.1-fixLibGit-src/libgit2.dll /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/vm/
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_PR-162/build'
[ 86%] 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_PR-162/build'
cd /cygdrive/c/builds/workspace/pharo-vm_PR-162/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository /cygdrive/c/builds/workspace/pharo-vm_PR-162/build /cygdrive/c/builds/workspace/pharo-vm_PR-162/build /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/cairo-1.15.4.dir/DependInfo.cmake --color=
Dependee "/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/cairo-1.15.4.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/cairo-1.15.4.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/build'
/usr/bin/cmake.exe -E copy /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/cairo-1.15.4-src/libbz2-1.dll /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/vm/
/usr/bin/cmake.exe -E copy /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/cairo-1.15.4-src/libcairo-2.dll /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/vm/
-- v8.1.0-alpha-1508-g1181fa2 - Commit: 1181fa2 - Date: 2021-03-10 11:45:06 +0100
/usr/bin/cmake.exe -E copy /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/cairo-1.15.4-src/libexpat-1.dll /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/vm/
/usr/bin/cmake.exe -E copy /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/cairo-1.15.4-src/libfontconfig-1.dll /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/vm/
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_PR-162/build'
[ 86%] 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_PR-162/build'
cd /cygdrive/c/builds/workspace/pharo-vm_PR-162/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository /cygdrive/c/builds/workspace/pharo-vm_PR-162/build /cygdrive/c/builds/workspace/pharo-vm_PR-162/build /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/SqueakSSL.dir/DependInfo.cmake --color=
Dependee "/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/SqueakSSL.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/SqueakSSL.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/SqueakSSL.dir/depend.internal".
Scanning dependencies of target SqueakSSL
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_PR-162/build'
make  -f CMakeFiles/SqueakSSL.dir/build.make CMakeFiles/SqueakSSL.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_PR-162/build'
[ 87%] 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=56 -DSqueakSSL_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/SqueakSSL/src/common/SqueakSSL.c
-- 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
[ 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=56 -DSqueakSSL_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/SqueakSSL/src/win/sqWin32SSL.c
-- 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: /builds/workspace/pharo-vm_PR-162/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
-- 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_PR-162/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'...
/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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.
[ 88%] 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_PR-162/build'
[ 88%] 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_PR-162/build'
cd /cygdrive/c/builds/workspace/pharo-vm_PR-162/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository /cygdrive/c/builds/workspace/pharo-vm_PR-162/build /cygdrive/c/builds/workspace/pharo-vm_PR-162/build /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/gcc-runtime-3.4.dir/DependInfo.cmake --color=
Dependee "/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/gcc-runtime-3.4.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/gcc-runtime-3.4.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/build'
/usr/bin/cmake.exe -E copy /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/gcc-runtime-3.4-src/iconv.dll /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/vm/
/usr/bin/cmake.exe -E copy /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/gcc-runtime-3.4-src/libgcc_s_seh-1.dll /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/vm/
/usr/bin/cmake.exe -E copy /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/gcc-runtime-3.4-src/libwinpthread-1.dll /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/vm/
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_PR-162/build'
[ 88%] 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_PR-162/build'
cd /cygdrive/c/builds/workspace/pharo-vm_PR-162/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository /cygdrive/c/builds/workspace/pharo-vm_PR-162/build /cygdrive/c/builds/workspace/pharo-vm_PR-162/build /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/zlib-1.2.11-fixLibGit.dir/DependInfo.cmake --color=
Dependee "/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/zlib-1.2.11-fixLibGit.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/zlib-1.2.11-fixLibGit.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/build'
/usr/bin/cmake.exe -E copy /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/zlib-1.2.11-fixLibGit-src/zlib1.dll /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/vm/
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_PR-162/build'
[ 88%] 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_PR-162/build'
cd /cygdrive/c/builds/workspace/pharo-vm_PR-162/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository /cygdrive/c/builds/workspace/pharo-vm_PR-162/build /cygdrive/c/builds/workspace/pharo-vm_PR-162/build /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/Pharo.dir/DependInfo.cmake --color=
Dependee "/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/Pharo.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/Pharo.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/Pharo.dir/depend.internal".
Scanning dependencies of target Pharo
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_PR-162/build'
make  -f CMakeFiles/Pharo.dir/build.make CMakeFiles/Pharo.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_PR-162/build'
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
[ 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=56 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/src/win32Main.c
-- 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
-- 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
-- Configuring done
-- Generating done
-- Build files have been written to: /builds/workspace/pharo-vm_PR-162/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_PR-162/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'
[ 89%] 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=56 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/win -I /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/win -I /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/win -I /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/win -I /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/win -I /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/win -I /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/win -I /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/win -I /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/win -I /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/win -I /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include -I /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/win -I /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/ffi/include   /cygdrive/c/builds/workspace/pharo-vm_PR-162/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 
-- [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_PR-162/build/libgit2-0.25.1-download/libgit2-0.25.1-download-prefix/src/libgit2-0.25.1.zip'
     dst='/builds/workspace/pharo-vm_PR-162/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_PR-162/build/libgit2-0.25.1-src/libgit2.so
-- /builds/workspace/pharo-vm_PR-162/build/libgit2-0.25.1-src/libgit2.so.0.25.1
-- /builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/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 74% complete]
-- [download 100% complete]
-- [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 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 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 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 74% complete]
-- [download 75% complete]
-- [download 76% complete]
-- [download 77% complete]
-- [download 78% complete]
-- [download 79% 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 96% complete]
-- [download 97% complete]
-- [download 98% complete]
-- [download 99% complete]
-- [download 100% complete]
-- Downloading... done
-- extracting...
     src='/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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 6% 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 45% complete]
-- [download 46% complete]
-- [download 47% complete]
-- [download 48% complete]
-- [download 49% complete]
-- [download 50% complete]
-- [download 51% complete]
-- [download 52% 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 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 88% 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_PR-162/build/libssh2-1.7.0-download/libssh2-1.7.0-download-prefix/src/libssh2-1.7.0.zip'
     dst='/builds/workspace/pharo-vm_PR-162/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
-- /builds/workspace/pharo-vm_PR-162/build/libssh2-1.7.0-src/libssh2.so
-- /builds/workspace/pharo-vm_PR-162/build/libssh2-1.7.0-src/libssh2.so.1
-- /builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/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 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 66% complete]
-- [download 67% complete]
-- [download 68% complete]
-- [download 69% complete]
-- [download 70% complete]
-- [download 71% complete]
-- [download 72% 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_PR-162/build/openssl-1.0.2q-download/openssl-1.0.2q-download-prefix/src/openssl-1.0.2q.zip'
     dst='/builds/workspace/pharo-vm_PR-162/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_PR-162/build/openssl-1.0.2q-src/libcrypto.so.1.0.0
-- /builds/workspace/pharo-vm_PR-162/build/openssl-1.0.2q-src/libssl.so
-- /builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/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 38% complete]
-- [download 39% complete]
-- [download 40% 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 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_PR-162/build/SDL2-2.0.7-download/SDL2-2.0.7-download-prefix/src/SDL2-2.0.7.zip'
     dst='/builds/workspace/pharo-vm_PR-162/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_PR-162/build/SDL2-2.0.7-src/libSDL2-2.0.so.0
-- /builds/workspace/pharo-vm_PR-162/build/SDL2-2.0.7-src/libSDL2-2.0.so.0.7.0
-- /builds/workspace/pharo-vm_PR-162/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_PR-162/build
[Pipeline] dir
Running in /builds/workspace/pharo-vm_PR-162/build
[Pipeline] {
[Pipeline] sh
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_PR-162/build'
[ 90%] Built target Pharo
make  -f CMakeFiles/build_vmmaker_get_vm.dir/build.make CMakeFiles/build_vmmaker_get_vm.dir/depend
+ VERBOSE=1 make install
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -S/builds/workspace/pharo-vm_PR-162/repository -B/builds/workspace/pharo-vm_PR-162/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_PR-162/build/CMakeFiles /builds/workspace/pharo-vm_PR-162/build/CMakeFiles/progress.marks
make -f CMakeFiles/Makefile2 all
make[1]: Entering directory '/builds/workspace/pharo-vm_PR-162/build'
make -f libffi-build/CMakeFiles/objlib.dir/build.make libffi-build/CMakeFiles/objlib.dir/depend
make[2]: Entering directory '/builds/workspace/pharo-vm_PR-162/build'
cd /builds/workspace/pharo-vm_PR-162/build && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_PR-162/repository /builds/workspace/pharo-vm_PR-162/build/libffi-src /builds/workspace/pharo-vm_PR-162/build /builds/workspace/pharo-vm_PR-162/build/libffi-build /builds/workspace/pharo-vm_PR-162/build/libffi-build/CMakeFiles/objlib.dir/DependInfo.cmake --color=
Dependee "/builds/workspace/pharo-vm_PR-162/build/libffi-build/CMakeFiles/objlib.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_PR-162/build/libffi-build/CMakeFiles/objlib.dir/depend.internal".
Dependee "/builds/workspace/pharo-vm_PR-162/build/libffi-build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_PR-162/build/libffi-build/CMakeFiles/objlib.dir/depend.internal".
Scanning dependencies of target objlib
make[2]: Leaving directory '/builds/workspace/pharo-vm_PR-162/build'
make -f libffi-build/CMakeFiles/objlib.dir/build.make libffi-build/CMakeFiles/objlib.dir/build
make[2]: Entering directory '/builds/workspace/pharo-vm_PR-162/build'
[  1%] Building C object libffi-build/CMakeFiles/objlib.dir/src/closures.c.o
cd /builds/workspace/pharo-vm_PR-162/build/libffi-build && /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFFI_BUILDING -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/build/libffi-build -I/builds/workspace/pharo-vm_PR-162/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_PR-162/build/libffi-src/src/closures.c
/builds/workspace/pharo-vm_PR-162/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_PR-162/build/libffi-src/include/ffi_common.h:17:0,
                 from /builds/workspace/pharo-vm_PR-162/build/libffi-src/src/closures.c:36:
/builds/workspace/pharo-vm_PR-162/build/libffi-build/include/fficonfig.h:27:0: note: this is the location of the previous definition
 #define FFI_MMAP_EXEC_WRIT 0
 ^
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_PR-162/build'
cd /cygdrive/c/builds/workspace/pharo-vm_PR-162/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository /cygdrive/c/builds/workspace/pharo-vm_PR-162/build /cygdrive/c/builds/workspace/pharo-vm_PR-162/build /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/build_vmmaker_get_vm.dir/DependInfo.cmake --color=
Dependee "/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/build_vmmaker_get_vm.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/build_vmmaker_get_vm.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/build'
[ 90%] Performing update step for 'build_vmmaker_get_vm'
cd C:/builds/workspace/pharo-vm_PR-162/build/build/vmmaker/vm && echo
[  1%] Building C object libffi-build/CMakeFiles/objlib.dir/src/java_raw_api.c.o
cd /builds/workspace/pharo-vm_PR-162/build/libffi-build && /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFFI_BUILDING -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/build/libffi-build -I/builds/workspace/pharo-vm_PR-162/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_PR-162/build/libffi-src/src/java_raw_api.c
/builds/workspace/pharo-vm_PR-162/build/libffi-src/src/java_raw_api.c: In function ‘ffi_java_raw_call’:
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/build/libffi-src/src/java_raw_api.c: In function ‘ffi_java_translate_args’:
/builds/workspace/pharo-vm_PR-162/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_PR-162/build/libffi-src/src/java_raw_api.c:45:1: note: declared here
 ffi_java_raw_size (ffi_cif *cif)
 ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/build/libffi-src/src/java_raw_api.c: In function ‘ffi_prep_java_raw_closure’:
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/build/libffi-build && /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFFI_BUILDING -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/build/libffi-build -I/builds/workspace/pharo-vm_PR-162/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_PR-162/build/libffi-src/src/prep_cif.c

[ 90%] Performing configure step for 'build_vmmaker_get_vm'
cd C:/builds/workspace/pharo-vm_PR-162/build/build/vmmaker/vm && echo
[  3%] Building C object libffi-build/CMakeFiles/objlib.dir/src/raw_api.c.o
cd /builds/workspace/pharo-vm_PR-162/build/libffi-build && /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFFI_BUILDING -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/build/libffi-build -I/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/build/libffi-build && /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFFI_BUILDING -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/build/libffi-build -I/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/build/libffi-build && /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFFI_BUILDING -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/build/libffi-build -I/builds/workspace/pharo-vm_PR-162/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_PR-162/build/libffi-src/src/x86/ffi64.c

cd C:/builds/workspace/pharo-vm_PR-162/build/build/vmmaker/vm && /usr/bin/cmake.exe -E touch C:/builds/workspace/pharo-vm_PR-162/build/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-configure
[  4%] Building ASM object libffi-build/CMakeFiles/objlib.dir/src/x86/unix64.S.o
cd /builds/workspace/pharo-vm_PR-162/build/libffi-build && /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFFI_BUILDING -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/build/libffi-build -I/builds/workspace/pharo-vm_PR-162/build/libffi-src/include  -fPIC   -o CMakeFiles/objlib.dir/src/x86/unix64.S.o -c /builds/workspace/pharo-vm_PR-162/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_PR-162/build/libffi-build && /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFFI_BUILDING -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/build/libffi-build -I/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/build/libffi-build && /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFFI_BUILDING -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/build/libffi-build -I/builds/workspace/pharo-vm_PR-162/build/libffi-src/include  -fPIC   -o CMakeFiles/objlib.dir/src/x86/win64.S.o -c /builds/workspace/pharo-vm_PR-162/build/libffi-src/src/x86/win64.S
make[2]: Leaving directory '/builds/workspace/pharo-vm_PR-162/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_PR-162/build'
cd /builds/workspace/pharo-vm_PR-162/build && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_PR-162/repository /builds/workspace/pharo-vm_PR-162/build/libffi-src /builds/workspace/pharo-vm_PR-162/build /builds/workspace/pharo-vm_PR-162/build/libffi-build /builds/workspace/pharo-vm_PR-162/build/libffi-build/CMakeFiles/ffi_shared.dir/DependInfo.cmake --color=
Dependee "/builds/workspace/pharo-vm_PR-162/build/libffi-build/CMakeFiles/ffi_shared.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_PR-162/build/libffi-build/CMakeFiles/ffi_shared.dir/depend.internal".
Dependee "/builds/workspace/pharo-vm_PR-162/build/libffi-build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_PR-162/build/libffi-build/CMakeFiles/ffi_shared.dir/depend.internal".
Scanning dependencies of target ffi_shared
make[2]: Leaving directory '/builds/workspace/pharo-vm_PR-162/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_PR-162/build'
[  6%] Linking C shared library ../build/vm/libffi.so
cd /builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/build'
cd /builds/workspace/pharo-vm_PR-162/build && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_PR-162/repository /builds/workspace/pharo-vm_PR-162/repository /builds/workspace/pharo-vm_PR-162/build /builds/workspace/pharo-vm_PR-162/build /builds/workspace/pharo-vm_PR-162/build/CMakeFiles/build_vmmaker_get_vm-build.dir/DependInfo.cmake --color=
Dependee "/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/build_vmmaker_get_vm-build.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/build_vmmaker_get_vm-build.dir/depend.internal".
Dependee "/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/build'
[  7%] 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_PR-162/build/build/vmmaker/vm
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /builds/workspace/pharo-vm_PR-162/build/build/vmmaker/vm
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /builds/workspace/pharo-vm_PR-162/build/build/vmmaker
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /builds/workspace/pharo-vm_PR-162/build/build/vmmaker/tmp
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /builds/workspace/pharo-vm_PR-162/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_PR-162/build/build/vmmaker/src
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/build/build/vmmaker && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -P /builds/workspace/pharo-vm_PR-162/build/build/vmmaker/src/build_vmmaker_get_vm-stamp/download-build_vmmaker_get_vm.cmake
-- Downloading...
   dst='/builds/workspace/pharo-vm_PR-162/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'
[ 91%] Performing build step for 'build_vmmaker_get_vm'
cd C:/builds/workspace/pharo-vm_PR-162/build/build/vmmaker/vm && echo

cd C:/builds/workspace/pharo-vm_PR-162/build/build/vmmaker/vm && /usr/bin/cmake.exe -E touch C:/builds/workspace/pharo-vm_PR-162/build/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-build
-- [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]
[ 92%] Performing install step for 'build_vmmaker_get_vm'
cd C:/builds/workspace/pharo-vm_PR-162/build/build/vmmaker/vm && echo
-- [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='/builds/workspace/pharo-vm_PR-162/build/build/vmmaker/src/PharoVM-8.6.1-e829a1d-StockReplacement-linux64-bin.zip'

cd C:/builds/workspace/pharo-vm_PR-162/build/build/vmmaker/vm && /usr/bin/cmake.exe -E touch C:/builds/workspace/pharo-vm_PR-162/build/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-install
-- Downloading... done
cd /builds/workspace/pharo-vm_PR-162/build/build/vmmaker && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -P /builds/workspace/pharo-vm_PR-162/build/build/vmmaker/src/build_vmmaker_get_vm-stamp/verify-build_vmmaker_get_vm.cmake
cd /builds/workspace/pharo-vm_PR-162/build/build/vmmaker && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -P /builds/workspace/pharo-vm_PR-162/build/build/vmmaker/src/build_vmmaker_get_vm-stamp/extract-build_vmmaker_get_vm.cmake
-- extracting...
     src='/builds/workspace/pharo-vm_PR-162/build/build/vmmaker/src/PharoVM-8.6.1-e829a1d-StockReplacement-linux64-bin.zip'
     dst='/builds/workspace/pharo-vm_PR-162/build/build/vmmaker/vm'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
cd /builds/workspace/pharo-vm_PR-162/build/build/vmmaker && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/build/build/vmmaker/vm && echo

[  9%] Performing configure step for 'build_vmmaker_get_vm'
cd /builds/workspace/pharo-vm_PR-162/build/build/vmmaker/vm && echo

cd /builds/workspace/pharo-vm_PR-162/build/build/vmmaker/vm && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /builds/workspace/pharo-vm_PR-162/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_PR-162/build/build/vmmaker/vm && echo

cd /builds/workspace/pharo-vm_PR-162/build/build/vmmaker/vm && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /builds/workspace/pharo-vm_PR-162/build/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-build
make[2]: Leaving directory '/builds/workspace/pharo-vm_PR-162/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_PR-162/build'
cd /builds/workspace/pharo-vm_PR-162/build && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_PR-162/repository /builds/workspace/pharo-vm_PR-162/repository /builds/workspace/pharo-vm_PR-162/build /builds/workspace/pharo-vm_PR-162/build /builds/workspace/pharo-vm_PR-162/build/CMakeFiles/build_vmmaker_get_image.dir/DependInfo.cmake --color=
Dependee "/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/build_vmmaker_get_image.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/build_vmmaker_get_image.dir/depend.internal".
Dependee "/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_PR-162/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_PR-162/build'
make -f CMakeFiles/build_vmmaker_get_image.dir/build.make CMakeFiles/build_vmmaker_get_image.dir/build
[ 93%] Completed 'build_vmmaker_get_vm'
/usr/bin/cmake.exe -E make_directory /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/CMakeFiles
/usr/bin/cmake.exe -E touch /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/build_vmmaker_get_vm-complete
make[2]: Entering directory '/builds/workspace/pharo-vm_PR-162/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_PR-162/build/build/vmmaker/image
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /builds/workspace/pharo-vm_PR-162/build/build/vmmaker/image
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /builds/workspace/pharo-vm_PR-162/build/build/vmmaker
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /builds/workspace/pharo-vm_PR-162/build/build/vmmaker/tmp
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /builds/workspace/pharo-vm_PR-162/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_PR-162/build/build/vmmaker/src
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/build/build/vmmaker && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -P /builds/workspace/pharo-vm_PR-162/build/build/vmmaker/src/build_vmmaker_get_image-stamp/download-build_vmmaker_get_image.cmake
-- Downloading...
   dst='/builds/workspace/pharo-vm_PR-162/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]
/usr/bin/cmake.exe -E touch C:/builds/workspace/pharo-vm_PR-162/build/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-done
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_PR-162/build'
[ 95%] Built target build_vmmaker_get_vm
make  -f build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/build.make build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/depend
-- [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]
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_PR-162/build'
cd /cygdrive/c/builds/workspace/pharo-vm_PR-162/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/ffiTestLibrary /cygdrive/c/builds/workspace/pharo-vm_PR-162/build /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/ffiTestLibrary /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/DependInfo.cmake --color=
-- [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]
Dependee "/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/ffiTestLibrary/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/depend.internal".
Scanning dependencies of target TestLibrary
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_PR-162/build'
-- [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_PR-162/build/build/vmmaker/src/Pharo9.0-SNAPSHOT.build.1144.sha.ac4bf08.arch.64bit.zip'
-- Downloading... done
cd /builds/workspace/pharo-vm_PR-162/build/build/vmmaker && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -P /builds/workspace/pharo-vm_PR-162/build/build/vmmaker/src/build_vmmaker_get_image-stamp/verify-build_vmmaker_get_image.cmake
cd /builds/workspace/pharo-vm_PR-162/build/build/vmmaker && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -P /builds/workspace/pharo-vm_PR-162/build/build/vmmaker/src/build_vmmaker_get_image-stamp/extract-build_vmmaker_get_image.cmake
-- extracting...
     src='/builds/workspace/pharo-vm_PR-162/build/build/vmmaker/src/Pharo9.0-SNAPSHOT.build.1144.sha.ac4bf08.arch.64bit.zip'
     dst='/builds/workspace/pharo-vm_PR-162/build/build/vmmaker/image'
-- extracting... [tar xfz]
make  -f build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/build.make build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/build
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
cd /builds/workspace/pharo-vm_PR-162/build/build/vmmaker && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /builds/workspace/pharo-vm_PR-162/build/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-download
[ 11%] 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_PR-162/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_PR-162/build/build/vmmaker/image && echo

[ 12%] Performing configure step for 'build_vmmaker_get_image'
cd /builds/workspace/pharo-vm_PR-162/build/build/vmmaker/image && echo

cd /builds/workspace/pharo-vm_PR-162/build/build/vmmaker/image && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /builds/workspace/pharo-vm_PR-162/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_PR-162/build/build/vmmaker/image && /builds/workspace/pharo-vm_PR-162/build/build/vmmaker/vm/pharo --headless /builds/workspace/pharo-vm_PR-162/build/build/vmmaker/image/Pharo9.0-SNAPSHOT-64bit-ac4bf08.image save VMMaker
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_PR-162/build'
[ 95%] Building C object build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/src/basic_types.c.o
cd /cygdrive/c/builds/workspace/pharo-vm_PR-162/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=56 -DTestLibrary_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/ffiTestLibrary/src/basic_types.c
cd /builds/workspace/pharo-vm_PR-162/build/build/vmmaker/image && /builds/workspace/pharo-vm_PR-162/build/build/vmmaker/vm/pharo --headless /builds/workspace/pharo-vm_PR-162/build/build/vmmaker/image/VMMaker.image --save --quit /builds/workspace/pharo-vm_PR-162/repository/scripts/installVMMaker.st /builds/workspace/pharo-vm_PR-162/repository
NewUndeclaredWarning: UndefinedObject>>DoIt (path is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (path is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (path is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (path is Undeclared)
MetacelloNotification: Fetched -> BaselineOfVMMaker-tonel.1 --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc
MetacelloNotification: Loading -> BaselineOfVMMaker-tonel.1 --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc
MetacelloNotification: Loaded -> BaselineOfVMMaker-tonel.1 --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_PR-162/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.1604592041 --- https://github.com/guillep/pharo-llvmDisassembler.git[master] --- https://github.com/guillep/pharo-llvmDisassembler.git[master]
MetacelloNotification: Loading -> BaselineOfLLVMDisassembler-CompatibleUserName.1604592041 --- https://github.com/guillep/pharo-llvmDisassembler.git[master] --- https://github.com/guillep/pharo-llvmDisassembler.git[master]
MetacelloNotification: Loaded -> BaselineOfLLVMDisassembler-CompatibleUserName.1604592041 --- 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.
[ 96%] Building C object build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/src/callback_types.c.o
cd /cygdrive/c/builds/workspace/pharo-vm_PR-162/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=56 -DTestLibrary_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/ffiTestLibrary/src/callback_types.c
MetacelloNotification: Fetched -> BaselineOfUnicorn-CompatibleUserName.1615322588 --- https://github.com/guillep/pharo-unicorn.git[master] --- https://github.com/guillep/pharo-unicorn.git[master]
MetacelloNotification: Loading -> BaselineOfUnicorn-CompatibleUserName.1615322588 --- https://github.com/guillep/pharo-unicorn.git[master] --- https://github.com/guillep/pharo-unicorn.git[master]
MetacelloNotification: Loaded -> BaselineOfUnicorn-CompatibleUserName.1615322588 --- 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_PR-162/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc
MetacelloNotification: Fetched -> Slang-Tests-tonel.1 --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc
MetacelloNotification: Fetched -> Melchor-tonel.1 --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc
MetacelloNotification: Project: Unicorn baseline
[ 96%] Building C object build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/src/callbacks.c.o
cd /cygdrive/c/builds/workspace/pharo-vm_PR-162/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=56 -DTestLibrary_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/ffiTestLibrary/src/callbacks.c
MetacelloNotification: Fetched -> Unicorn-CompatibleUserName.1615322588 --- https://github.com/guillep/pharo-unicorn.git[master] --- https://github.com/guillep/pharo-unicorn.git[master]
MetacelloNotification: Project: LLVMDisassembler baseline
MetacelloNotification: Fetched -> LLVMDisassembler-CompatibleUserName.1604592041 --- 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_PR-162/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc
MetacelloNotification: Fetched -> Printf-tonel.1 --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/ffiTestLibrary/src/callbacks.c:35:2: warning: implicit declaration of function 'sleep' is invalid in C99 [-Wimplicit-function-declaration]
        sleep(3);
        ^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/ffiTestLibrary/src/callbacks.c:37:1: warning: control reaches end of non-void function [-Wreturn-type]
}
^
/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/ffiTestLibrary/src/callbacks.c:52: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);
                                                                                                                              ^
3 warnings generated.
[ 97%] Building C object build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/src/callout.c.o
cd /cygdrive/c/builds/workspace/pharo-vm_PR-162/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=56 -DTestLibrary_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/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=56 -DTestLibrary_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/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=56 -DTestLibrary_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/ffiTestLibrary/src/structures.c
[100%] Linking C shared library ../vm/TestLibrary.dll
cd /cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/build'
[100%] Built target TestLibrary
make[1]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_PR-162/build'
/usr/bin/cmake.exe -E cmake_progress_start /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/CMakeFiles 0
make  -f CMakeFiles/Makefile2 preinstall
make[1]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_PR-162/build'
make[1]: Nothing to be done for 'preinstall'.
make[1]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_PR-162/build'
Install the project...
/usr/bin/cmake.exe -P cmake_install.cmake
-- Install configuration: ""
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/./
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/.//B2DPlugin.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/.//BitBltPlugin.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/.//DSAPrims.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/.//ffi.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/.//FileAttributesPlugin.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/.//FilePlugin.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/.//iconv.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/.//JPEGReaderPlugin.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/.//JPEGReadWriter2Plugin.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/.//LargeIntegers.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/.//libbz2-1.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/.//libcairo-2.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/.//libeay32.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/.//libexpat-1.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/.//libfontconfig-1.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/.//libfreetype-6.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/.//libgcc_s_seh-1.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/.//libgit2-1-0-0.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/.//libgit2.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/.//libpcre-1.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/.//libpixman-1-0.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/.//libpng16-16.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/.//libssh2-1.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/.//libssh2.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/.//libwinpthread-1.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/.//LocalePlugin.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/.//MiscPrimitivePlugin.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/.//PharoVMCore.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/.//SDL2.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/.//SocketPlugin.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/.//SqueakSSL.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/.//ssleay32.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/.//SurfacePlugin.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/.//TestLibrary.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/.//UUIDPlugin.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/.//zlib1.dll
-- Up-to-date: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/./
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/.//libB2DPlugin.dll.a
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/.//libBitBltPlugin.dll.a
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/.//libDSAPrims.dll.a
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/.//libffi.dll.a
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/.//libFileAttributesPlugin.dll.a
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/.//libFilePlugin.dll.a
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/.//libJPEGReaderPlugin.dll.a
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/.//libJPEGReadWriter2Plugin.dll.a
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/.//libLargeIntegers.dll.a
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/.//libLocalePlugin.dll.a
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/.//libMiscPrimitivePlugin.dll.a
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/.//libPharoVMCore.dll.a
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/.//libSocketPlugin.dll.a
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/.//libSqueakSSL.dll.a
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/.//libSurfacePlugin.dll.a
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/.//libTestLibrary.dll.a
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/.//libUUIDPlugin.dll.a
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/.//Pharo.exe
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/.//PharoConsole.exe
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/include/pharovm
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/include/pharovm/sqConfig.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/include/pharovm/sqGnu.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/include/pharovm/sqPlatformSpecific.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/include/pharovm/sqWin32.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/include/pharovm/sqWin32Alloc.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/include/pharovm/sqWin32HandleTable.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/include/pharovm/config.h
-- Up-to-date: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/include/pharovm
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/include/pharovm/debug.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/include/pharovm/errorCode.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/include/pharovm/exportDefinition.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/include/pharovm/fileDialog.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/include/pharovm/imageAccess.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/include/pharovm/interpreter.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/include/pharovm/jit
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/include/pharovm/jit/jit.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/include/pharovm/macros.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/include/pharovm/parameters.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/include/pharovm/parameterVector.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/include/pharovm/pathUtilities.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/include/pharovm/pharo.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/include/pharovm/pharoClient.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/include/pharovm/semaphores
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/include/pharovm/semaphores/pharoSemaphore.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/include/pharovm/semaphores/platformSemaphore.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/include/pharovm/semaphores/pSemaphore.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/include/pharovm/sigjmp_support.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/include/pharovm/sqNamedPrims.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/include/pharovm/stringUtilities.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/include/pharovm/threads
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/include/pharovm/threads/vmthread.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/include/pharovm/threadSafeQueue
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/include/pharovm/threadSafeQueue/threadSafeQueue.h
-- Up-to-date: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/include/pharovm
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/include/pharovm/dispdbg.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/include/pharovm/sq.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/include/pharovm/sqaio.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/include/pharovm/sqAssert.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/include/pharovm/sqAtomicOps.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/include/pharovm/sqCogStackAlignment.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/include/pharovm/sqMemoryAccess.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/include/pharovm/sqMemoryFence.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/include/pharovm/sqVirtualMachine.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/cmake
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/cmake/Darwin.cmake
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/cmake/DownloadProject.cmake
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/cmake/DownloadProject.CMakeLists.cmake.in
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/cmake/FindCairo.cmake
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/cmake/FindFFI.cmake
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/cmake/FindLibGit2.cmake
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/cmake/FindSDL2.cmake
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/cmake/importCairo.cmake
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/cmake/importFreetype2.cmake
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/cmake/importLibFFI.cmake
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/cmake/importLibGit2.cmake
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/cmake/importSDL2.cmake
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/cmake/Linux.cmake
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/cmake/packaging.cmake
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/cmake/versionExtraction.cmake
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/cmake/vmmaker.cmake
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/cmake/Windows.cmake
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/B2DPlugin
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/B2DPlugin/src
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/B2DPlugin/src/common
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/include
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/include/common
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/include/common/BitBltArm.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/include/common/BitBltArmSimd.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/include/common/BitBltDispatch.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/include/common/BitBltGeneric.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/include/common/BitBltInternal.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltArm.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltArmLinux.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltArmOther.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltArmSimd.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltDispatch.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltGeneric.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/DSAPrims
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/DSAPrims/src
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/DSAPrims/src/common
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/DSAPrims/src/common/DSAPrims.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/common
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/common/faCommon.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/common/faConstants.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/unix
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/unix/faSupport.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/win
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/win/dirent.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/win/faSupport.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src/common
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src/unix
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src/win
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src/win/faSupport.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/FilePlugin
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/include
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/include/common
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/include/common/FilePlugin.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/include/win
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/include/win/sqWin32File.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/src
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/common
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/osx
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/osx/sqUnixFile.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/unix
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/unix/sqUnixFile.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/win
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/win/sqWin32FilePrims.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/IA32ABI
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/AlienSUnitTestProcedures.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusiness.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessARM.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessARM32.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessARM64.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessPostLogic.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessppc.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessppcPostLogicDouble.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessppcPostLogicFloat.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessppcPostLogicInteger.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dax64business.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dax64win64business.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/ia32abi.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/src
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/AlienSUnitTestProcedures.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/arm32abicc.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/arm64abicc.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/IA32ABI.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/ia32abicc.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/ppc32abicc.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/x64sysvabicc.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/x64win64abicc.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/x64win64stub.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/xabicc.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReaderPlugin
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReaderPlugin/src
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReaderPlugin/src/common
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/Error.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapimin.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapistd.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccoefct.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccolor.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcdctmgr.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jchuff.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jchuff.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcinit.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmainct.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmarker.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmaster.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcomapi.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jconfig.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcparam.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcphuff.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcprepct.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcsample.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jctrans.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapimin.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapistd.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatadst.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatasrc.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcoefct.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcolor.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdct.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jddctmgr.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdinput.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmarker.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmaster.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmerge.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdpostct.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdsample.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdtrans.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jerror.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jerror.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctflt.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctfst.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctint.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctflt.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctfst.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctint.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctred.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jinclude.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatadst.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatasrc.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemmgr.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemnobs.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemsys.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmorecfg.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jpegint.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jpeglib.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant1.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant2.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jutils.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jversion.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/README
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/README.6b2
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/ReadMe.txt
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/sqJPEGReadWriter2Plugin.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/LargeIntegers
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/LargeIntegers/src
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/LargeIntegers/src/common
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/include
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/include/common
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/include/common/LocalePlugin.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/include/osx
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/include/osx/sqIOSLocale.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/common
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/osx
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/osx/sqIOSLocale.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/unix
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/unix/sqUnixLocale.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/win
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/win/sqWin32Locale.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/MiscPrimitivePlugin
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/MiscPrimitivePlugin/src
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/MiscPrimitivePlugin/src/common
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/MiscPrimitivePlugin/src/common/MiscPrimitivePlugin.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/SocketPlugin
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/SocketPlugin/include
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/SocketPlugin/include/common
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/SocketPlugin/include/common/SocketPlugin.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/SocketPlugin/src
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/SocketPlugin/src/common
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/SocketPlugin/src/common/SocketPluginImpl.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/common
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/common/sqFFI.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/osx
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/osx/dummyFFI.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/unix
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/unix/ffi-test-sq.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/unix/ffi-test.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/unix/ppc-global.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/ARM32FFIPlugin.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/ARM64FFIPlugin.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/IA32FFIPlugin.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/sqFFIPlugin.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/sqFFITestFuncs.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/sqManualSurface.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/SqueakFFIPrims.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/X64Win64FFIPlugin.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/osx
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/osx/dummyFFI.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/unix
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/unix/any-libffi.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/unix/ppc-darwin.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/unix/ppc-sysv.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/unix/x86-sysv.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/win
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/win/sqWin32FFI.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/include
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/include/common
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/include/common/SqueakSSL.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/include/unix
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/include/unix/openssl_overlay.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/common
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/common/SqueakSSL.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/osx
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/osx/sqMacSSL.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/unix
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/unix/sqUnixSSL.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/win
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/win/sqWin32SSL.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/SurfacePlugin
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/SurfacePlugin/include
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/SurfacePlugin/include/common
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/SurfacePlugin/include/common/SurfacePlugin.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/SurfacePlugin/src
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/SurfacePlugin/src/common
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/SurfacePlugin/src/common/sqManualSurface.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/SurfacePlugin/src/common/SurfacePlugin.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/UnixOSProcessPlugin
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/UnixOSProcessPlugin/src
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/UnixOSProcessPlugin/src/common
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/vm
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/vm/include
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/vm/include/common
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/vm/include/common/dispdbg.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/vm/include/common/sq.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/vm/include/common/sqaio.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/vm/include/common/sqAssert.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/vm/include/common/sqAtomicOps.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/vm/include/common/sqCogStackAlignment.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/vm/include/common/sqMemoryAccess.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/vm/include/common/sqMemoryFence.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/vm/include/common/sqVirtualMachine.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/vm/include/osx
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/vm/include/osx/sqConfig.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/vm/include/osx/sqGnu.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/vm/include/osx/sqPlatformSpecific.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/vm/include/unix
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/vm/include/unix/sqConfig.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/vm/include/unix/sqGnu.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/vm/include/unix/sqPlatformSpecific.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/vm/include/unix/sqUnixCharConv.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/vm/include/win
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/vm/include/win/sqConfig.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/vm/include/win/sqGnu.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/vm/include/win/sqPlatformSpecific.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/vm/include/win/sqWin32.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/vm/include/win/sqWin32Alloc.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/vm/include/win/sqWin32HandleTable.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/vm/src
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/vm/src/common
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/vm/src/common/heartbeat.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/vm/src/common/sqExternalSemaphores.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/vm/src/common/sqHeapMap.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/vm/src/common/sqNamedPrims.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/vm/src/common/sqTicker.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/vm/src/common/sqVirtualMachine.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/vm/src/osx
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/vm/src/osx/aioOSX.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/vm/src/unix
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/vm/src/unix/aio.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/vm/src/unix/sqUnixCharConv.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/vm/src/win
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/vm/src/win/aioWin.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/vm/src/win/sqWin32Directory.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/vm/src/win/sqWin32SpurAlloc.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/include
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/include/pharovm
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/include/pharovm/config.h.in
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/include/pharovm/debug.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/include/pharovm/errorCode.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/include/pharovm/exportDefinition.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/include/pharovm/fileDialog.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/include/pharovm/imageAccess.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/include/pharovm/interpreter.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/include/pharovm/jit
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/include/pharovm/jit/jit.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/include/pharovm/macros.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/include/pharovm/parameters.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/include/pharovm/parameterVector.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/include/pharovm/pathUtilities.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/include/pharovm/pharo.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/include/pharovm/pharoClient.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/include/pharovm/semaphores
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/include/pharovm/semaphores/pharoSemaphore.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/include/pharovm/semaphores/platformSemaphore.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/include/pharovm/semaphores/pSemaphore.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/include/pharovm/sigjmp_support.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/include/pharovm/sqNamedPrims.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/include/pharovm/stringUtilities.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/include/pharovm/threads
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/include/pharovm/threads/vmthread.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/include/pharovm/threadSafeQueue
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/include/pharovm/threadSafeQueue/threadSafeQueue.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/packaging
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/packaging/linux
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/packaging/linux/bin
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/packaging/linux/bin/launch.sh.in
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/packaging/linux/launch.sh.in
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/plugins
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/plugins/UUIDPlugin
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/plugins/UUIDPlugin/common
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/plugins/UUIDPlugin/common/UUIDPlugin.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/resources
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/resources/img.image
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/resources/mac
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/resources/mac/Info.plist.in
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/resources/mac/Pharo.icns
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/resources/mac/PharoChanges.icns
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/resources/mac/PharoImage.icns
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/resources/mac/PharoSources.icns
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/resources/windows
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/resources/windows/Pharo.exe.manifest.in
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/resources/windows/Pharo.ico
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/resources/windows/Pharo.rc.in
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/resources/windows/PharoConsole.exe.manifest.in
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/resources/windows/PharoConsole.rc.in
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/resources/windows/PharoDLL.rc.in
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/scripts
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/scripts/installCygwin.ps1
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/scripts/installVMMaker.st
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/scripts/runScriptInCygwinBash.ps1
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/scripts/runTests.sh
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/src
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/src/client.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/src/debug.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/src/debugUnix.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/src/debugWin.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/src/errorCode.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/src/externalPrimitives.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/src/fileDialogCommon.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/src/fileDialogMac.m
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/src/fileDialogUnix.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/src/fileDialogWin32.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/src/fileUtils.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/src/fileUtilsWin.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/src/imageAccess.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/src/macAlias.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/src/memoryUnix.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/src/nullDisplay.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/src/parameters.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/src/parameterVector.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/src/pathUtilities.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/src/semaphores
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/src/semaphores/pharoSemaphore.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/src/semaphores/platformSemaphore.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/src/stringUtilities.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/src/threadSafeQueue
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/src/threadSafeQueue/threadSafeQueue.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/src/unixMain.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/src/utils
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/src/utils/setjmp-Windows-wrapper-ARM64.S
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/src/utils/setjmp-Windows-wrapper-X86.S
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/src/utils.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/src/utilsMac.mm
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/src/win32Main.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/ffiTestLibrary
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/ffiTestLibrary/CMakeLists.txt
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/ffiTestLibrary/includes
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/ffiTestLibrary/includes/callbacks.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/ffiTestLibrary/includes/structures.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/ffiTestLibrary/includes/testLibrary.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/ffiTestLibrary/src
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/ffiTestLibrary/src/basic_types.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/ffiTestLibrary/src/callbacks.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/ffiTestLibrary/src/callback_types.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/ffiTestLibrary/src/callout.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/ffiTestLibrary/src/registerCallback.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/ffiTestLibrary/src/structures.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/ffi
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/ffi/include
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/ffi/include/callbacks.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/ffi/include/pThreadedFFI.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/ffi/include/pThreadedFFIUtils.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/ffi/include/worker.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/ffi/include/workerTask.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/ffi/src
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/ffi/src/callbacks
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/ffi/src/callbacks/callbackPrimitives.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/ffi/src/callbacks/callbacks.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/ffi/src/functionDefinitionPrimitives.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/ffi/src/primitiveCalls.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/ffi/src/primitiveUtils.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/ffi/src/pThreadedFFI.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/ffi/src/sameThread
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/ffi/src/sameThread/sameThread.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/ffi/src/types.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/ffi/src/typesPrimitives.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/ffi/src/utils.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/ffi/src/worker
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/ffi/src/worker/worker.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/ffi/src/worker/workerPrimitives.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/ffi/src/worker/workerTask.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/version.info
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/CMakeLists.txt
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/macros.cmake
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/plugins.cmake
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/plugins.macros.cmake
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/generated/
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/generated//32
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/generated//32/examplePlugins.ext
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/generated//32/plugins
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/generated//32/plugins/src
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/generated//32/plugins/src/FilePlugin
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/generated//32/plugins/src/FilePlugin/FilePlugin.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/generated//32/vm
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/generated//32/vm/include
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/generated//32/vm/include/cogit.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/generated//32/vm/include/cogmethod.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/generated//32/vm/include/cointerp.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/generated//32/vm/include/interp.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/generated//32/vm/include/vmCallback.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/generated//32/vm/src
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/generated//32/vm/src/cogit.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/generated//32/vm/src/cogitARMv5.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/generated//32/vm/src/cogitIA32.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/generated//32/vm/src/cogitMIPSEL.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/generated//32/vm/src/cointerp.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/generated//32/vm/src/gcc3x-cointerp.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/generated//64
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/generated//64/examplePlugins.ext
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/generated//64/plugins
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/generated//64/plugins/src
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/generated//64/plugins/src/FilePlugin
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/generated//64/plugins/src/FilePlugin/FilePlugin.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/generated//64/vm
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/generated//64/vm/include
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/generated//64/vm/include/cogit.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/generated//64/vm/include/cogmethod.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/generated//64/vm/include/cointerp.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/generated//64/vm/include/interp.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/generated//64/vm/include/vmCallback.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/generated//64/vm/src
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/generated//64/vm/src/cogit.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/generated//64/vm/src/cogitaarch64.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/generated//64/vm/src/cogitX64SysV.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/generated//64/vm/src/cogitX64WIN64.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/generated//64/vm/src/cointerp.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/generated//64/vm/src/gcc3x-cointerp.c
-- Up-to-date: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/include/pharovm
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/include/pharovm/cogit.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/include/pharovm/cogmethod.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/include/pharovm/cointerp.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/dist/include/pharovm/interp.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162"`
    set -ex
    cd build && VERBOSE=1 make package
    
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
MetacelloNotification: Fetched -> VMMaker-tonel.1 --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc
MetacelloNotification: Fetched -> VMMaker-Slang-tonel.1 --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc
MetacelloNotification: Fetched -> VMMakerCompatibilityForPharo6-tonel.1 --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc
MetacelloNotification: Fetched -> VMMakerTests-tonel.1 --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc
MetacelloNotification: Fetched -> VMMaker-MT-Tests-tonel.1 --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc
MetacelloNotification: Fetched -> VMMaker-Tools-tonel.1 --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc
MetacelloNotification: Fetched -> VMMaker-OriginalTests-tonel.1 --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc
MetacelloNotification: Fetched -> FileAttributesPlugin-tonel.1 --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc
MetacelloNotification: Loading -> Slang-tonel.1 --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc --- cache
NewUndeclaredWarning: CCodeGenerator>>cLiteralForPrintfString: (PrintfFormatString is Undeclared)
SystemNotification: TMethod>>methodIsEffectivelyComplete:in:(selector is shadowed)
+ cd build
+ VERBOSE=1
+ make package
/usr/bin/cmake.exe -S/cygdrive/c/builds/workspace/pharo-vm_PR-162/repository -B/cygdrive/c/builds/workspace/pharo-vm_PR-162/build --check-build-system CMakeFiles/Makefile.cmake 0
NewUndeclaredWarning: VMMaker>>createCodeGenerator (MLVMCCodeGenerator is Undeclared)
NewUndeclaredWarning: VMMaker>>primitiveCopyFileNamed:to: (FileStream is Undeclared)
NewUndeclaredWarning: VMMaker>>primitiveCopyFileNamed:to: (FileStream is Undeclared)
/usr/bin/cmake.exe -E cmake_progress_start /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/CMakeFiles /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/progress.marks
make  -f CMakeFiles/Makefile2 all
make[1]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/build'
cd /cygdrive/c/builds/workspace/pharo-vm_PR-162/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/libffi-src /cygdrive/c/builds/workspace/pharo-vm_PR-162/build /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/libffi-build /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/libffi-build/CMakeFiles/objlib.dir/DependInfo.cmake --color=
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_PR-162/build'
make  -f libffi-build/CMakeFiles/objlib.dir/build.make libffi-build/CMakeFiles/objlib.dir/build
MetacelloNotification: Loaded -> Slang-tonel.1 --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> Slang-Tests-tonel.1 --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc --- cache
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_PR-162/build'
make[2]: Nothing to be done for 'libffi-build/CMakeFiles/objlib.dir/build'.
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/build'
cd /cygdrive/c/builds/workspace/pharo-vm_PR-162/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/libffi-src /cygdrive/c/builds/workspace/pharo-vm_PR-162/build /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/libffi-build /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/libffi-build/CMakeFiles/ffi_shared.dir/DependInfo.cmake --color=
MetacelloNotification: Loaded -> Slang-Tests-tonel.1 --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> Melchor-tonel.1 --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc --- cache
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/build'
NewUndeclaredWarning: VMPluginCodeGenerator>>sizeOfIntegralCType: (BytesPerWord is Undeclared)
MetacelloNotification: Loaded -> Melchor-tonel.1 --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc --- cache
MetacelloNotification: Starting atomic load
[  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_PR-162/build'
cd /cygdrive/c/builds/workspace/pharo-vm_PR-162/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository /cygdrive/c/builds/workspace/pharo-vm_PR-162/build /cygdrive/c/builds/workspace/pharo-vm_PR-162/build /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/libffi_copy.dir/DependInfo.cmake --color=
NewUndeclaredWarning: UcARMRegisters class>>eflags (UC_ARM_REG_EFLAGS is Undeclared)
MetacelloNotification: 	Loaded -> Unicorn-CompatibleUserName.1615322588 --- https://github.com/guillep/pharo-unicorn.git[master] --- cache
MetacelloNotification: Finished atomic load
MetacelloNotification: Starting atomic load
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_PR-162/build'
make  -f CMakeFiles/libffi_copy.dir/build.make CMakeFiles/libffi_copy.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_PR-162/build'
SystemNotification: LLVMDisassembler>>setOptions:(options is shadowed)
MetacelloNotification: 	Loaded -> LLVMDisassembler-CompatibleUserName.1604592041 --- https://github.com/guillep/pharo-llvmDisassembler.git[master] --- cache
MetacelloNotification: Finished atomic load
MetacelloNotification: Loading -> VMMakerLoadingDependencies-tonel.1 --- tonel:///builds/workspace/pharo-vm_PR-162/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)
[  6%] Copying libffi binaries to '/cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/vm/'
/usr/bin/cmake.exe -E copy /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/vm/ffi.dll /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/vm/
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_PR-162/build'
MetacelloNotification: Loaded -> VMMakerLoadingDependencies-tonel.1 --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> Printf-tonel.1 --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc --- cache
[  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_PR-162/build'
cd /cygdrive/c/builds/workspace/pharo-vm_PR-162/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository /cygdrive/c/builds/workspace/pharo-vm_PR-162/build /cygdrive/c/builds/workspace/pharo-vm_PR-162/build /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/build_vmmaker_get_vm-build.dir/DependInfo.cmake --color=
MetacelloNotification: Loaded -> Printf-tonel.1 --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> VMMaker-tonel.1 --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc --- cache
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/build'
[  7%] Performing update step for 'build_vmmaker_get_vm'
cd C:/builds/workspace/pharo-vm_PR-162/build/build/vmmaker/vm && echo

[  8%] Performing configure step for 'build_vmmaker_get_vm'
cd C:/builds/workspace/pharo-vm_PR-162/build/build/vmmaker/vm && echo

cd C:/builds/workspace/pharo-vm_PR-162/build/build/vmmaker/vm && /usr/bin/cmake.exe -E touch C:/builds/workspace/pharo-vm_PR-162/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_PR-162/build/build/vmmaker/vm && echo

cd C:/builds/workspace/pharo-vm_PR-162/build/build/vmmaker/vm && /usr/bin/cmake.exe -E touch C:/builds/workspace/pharo-vm_PR-162/build/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-build
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/build'
cd /cygdrive/c/builds/workspace/pharo-vm_PR-162/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository /cygdrive/c/builds/workspace/pharo-vm_PR-162/build /cygdrive/c/builds/workspace/pharo-vm_PR-162/build /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/build_vmmaker_get_image.dir/DependInfo.cmake --color=
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/build'
[ 10%] Performing update step for 'build_vmmaker_get_image'
cd C:/builds/workspace/pharo-vm_PR-162/build/build/vmmaker/image && echo

[ 11%] Performing configure step for 'build_vmmaker_get_image'
cd C:/builds/workspace/pharo-vm_PR-162/build/build/vmmaker/image && echo

cd C:/builds/workspace/pharo-vm_PR-162/build/build/vmmaker/image && /usr/bin/cmake.exe -E touch C:/builds/workspace/pharo-vm_PR-162/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_PR-162/build/build/vmmaker/image && C:/builds/workspace/pharo-vm_PR-162/build/build/vmmaker/vm/PharoConsole.exe --headless C:/builds/workspace/pharo-vm_PR-162/build/build/vmmaker/image/Pharo9.0-SNAPSHOT-64bit-ac4bf08.image save VMMaker
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)
cd C:/builds/workspace/pharo-vm_PR-162/build/build/vmmaker/image && C:/builds/workspace/pharo-vm_PR-162/build/build/vmmaker/vm/PharoConsole.exe --headless C:/builds/workspace/pharo-vm_PR-162/build/build/vmmaker/image/VMMaker.image --save --quit C:/builds/workspace/pharo-vm_PR-162/repository/scripts/installVMMaker.st C:/builds/workspace/pharo-vm_PR-162/repository
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: UndefinedObject>>DoIt (path is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (path is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (path is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (path is Undeclared)
MetacelloNotification: Fetched -> BaselineOfVMMaker-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_PR-162\repository\smalltalksrc --- tonel://C:\builds\workspace\pharo-vm_PR-162\repository\smalltalksrc
MetacelloNotification: Loading -> BaselineOfVMMaker-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_PR-162\repository\smalltalksrc --- tonel://C:\builds\workspace\pharo-vm_PR-162\repository\smalltalksrc
MetacelloNotification: Loaded -> BaselineOfVMMaker-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_PR-162\repository\smalltalksrc --- tonel://C:\builds\workspace\pharo-vm_PR-162\repository\smalltalksrc
MetacelloNotification: Loading baseline of BaselineOfVMMaker...
NewUndeclaredWarning: StackToRegisterMappingCogit>>widthInDefaultFontOf: (NewParagraph is Undeclared)
MetacelloNotification: Fetched -> BaselineOfLLVMDisassembler-CompatibleUserName.1604592041 --- https://github.com/guillep/pharo-llvmDisassembler.git[master] --- https://github.com/guillep/pharo-llvmDisassembler.git[master]
MetacelloNotification: Loading -> BaselineOfLLVMDisassembler-CompatibleUserName.1604592041 --- https://github.com/guillep/pharo-llvmDisassembler.git[master] --- https://github.com/guillep/pharo-llvmDisassembler.git[master]
MetacelloNotification: Loaded -> BaselineOfLLVMDisassembler-CompatibleUserName.1604592041 --- https://github.com/guillep/pharo-llvmDisassembler.git[master] --- https://github.com/guillep/pharo-llvmDisassembler.git[master]
MetacelloNotification: Fetched -> BaselineOfUnicorn-CompatibleUserName.1615322588 --- https://github.com/guillep/pharo-unicorn.git[master] --- https://github.com/guillep/pharo-unicorn.git[master]
MetacelloNotification: Loading -> BaselineOfUnicorn-CompatibleUserName.1615322588 --- https://github.com/guillep/pharo-unicorn.git[master] --- https://github.com/guillep/pharo-unicorn.git[master]
MetacelloNotification: Loaded -> BaselineOfUnicorn-CompatibleUserName.1615322588 --- 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_PR-162\repository\smalltalksrc --- tonel://C:\builds\workspace\pharo-vm_PR-162\repository\smalltalksrc
MetacelloNotification: Fetched -> Slang-Tests-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_PR-162\repository\smalltalksrc --- tonel://C:\builds\workspace\pharo-vm_PR-162\repository\smalltalksrc
MetacelloNotification: Fetched -> Melchor-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_PR-162\repository\smalltalksrc --- tonel://C:\builds\workspace\pharo-vm_PR-162\repository\smalltalksrc
MetacelloNotification: Project: Unicorn baseline
MetacelloNotification: Fetched -> Unicorn-CompatibleUserName.1615322588 --- https://github.com/guillep/pharo-unicorn.git[master] --- https://github.com/guillep/pharo-unicorn.git[master]
MetacelloNotification: Project: LLVMDisassembler baseline
MetacelloNotification: Fetched -> LLVMDisassembler-CompatibleUserName.1604592041 --- 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_PR-162\repository\smalltalksrc --- tonel://C:\builds\workspace\pharo-vm_PR-162\repository\smalltalksrc
MetacelloNotification: Fetched -> Printf-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_PR-162\repository\smalltalksrc --- tonel://C:\builds\workspace\pharo-vm_PR-162\repository\smalltalksrc
MetacelloNotification: Fetched -> VMMaker-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_PR-162\repository\smalltalksrc --- tonel://C:\builds\workspace\pharo-vm_PR-162\repository\smalltalksrc
MetacelloNotification: Fetched -> VMMaker-Slang-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_PR-162\repository\smalltalksrc --- tonel://C:\builds\workspace\pharo-vm_PR-162\repository\smalltalksrc
MetacelloNotification: Fetched -> VMMakerCompatibilityForPharo6-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_PR-162\repository\smalltalksrc --- tonel://C:\builds\workspace\pharo-vm_PR-162\repository\smalltalksrc
MetacelloNotification: Fetched -> VMMakerTests-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_PR-162\repository\smalltalksrc --- tonel://C:\builds\workspace\pharo-vm_PR-162\repository\smalltalksrc
MetacelloNotification: Fetched -> VMMaker-MT-Tests-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_PR-162\repository\smalltalksrc --- tonel://C:\builds\workspace\pharo-vm_PR-162\repository\smalltalksrc
MetacelloNotification: Fetched -> VMMaker-Tools-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_PR-162\repository\smalltalksrc --- tonel://C:\builds\workspace\pharo-vm_PR-162\repository\smalltalksrc
MetacelloNotification: Fetched -> VMMaker-OriginalTests-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_PR-162\repository\smalltalksrc --- tonel://C:\builds\workspace\pharo-vm_PR-162\repository\smalltalksrc
MetacelloNotification: Fetched -> FileAttributesPlugin-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_PR-162\repository\smalltalksrc --- tonel://C:\builds\workspace\pharo-vm_PR-162\repository\smalltalksrc
MetacelloNotification: Loading -> Slang-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_PR-162\repository\smalltalksrc --- cache
NewUndeclaredWarning: CCodeGenerator>>cLiteralForPrintfString: (PrintfFormatString 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)
SystemNotification: TMethod>>methodIsEffectivelyComplete:in:(selector is shadowed)
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: VMMaker>>createCodeGenerator (MLVMCCodeGenerator is Undeclared)
NewUndeclaredWarning: VMMaker>>primitiveCopyFileNamed:to: (FileStream is Undeclared)
NewUndeclaredWarning: VMMaker>>primitiveCopyFileNamed:to: (FileStream 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)
MetacelloNotification: Loaded -> Slang-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_PR-162\repository\smalltalksrc --- cache
MetacelloNotification: Loading -> Slang-Tests-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_PR-162\repository\smalltalksrc --- cache
MetacelloNotification: Loaded -> Slang-Tests-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_PR-162\repository\smalltalksrc --- cache
MetacelloNotification: Loading -> Melchor-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_PR-162\repository\smalltalksrc --- cache
NewUndeclaredWarning: StackInterpreter>>openImageFileNamed: (FileStream is Undeclared)
NewUndeclaredWarning: StackInterpreter>>openImageFileNamed: (FileStream is Undeclared)
NewUndeclaredWarning: VMPluginCodeGenerator>>sizeOfIntegralCType: (BytesPerWord is Undeclared)
MetacelloNotification: Loaded -> Melchor-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_PR-162\repository\smalltalksrc --- cache
MetacelloNotification: Starting atomic load
NewUndeclaredWarning: UcARMRegisters class>>eflags (UC_ARM_REG_EFLAGS is Undeclared)
MetacelloNotification: 	Loaded -> Unicorn-CompatibleUserName.1615322588 --- https://github.com/guillep/pharo-unicorn.git[master] --- cache
MetacelloNotification: Finished atomic load
MetacelloNotification: Starting atomic load
SystemNotification: LLVMDisassembler>>setOptions:(options is shadowed)
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)
MetacelloNotification: 	Loaded -> LLVMDisassembler-CompatibleUserName.1604592041 --- https://github.com/guillep/pharo-llvmDisassembler.git[master] --- cache
MetacelloNotification: Finished atomic load
MetacelloNotification: Loading -> VMMakerLoadingDependencies-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_PR-162\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_PR-162\repository\smalltalksrc --- cache
MetacelloNotification: Loading -> Printf-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_PR-162\repository\smalltalksrc --- cache
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)
MetacelloNotification: Loaded -> Printf-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_PR-162\repository\smalltalksrc --- cache
MetacelloNotification: Loading -> VMMaker-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_PR-162\repository\smalltalksrc --- cache
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)
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)
MetacelloNotification: Loaded -> VMMaker-tonel.1 --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> VMMaker-Slang-tonel.1 --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc --- cache
MetacelloNotification: Loaded -> VMMaker-Slang-tonel.1 --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> VMMakerCompatibilityForPharo6-tonel.1 --- tonel:///builds/workspace/pharo-vm_PR-162/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_PR-162/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> VMMakerTests-tonel.1 --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc --- cache
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: UnicornSimulator>>stackValues (VMMachineCodeDebuggerStackItem is Undeclared)
NewUndeclaredWarning: VMSimpleStackBasedCogitAbstractTest>>openMachineDebuggerAt: (VMMachineCodeDebugger is Undeclared)
MetacelloNotification: Loaded -> VMMakerTests-tonel.1 --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> VMMaker-MT-Tests-tonel.1 --- tonel:///builds/workspace/pharo-vm_PR-162/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_PR-162/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> VMMaker-Tools-tonel.1 --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc --- cache
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: 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)
NewUndeclaredWarning: InterpreterPlugin class>>allCodeOlderThan: (TimeStamp is Undeclared)
NewUndeclaredWarning: InterpreterPlugin class>>buildCodeGenerator (VMMakerConfiguration is Undeclared)
NewUndeclaredWarning: InterpreterPlugin class>>buildCodeGeneratorForVMClass: (VMMakerConfiguration is Undeclared)
MetacelloNotification: Loaded -> VMMaker-Tools-tonel.1 --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> VMMaker-OriginalTests-tonel.1 --- tonel:///builds/workspace/pharo-vm_PR-162/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)
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)
MetacelloNotification: Loaded -> VMMaker-OriginalTests-tonel.1 --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> FileAttributesPlugin-tonel.1 --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc --- cache
MetacelloNotification: Loaded -> FileAttributesPlugin-tonel.1 --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc --- cache
MetacelloNotification: ...finished baseline
NewUndeclaredWarning: TestOSAPlugin>>primOpenDefaultConfiguration:subtype: (ComponentInstance is Undeclared)
NewUndeclaredWarning: SoundGenerationPlugin class>>monticelloDescription (AbstractSound is Undeclared)
NewUndeclaredWarning: SoundGenerationPlugin class>>translatedPrimitives (AbstractSound is Undeclared)
cd /builds/workspace/pharo-vm_PR-162/build/build/vmmaker/image && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /builds/workspace/pharo-vm_PR-162/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_PR-162/build/build/vmmaker/image && echo

cd /builds/workspace/pharo-vm_PR-162/build/build/vmmaker/image && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /builds/workspace/pharo-vm_PR-162/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_PR-162/build/CMakeFiles
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /builds/workspace/pharo-vm_PR-162/build/CMakeFiles/build_vmmaker_get_image-complete
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /builds/workspace/pharo-vm_PR-162/build/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-done
make[2]: Leaving directory '/builds/workspace/pharo-vm_PR-162/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_PR-162/build'
cd /builds/workspace/pharo-vm_PR-162/build && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_PR-162/repository /builds/workspace/pharo-vm_PR-162/repository /builds/workspace/pharo-vm_PR-162/build /builds/workspace/pharo-vm_PR-162/build /builds/workspace/pharo-vm_PR-162/build/CMakeFiles/libffi_copy.dir/DependInfo.cmake --color=
Dependee "/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/libffi_copy.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/libffi_copy.dir/depend.internal".
Dependee "/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/libffi_copy.dir/depend.internal".
Scanning dependencies of target libffi_copy
make[2]: Leaving directory '/builds/workspace/pharo-vm_PR-162/build'
make -f CMakeFiles/libffi_copy.dir/build.make CMakeFiles/libffi_copy.dir/build
make[2]: Entering directory '/builds/workspace/pharo-vm_PR-162/build'
[ 13%] Copying libffi binaries to '/builds/workspace/pharo-vm_PR-162/build/build/vm/'
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /builds/workspace/pharo-vm_PR-162/build/build/vm/libffi.so /builds/workspace/pharo-vm_PR-162/build/build/vm/
make[2]: Leaving directory '/builds/workspace/pharo-vm_PR-162/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_PR-162/build'
[ 13%] Generating VM files for flavour: CoInterpreter
build/vmmaker/vm/pharo --headless /builds/workspace/pharo-vm_PR-162/build/build/vmmaker/image/VMMaker.image eval "PharoVMMaker generate: #'CoInterpreter' outputDirectory: '/builds/workspace/pharo-vm_PR-162/build'"
NewUndeclaredWarning: StackInterpreter class>>patchInterpGCCPPC: (FileStream is Undeclared)
NewUndeclaredWarning: StackInterpreter class>>primitiveAccessorDepthTable (VMMakerConfiguration is Undeclared)
Generating #CoInterpreter in '/builds/workspace/pharo-vm_PR-162/build'...
NewUndeclaredWarning: StackInterpreter>>openImageFileNamed: (FileStream is Undeclared)
NewUndeclaredWarning: StackInterpreter>>openImageFileNamed: (FileStream is Undeclared)

warning, variable nsMethodCache doesn't exist or has already been removed
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>>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)
StackInterpreterPrimitives>>doPrimitiveWorkerExtractReturnValue contains declaration for non-existent variable externalFunction
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

conflicting return types sqInt, void in primitiveFFIFree
conflicting return types sqInt, void in primitiveFFIAllocate
conflicting return types sqInt, usqLong in fetchLong32:ofFloatObject:
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, usqLong in fetchLong32:ofFloatObject:
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, usqLong in fetchLong32:ofFloatObject:
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, usqLong in fetchLong32:ofFloatObject:
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, usqLong in fetchLong32:ofFloatObject:
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, usqLong in fetchLong32:ofFloatObject:
conflicting return types sqInt, void in extendedStoreBytecodePop:
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
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)

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:
MetacelloNotification: Loaded -> VMMaker-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_PR-162\repository\smalltalksrc --- cache
MetacelloNotification: Loading -> VMMaker-Slang-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_PR-162\repository\smalltalksrc --- cache
MetacelloNotification: Loaded -> VMMaker-Slang-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_PR-162\repository\smalltalksrc --- cache
MetacelloNotification: Loading -> VMMakerCompatibilityForPharo6-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_PR-162\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_PR-162\repository\smalltalksrc --- cache
MetacelloNotification: Loading -> VMMakerTests-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_PR-162\repository\smalltalksrc --- cache

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
NewUndeclaredWarning: UnicornSimulator>>stackValues (VMMachineCodeDebuggerStackItem is Undeclared)
NewUndeclaredWarning: VMSimpleStackBasedCogitAbstractTest>>openMachineDebuggerAt: (VMMachineCodeDebugger is Undeclared)

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 primitiveGeneratorOrNil

numPushNilsFunction localised to scanBlock:
MetacelloNotification: Loaded -> VMMakerTests-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_PR-162\repository\smalltalksrc --- cache
MetacelloNotification: Loading -> VMMaker-MT-Tests-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_PR-162\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_PR-162\repository\smalltalksrc --- cache
MetacelloNotification: Loading -> VMMaker-Tools-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_PR-162\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_PR-162\repository\smalltalksrc --- cache
MetacelloNotification: Loading -> VMMaker-OriginalTests-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_PR-162\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_PR-162\repository\smalltalksrc --- cache
MetacelloNotification: Loading -> FileAttributesPlugin-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_PR-162\repository\smalltalksrc --- cache

warning, variable nsMethodCache doesn't exist or has already been removed
MetacelloNotification: Loaded -> FileAttributesPlugin-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_PR-162\repository\smalltalksrc --- cache
MetacelloNotification: ...finished baseline
StackToRegisterMappingCogit>>freeAnyFloatRegNotConflictingWith: contains declaration for non-existent variable desc
cd C:/builds/workspace/pharo-vm_PR-162/build/build/vmmaker/image && /usr/bin/cmake.exe -E touch C:/builds/workspace/pharo-vm_PR-162/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_PR-162/build/build/vmmaker/image && echo

cd C:/builds/workspace/pharo-vm_PR-162/build/build/vmmaker/image && /usr/bin/cmake.exe -E touch C:/builds/workspace/pharo-vm_PR-162/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_PR-162/build/CMakeFiles
/usr/bin/cmake.exe -E touch /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/build_vmmaker_get_image-complete
/usr/bin/cmake.exe -E touch C:/builds/workspace/pharo-vm_PR-162/build/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-done
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/build'
cd /cygdrive/c/builds/workspace/pharo-vm_PR-162/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository /cygdrive/c/builds/workspace/pharo-vm_PR-162/build /cygdrive/c/builds/workspace/pharo-vm_PR-162/build /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/PharoVMCore.dir/DependInfo.cmake --color=
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_PR-162/build'
make  -f CMakeFiles/PharoVMCore.dir/build.make CMakeFiles/PharoVMCore.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_PR-162/build'
make[2]: Nothing to be done for 'CMakeFiles/PharoVMCore.dir/build'.
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_PR-162/build'
[ 38%] Built target PharoVMCore
make  -f CMakeFiles/FilePlugin.dir/build.make CMakeFiles/FilePlugin.dir/depend

pushNilSizeFunction localised to compileBlockBodies

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

cPICEndOfCodeLabel localised to generateClosedPICPrototype

endCPICCase1 localised to generateClosedPICPrototype

primitiveGeneratorTable localised to primitiveGeneratorOrNil

numPushNilsFunction localised to scanBlock:
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_PR-162/build'
cd /cygdrive/c/builds/workspace/pharo-vm_PR-162/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository /cygdrive/c/builds/workspace/pharo-vm_PR-162/build /cygdrive/c/builds/workspace/pharo-vm_PR-162/build /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/FilePlugin.dir/DependInfo.cmake --color=
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_PR-162/build'
make  -f CMakeFiles/FilePlugin.dir/build.make CMakeFiles/FilePlugin.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_PR-162/build'
make[2]: Nothing to be done for 'CMakeFiles/FilePlugin.dir/build'.
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_PR-162/build'
[ 42%] Built target FilePlugin
make  -f CMakeFiles/FileAttributesPlugin.dir/build.make CMakeFiles/FileAttributesPlugin.dir/depend
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_PR-162/build'
cd /cygdrive/c/builds/workspace/pharo-vm_PR-162/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository /cygdrive/c/builds/workspace/pharo-vm_PR-162/build /cygdrive/c/builds/workspace/pharo-vm_PR-162/build /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/FileAttributesPlugin.dir/DependInfo.cmake --color=
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_PR-162/build'
make  -f CMakeFiles/FileAttributesPlugin.dir/build.make CMakeFiles/FileAttributesPlugin.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_PR-162/build'
make[2]: Nothing to be done for 'CMakeFiles/FileAttributesPlugin.dir/build'.
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_PR-162/build'
[ 44%] Built target FileAttributesPlugin
make  -f CMakeFiles/JPEGReaderPlugin.dir/build.make CMakeFiles/JPEGReaderPlugin.dir/depend
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_PR-162/build'
cd /cygdrive/c/builds/workspace/pharo-vm_PR-162/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository /cygdrive/c/builds/workspace/pharo-vm_PR-162/build /cygdrive/c/builds/workspace/pharo-vm_PR-162/build /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/JPEGReaderPlugin.dir/DependInfo.cmake --color=
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_PR-162/build'
make  -f CMakeFiles/JPEGReaderPlugin.dir/build.make CMakeFiles/JPEGReaderPlugin.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_PR-162/build'
make[2]: Nothing to be done for 'CMakeFiles/JPEGReaderPlugin.dir/build'.
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_PR-162/build'
[ 45%] Built target JPEGReaderPlugin
make  -f CMakeFiles/SurfacePlugin.dir/build.make CMakeFiles/SurfacePlugin.dir/depend
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_PR-162/build'
cd /cygdrive/c/builds/workspace/pharo-vm_PR-162/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository /cygdrive/c/builds/workspace/pharo-vm_PR-162/build /cygdrive/c/builds/workspace/pharo-vm_PR-162/build /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/SurfacePlugin.dir/DependInfo.cmake --color=
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_PR-162/build'
make  -f CMakeFiles/SurfacePlugin.dir/build.make CMakeFiles/SurfacePlugin.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_PR-162/build'
make[2]: Nothing to be done for 'CMakeFiles/SurfacePlugin.dir/build'.
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_PR-162/build'
[ 47%] Built target SurfacePlugin
make  -f CMakeFiles/MiscPrimitivePlugin.dir/build.make CMakeFiles/MiscPrimitivePlugin.dir/depend
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_PR-162/build'
cd /cygdrive/c/builds/workspace/pharo-vm_PR-162/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository /cygdrive/c/builds/workspace/pharo-vm_PR-162/build /cygdrive/c/builds/workspace/pharo-vm_PR-162/build /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/MiscPrimitivePlugin.dir/DependInfo.cmake --color=
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_PR-162/build'
make  -f CMakeFiles/MiscPrimitivePlugin.dir/build.make CMakeFiles/MiscPrimitivePlugin.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_PR-162/build'
make[2]: Nothing to be done for 'CMakeFiles/MiscPrimitivePlugin.dir/build'.
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_PR-162/build'
[ 48%] Built target MiscPrimitivePlugin
make  -f CMakeFiles/PharoConsole.dir/build.make CMakeFiles/PharoConsole.dir/depend
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_PR-162/build'
cd /cygdrive/c/builds/workspace/pharo-vm_PR-162/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository /cygdrive/c/builds/workspace/pharo-vm_PR-162/build /cygdrive/c/builds/workspace/pharo-vm_PR-162/build /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/PharoConsole.dir/DependInfo.cmake --color=
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_PR-162/build'
make  -f CMakeFiles/PharoConsole.dir/build.make CMakeFiles/PharoConsole.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_PR-162/build'
make[2]: Nothing to be done for 'CMakeFiles/PharoConsole.dir/build'.
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_PR-162/build'
[ 49%] Built target PharoConsole
make  -f CMakeFiles/SocketPlugin.dir/build.make CMakeFiles/SocketPlugin.dir/depend
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_PR-162/build'
cd /cygdrive/c/builds/workspace/pharo-vm_PR-162/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository /cygdrive/c/builds/workspace/pharo-vm_PR-162/build /cygdrive/c/builds/workspace/pharo-vm_PR-162/build /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/SocketPlugin.dir/DependInfo.cmake --color=
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_PR-162/build'
make  -f CMakeFiles/SocketPlugin.dir/build.make CMakeFiles/SocketPlugin.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_PR-162/build'
make[2]: Nothing to be done for 'CMakeFiles/SocketPlugin.dir/build'.
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/build'
cd /cygdrive/c/builds/workspace/pharo-vm_PR-162/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository /cygdrive/c/builds/workspace/pharo-vm_PR-162/build /cygdrive/c/builds/workspace/pharo-vm_PR-162/build /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/LargeIntegers.dir/DependInfo.cmake --color=
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_PR-162/build'
make  -f CMakeFiles/LargeIntegers.dir/build.make CMakeFiles/LargeIntegers.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_PR-162/build'
make[2]: Nothing to be done for 'CMakeFiles/LargeIntegers.dir/build'.
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_PR-162/build'

warning, variable nsMethodCache doesn't exist or has already been removed
[ 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_PR-162/build'
cd /cygdrive/c/builds/workspace/pharo-vm_PR-162/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository /cygdrive/c/builds/workspace/pharo-vm_PR-162/build /cygdrive/c/builds/workspace/pharo-vm_PR-162/build /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/LocalePlugin.dir/DependInfo.cmake --color=
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_PR-162/build'
make  -f CMakeFiles/LocalePlugin.dir/build.make CMakeFiles/LocalePlugin.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_PR-162/build'
make[2]: Nothing to be done for 'CMakeFiles/LocalePlugin.dir/build'.
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_PR-162/build'
[ 53%] Built target LocalePlugin
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_PR-162/build'
cd /cygdrive/c/builds/workspace/pharo-vm_PR-162/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository /cygdrive/c/builds/workspace/pharo-vm_PR-162/build /cygdrive/c/builds/workspace/pharo-vm_PR-162/build /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/libssh2-1.9.0.dir/DependInfo.cmake --color=
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/build'
/usr/bin/cmake.exe -E copy /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/libssh2-1.9.0-src/libssh2-1.dll /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/vm/
/usr/bin/cmake.exe -E copy /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/libssh2-1.9.0-src/libssh2.dll /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/vm/
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_PR-162/build'
StackToRegisterMappingCogit>>freeAnyFloatRegNotConflictingWith: contains declaration for non-existent variable desc
[ 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_PR-162/build'
cd /cygdrive/c/builds/workspace/pharo-vm_PR-162/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository /cygdrive/c/builds/workspace/pharo-vm_PR-162/build /cygdrive/c/builds/workspace/pharo-vm_PR-162/build /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/JPEGReadWriter2Plugin.dir/DependInfo.cmake --color=
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_PR-162/build'
make  -f CMakeFiles/JPEGReadWriter2Plugin.dir/build.make CMakeFiles/JPEGReadWriter2Plugin.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_PR-162/build'
make[2]: Nothing to be done for 'CMakeFiles/JPEGReadWriter2Plugin.dir/build'.
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_PR-162/build'
[ 82%] Built target JPEGReadWriter2Plugin
make  -f CMakeFiles/UUIDPlugin.dir/build.make CMakeFiles/UUIDPlugin.dir/depend
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_PR-162/build'
cd /cygdrive/c/builds/workspace/pharo-vm_PR-162/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository /cygdrive/c/builds/workspace/pharo-vm_PR-162/build /cygdrive/c/builds/workspace/pharo-vm_PR-162/build /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/UUIDPlugin.dir/DependInfo.cmake --color=
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_PR-162/build'
make  -f CMakeFiles/UUIDPlugin.dir/build.make CMakeFiles/UUIDPlugin.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_PR-162/build'
make[2]: Nothing to be done for 'CMakeFiles/UUIDPlugin.dir/build'.
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_PR-162/build'
[ 83%] Built target UUIDPlugin
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_PR-162/build'
cd /cygdrive/c/builds/workspace/pharo-vm_PR-162/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository /cygdrive/c/builds/workspace/pharo-vm_PR-162/build /cygdrive/c/builds/workspace/pharo-vm_PR-162/build /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/SDL2-2.0.5.dir/DependInfo.cmake --color=
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/build'
/usr/bin/cmake.exe -E copy /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/SDL2-2.0.5-src/SDL2.dll /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/vm/
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_PR-162/build'
[ 83%] 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_PR-162/build'
cd /cygdrive/c/builds/workspace/pharo-vm_PR-162/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository /cygdrive/c/builds/workspace/pharo-vm_PR-162/build /cygdrive/c/builds/workspace/pharo-vm_PR-162/build /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/libpng-1.6.34.dir/DependInfo.cmake --color=
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/build'
/usr/bin/cmake.exe -E copy /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/libpng-1.6.34-src/libpng16-16.dll /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/vm/
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_PR-162/build'
[ 83%] 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_PR-162/build'
cd /cygdrive/c/builds/workspace/pharo-vm_PR-162/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository /cygdrive/c/builds/workspace/pharo-vm_PR-162/build /cygdrive/c/builds/workspace/pharo-vm_PR-162/build /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/pixman-0.34.0.dir/DependInfo.cmake --color=

pushNilSizeFunction localised to compileBlockBodies

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

cPICEndOfCodeLabel localised to generateClosedPICPrototype

endCPICCase1 localised to generateClosedPICPrototype

primitiveGeneratorTable localised to primitiveGeneratorOrNil

numPushNilsFunction localised to scanBlock:
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/build'
/usr/bin/cmake.exe -E copy /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/pixman-0.34.0-src/libpixman-1-0.dll /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/vm/
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_PR-162/build'
[ 83%] 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_PR-162/build'
cd /cygdrive/c/builds/workspace/pharo-vm_PR-162/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository /cygdrive/c/builds/workspace/pharo-vm_PR-162/build /cygdrive/c/builds/workspace/pharo-vm_PR-162/build /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/freetype-2.9.1.dir/DependInfo.cmake --color=
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/build'
/usr/bin/cmake.exe -E copy /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/freetype-2.9.1-src/libfreetype-6.dll /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/vm/
10 March 2021 12:06:07.529418 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
10 March 2021 12:06:07.814132 pm
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_PR-162/build'
[ 83%] Built target freetype-2.9.1
make  -f CMakeFiles/B2DPlugin.dir/build.make CMakeFiles/B2DPlugin.dir/depend
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_PR-162/build'
cd /cygdrive/c/builds/workspace/pharo-vm_PR-162/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository /cygdrive/c/builds/workspace/pharo-vm_PR-162/build /cygdrive/c/builds/workspace/pharo-vm_PR-162/build /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/B2DPlugin.dir/DependInfo.cmake --color=
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_PR-162/build'
make  -f CMakeFiles/B2DPlugin.dir/build.make CMakeFiles/B2DPlugin.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_PR-162/build'
make[2]: Nothing to be done for 'CMakeFiles/B2DPlugin.dir/build'.
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_PR-162/build'
[ 84%] 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_PR-162/build'
cd /cygdrive/c/builds/workspace/pharo-vm_PR-162/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository /cygdrive/c/builds/workspace/pharo-vm_PR-162/build /cygdrive/c/builds/workspace/pharo-vm_PR-162/build /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/libgit2-win-1.0.0.dir/DependInfo.cmake --color=
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/build'
/usr/bin/cmake.exe -E copy /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/libgit2-win-1.0.0-src/libgit2-1-0-0.dll /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/vm/
/usr/bin/cmake.exe -E copy /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/libgit2-win-1.0.0-src/libpcre-1.dll /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/vm/
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_PR-162/build'
[ 84%] 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

warning, variable nsMethodCache doesn't exist or has already been removed
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_PR-162/build'
cd /cygdrive/c/builds/workspace/pharo-vm_PR-162/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository /cygdrive/c/builds/workspace/pharo-vm_PR-162/build /cygdrive/c/builds/workspace/pharo-vm_PR-162/build /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/openssl-1.0.2q-fixLigGit.dir/DependInfo.cmake --color=
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/build'
/usr/bin/cmake.exe -E copy /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/openssl-1.0.2q-fixLigGit-src/libeay32.dll /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/vm/
/usr/bin/cmake.exe -E copy /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/openssl-1.0.2q-fixLigGit-src/ssleay32.dll /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/vm/
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_PR-162/build'
[ 84%] 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_PR-162/build'
cd /cygdrive/c/builds/workspace/pharo-vm_PR-162/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository /cygdrive/c/builds/workspace/pharo-vm_PR-162/build /cygdrive/c/builds/workspace/pharo-vm_PR-162/build /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/DSAPrims.dir/DependInfo.cmake --color=
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_PR-162/build'
make  -f CMakeFiles/DSAPrims.dir/build.make CMakeFiles/DSAPrims.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_PR-162/build'
make[2]: Nothing to be done for 'CMakeFiles/DSAPrims.dir/build'.
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_PR-162/build'
[ 85%] Built target DSAPrims
make  -f CMakeFiles/BitBltPlugin.dir/build.make CMakeFiles/BitBltPlugin.dir/depend
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_PR-162/build'
cd /cygdrive/c/builds/workspace/pharo-vm_PR-162/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository /cygdrive/c/builds/workspace/pharo-vm_PR-162/build /cygdrive/c/builds/workspace/pharo-vm_PR-162/build /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/BitBltPlugin.dir/DependInfo.cmake --color=
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_PR-162/build'
make  -f CMakeFiles/BitBltPlugin.dir/build.make CMakeFiles/BitBltPlugin.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_PR-162/build'
make[2]: Nothing to be done for 'CMakeFiles/BitBltPlugin.dir/build'.
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_PR-162/build'
[ 86%] 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_PR-162/build'
cd /cygdrive/c/builds/workspace/pharo-vm_PR-162/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository /cygdrive/c/builds/workspace/pharo-vm_PR-162/build /cygdrive/c/builds/workspace/pharo-vm_PR-162/build /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/libgit2-0.25.1-fixLibGit.dir/DependInfo.cmake --color=
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/build'
/usr/bin/cmake.exe -E copy /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/libgit2-0.25.1-fixLibGit-src/libgit2.dll /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/vm/
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_PR-162/build'
[ 86%] 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_PR-162/build'
cd /cygdrive/c/builds/workspace/pharo-vm_PR-162/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository /cygdrive/c/builds/workspace/pharo-vm_PR-162/build /cygdrive/c/builds/workspace/pharo-vm_PR-162/build /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/cairo-1.15.4.dir/DependInfo.cmake --color=
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/build'
/usr/bin/cmake.exe -E copy /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/cairo-1.15.4-src/libbz2-1.dll /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/vm/
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
/usr/bin/cmake.exe -E copy /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/cairo-1.15.4-src/libcairo-2.dll /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/vm/
/usr/bin/cmake.exe -E copy /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/cairo-1.15.4-src/libexpat-1.dll /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/vm/
/usr/bin/cmake.exe -E copy /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/cairo-1.15.4-src/libfontconfig-1.dll /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/vm/

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
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_PR-162/build'
[ 86%] 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_PR-162/build'
cd /cygdrive/c/builds/workspace/pharo-vm_PR-162/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository /cygdrive/c/builds/workspace/pharo-vm_PR-162/build /cygdrive/c/builds/workspace/pharo-vm_PR-162/build /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/SqueakSSL.dir/DependInfo.cmake --color=

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
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
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_PR-162/build'
make  -f CMakeFiles/SqueakSSL.dir/build.make CMakeFiles/SqueakSSL.dir/build

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
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_PR-162/build'
make[2]: Nothing to be done for 'CMakeFiles/SqueakSSL.dir/build'.
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_PR-162/build'
[ 88%] 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_PR-162/build'
cd /cygdrive/c/builds/workspace/pharo-vm_PR-162/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository /cygdrive/c/builds/workspace/pharo-vm_PR-162/build /cygdrive/c/builds/workspace/pharo-vm_PR-162/build /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/gcc-runtime-3.4.dir/DependInfo.cmake --color=
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/build'
/usr/bin/cmake.exe -E copy /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/gcc-runtime-3.4-src/iconv.dll /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/vm/
/usr/bin/cmake.exe -E copy /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/gcc-runtime-3.4-src/libgcc_s_seh-1.dll /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/vm/
/usr/bin/cmake.exe -E copy /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/gcc-runtime-3.4-src/libwinpthread-1.dll /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/vm/
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_PR-162/build'
[ 88%] 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_PR-162/build'
cd /cygdrive/c/builds/workspace/pharo-vm_PR-162/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository /cygdrive/c/builds/workspace/pharo-vm_PR-162/build /cygdrive/c/builds/workspace/pharo-vm_PR-162/build /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/zlib-1.2.11-fixLibGit.dir/DependInfo.cmake --color=
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/build'
/usr/bin/cmake.exe -E copy /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/zlib-1.2.11-fixLibGit-src/zlib1.dll /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/vm/
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_PR-162/build'
[ 88%] 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_PR-162/build'
cd /cygdrive/c/builds/workspace/pharo-vm_PR-162/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository /cygdrive/c/builds/workspace/pharo-vm_PR-162/build /cygdrive/c/builds/workspace/pharo-vm_PR-162/build /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/Pharo.dir/DependInfo.cmake --color=
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_PR-162/build'
make  -f CMakeFiles/Pharo.dir/build.make CMakeFiles/Pharo.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_PR-162/build'
make[2]: Nothing to be done for 'CMakeFiles/Pharo.dir/build'.
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/build'
cd /cygdrive/c/builds/workspace/pharo-vm_PR-162/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository /cygdrive/c/builds/workspace/pharo-vm_PR-162/build /cygdrive/c/builds/workspace/pharo-vm_PR-162/build /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/build_vmmaker_get_vm.dir/DependInfo.cmake --color=
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/build'
[ 90%] Performing update step for 'build_vmmaker_get_vm'
cd C:/builds/workspace/pharo-vm_PR-162/build/build/vmmaker/vm && echo

[ 90%] Performing configure step for 'build_vmmaker_get_vm'
cd C:/builds/workspace/pharo-vm_PR-162/build/build/vmmaker/vm && echo

cd C:/builds/workspace/pharo-vm_PR-162/build/build/vmmaker/vm && /usr/bin/cmake.exe -E touch C:/builds/workspace/pharo-vm_PR-162/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_PR-162/build/build/vmmaker/vm && echo

cd C:/builds/workspace/pharo-vm_PR-162/build/build/vmmaker/vm && /usr/bin/cmake.exe -E touch C:/builds/workspace/pharo-vm_PR-162/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_PR-162/build/build/vmmaker/vm && echo

cd C:/builds/workspace/pharo-vm_PR-162/build/build/vmmaker/vm && /usr/bin/cmake.exe -E touch C:/builds/workspace/pharo-vm_PR-162/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_PR-162/build/CMakeFiles
/usr/bin/cmake.exe -E touch /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/build_vmmaker_get_vm-complete
/usr/bin/cmake.exe -E touch C:/builds/workspace/pharo-vm_PR-162/build/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-done
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/build'
cd /cygdrive/c/builds/workspace/pharo-vm_PR-162/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository /cygdrive/c/builds/workspace/pharo-vm_PR-162/repository/ffiTestLibrary /cygdrive/c/builds/workspace/pharo-vm_PR-162/build /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/ffiTestLibrary /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/DependInfo.cmake --color=
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_PR-162/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_PR-162/build'
make[2]: Nothing to be done for 'build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/build'.
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_PR-162/build'
[100%] Built target TestLibrary
make[1]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_PR-162/build'
/usr/bin/cmake.exe -E cmake_progress_start /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/CMakeFiles 0
make  -f CMakeFiles/Makefile2 preinstall
make[1]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_PR-162/build'
make[1]: Nothing to be done for 'preinstall'.
make[1]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_PR-162/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

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 primitiveGeneratorOrNil

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 primitiveGeneratorOrNil

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 primitiveGeneratorOrNil

numPushNilsFunction localised to scanBlock:
10 March 2021 12:06:42.961065 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
10 March 2021 12:06:43.262467 pm
PharoVMMaker
cd /builds/workspace/pharo-vm_PR-162/build && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_PR-162/repository /builds/workspace/pharo-vm_PR-162/repository /builds/workspace/pharo-vm_PR-162/build /builds/workspace/pharo-vm_PR-162/build /builds/workspace/pharo-vm_PR-162/build/CMakeFiles/PharoVMCore.dir/DependInfo.cmake --color=
Dependee "/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/PharoVMCore.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/PharoVMCore.dir/depend.internal".
Dependee "/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/PharoVMCore.dir/depend.internal".
Scanning dependencies of target PharoVMCore
make[2]: Leaving directory '/builds/workspace/pharo-vm_PR-162/build'
make -f CMakeFiles/PharoVMCore.dir/build.make CMakeFiles/PharoVMCore.dir/build
make[2]: Entering directory '/builds/workspace/pharo-vm_PR-162/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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/include/semaphores -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/repository/ffi/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/src/debug.c
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/src/debug.c:1:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/src/debug.c: In function ‘getVersionInfo’:
/builds/workspace/pharo-vm_PR-162/repository/src/debug.c:140:16: warning: unused variable ‘__cogitBuildInfo’ [-Wunused-variable]
   extern char *__cogitBuildInfo;
                ^
[ 14%] 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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/include/semaphores -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/repository/ffi/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/src/utils.c
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/src/utils.c:1:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/src/utils.c: At top level:
/builds/workspace/pharo-vm_PR-162/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; }
                 ^
[ 15%] 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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/include/semaphores -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/repository/ffi/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/src/errorCode.c
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/errorCode.h:6,
                 from /builds/workspace/pharo-vm_PR-162/repository/src/errorCode.c:1:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_PR-162/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); }
   ^
[ 15%] 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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/include/semaphores -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/repository/ffi/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/src/nullDisplay.c
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/src/nullDisplay.c:1:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/src/nullDisplay.c: At top level:
/builds/workspace/pharo-vm_PR-162/repository/src/nullDisplay.c:208:1: warning: ‘dropInit’ defined but not used [-Wunused-function]
 dropInit (void)
 ^
/builds/workspace/pharo-vm_PR-162/repository/src/nullDisplay.c:215:1: warning: ‘dropShutdown’ defined but not used [-Wunused-function]
 dropShutdown (void)
 ^
[ 16%] 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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/include/semaphores -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/repository/ffi/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/src/externalPrimitives.c
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/src/externalPrimitives.c:33:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_PR-162/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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/include/semaphores -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/repository/ffi/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/src/client.c
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/src/client.c:1:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/src/client.c: In function ‘loadPharoImage’:
/builds/workspace/pharo-vm_PR-162/repository/src/client.c:208:12: warning: variable ‘imageSize’ set but not used [-Wunused-but-set-variable]
     size_t imageSize = 0;
            ^
[ 17%] 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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/include/semaphores -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/repository/ffi/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/src/pathUtilities.c
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/errorCode.h:6,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pathUtilities.h:8,
                 from /builds/workspace/pharo-vm_PR-162/repository/src/pathUtilities.c:1:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_PR-162/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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/include/semaphores -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/repository/ffi/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/src/parameterVector.c
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/errorCode.h:6,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/parameterVector.h:10,
                 from /builds/workspace/pharo-vm_PR-162/repository/src/parameterVector.c:1:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_PR-162/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/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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/include/semaphores -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/repository/ffi/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/src/parameters.c
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/src/parameters.c:1:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/src/parameters.c: In function ‘vm_parameters_ensure_interactive_image_parameter’:
/builds/workspace/pharo-vm_PR-162/repository/src/parameters.c:291:14: warning: unused variable ‘headlessParameter’ [-Wunused-variable]
  const char* headlessParameter = "--headless";
              ^
[ 19%] 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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/include/semaphores -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/repository/ffi/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/src/fileDialogCommon.c
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/errorCode.h:6,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/fileDialog.h:4,
                 from /builds/workspace/pharo-vm_PR-162/repository/src/fileDialogCommon.c:1:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_PR-162/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/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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/include/semaphores -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/repository/ffi/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/src/stringUtilities.c
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/errorCode.h:6,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/stringUtilities.h:6,
                 from /builds/workspace/pharo-vm_PR-162/repository/src/stringUtilities.c:1:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_PR-162/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/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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/include/semaphores -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/repository/ffi/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/src/imageAccess.c
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/src/imageAccess.c:1:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_PR-162/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/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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/include/semaphores -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/repository/ffi/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/src/semaphores/platformSemaphore.c
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/src/semaphores/platformSemaphore.c:1:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_PR-162/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/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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/include/semaphores -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/repository/ffi/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/src/common/heartbeat.c
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/src/common/heartbeat.c:19:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_PR-162/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/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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/include/semaphores -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/repository/ffi/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/ffi/src/functionDefinitionPrimitives.c
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/src/functionDefinitionPrimitives.c:1:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_PR-162/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/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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/include/semaphores -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/repository/ffi/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/ffi/src/primitiveCalls.c
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/src/primitiveCalls.c:1:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/ffi/src/primitiveCalls.c: In function ‘primitiveReleaseParametersForCall’:
/builds/workspace/pharo-vm_PR-162/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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/include/semaphores -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/repository/ffi/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/ffi/src/primitiveUtils.c
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/src/primitiveUtils.c:1:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_PR-162/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/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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/include/semaphores -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/repository/ffi/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/ffi/src/types.c
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/src/types.c:1:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/ffi/src/types.c: In function ‘fillBasicType’:
/builds/workspace/pharo-vm_PR-162/repository/ffi/src/types.c:112:2: warning: ‘address’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  setHandler(aOop, address);
  ^
[ 24%] 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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/include/semaphores -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/repository/ffi/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/ffi/src/typesPrimitives.c
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/src/typesPrimitives.c:1:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_PR-162/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/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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/include/semaphores -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/repository/ffi/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/ffi/src/utils.c
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/src/utils.c:1:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_PR-162/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/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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/include/semaphores -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/repository/ffi/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/ffi/src/sameThread/sameThread.c
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/src/sameThread/sameThread.c:3:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/ffi/src/sameThread/sameThread.c: In function ‘sameThreadCallbackEnter’:
/builds/workspace/pharo-vm_PR-162/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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/include/semaphores -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/repository/ffi/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/ffi/src/callbacks/callbackPrimitives.c
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/callbacks.h:6,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/src/callbacks/callbackPrimitives.c:1:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/ffi/src/callbacks/callbackPrimitives.c: In function ‘primitiveRegisterCallback’:
/builds/workspace/pharo-vm_PR-162/repository/ffi/src/callbacks/callbackPrimitives.c:102:11: warning: unused variable ‘handler’ [-Wunused-variable]
     void *handler;
           ^
[ 26%] 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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/include/semaphores -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/repository/ffi/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/ffi/src/callbacks/callbacks.c
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/callbacks.h:6,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/src/callbacks/callbacks.c:1:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_PR-162/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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/include/semaphores -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/repository/ffi/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/src/semaphores/pharoSemaphore.c
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/src/semaphores/pharoSemaphore.c:1:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_PR-162/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/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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/include/semaphores -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/repository/ffi/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/src/threadSafeQueue/threadSafeQueue.c
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/semaphores/platformSemaphore.h:5,
                 from /builds/workspace/pharo-vm_PR-162/repository/src/threadSafeQueue/threadSafeQueue.c:2:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_PR-162/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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/include/semaphores -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/repository/ffi/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/ffi/src/pThreadedFFI.c
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/src/pThreadedFFI.c:1:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_PR-162/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/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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/include/semaphores -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/repository/ffi/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/ffi/src/worker/worker.c
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/src/worker/worker.c:1:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/ffi/src/worker/worker.c: In function ‘worker_newSpawning’:
/builds/workspace/pharo-vm_PR-162/repository/ffi/src/worker/worker.c:87:24: warning: assignment makes integer from pointer without a cast [-Wint-conversion]
     worker->selfThread = NULL;
                        ^
[ 29%] 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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/include/semaphores -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/repository/ffi/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/ffi/src/worker/workerPrimitives.c
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/src/worker/workerPrimitives.c:1:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_PR-162/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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/include/semaphores -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/repository/ffi/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/ffi/src/worker/workerTask.c
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/callbacks.h:6,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/workerTask.h:6,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/src/worker/workerTask.c:1:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_PR-162/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/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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/include/semaphores -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/repository/ffi/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/cogit.c
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:13,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genCaptureCStackPointers’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:2229:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:2228:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:2227:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:2226:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘counterAddressFor’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:2455:9: warning: return makes integer from pointer without a cast [-Wint-conversion]
  return (&(cogStatCounters[anInteger]));
         ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘nextCounterIndex’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:3054:7: warning: statement with no effect [-Wunused-value]
  error("Could not find an empty counter");
       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘sizePCDependentInstructionAt’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:3356:9: warning: statement with no effect [-Wunused-value]
    error("Case not found and no otherwise clause");
         ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘gAndCqRR’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:3418:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘addCogMethodsToHeapMap’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:2113:45: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                             ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:3480:31: note: in expansion of macro ‘roundUpLength’
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘addressIsInInstructions’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:3495:29: warning: suggest parentheses around ‘-’ in operand of ‘&’ [-Wparentheses]
  return !((usqInt)(address) & BytesPerWord-1) \
                             ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘allMachineCodeObjectReferencesValid’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:2113:45: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                             ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:3557:31: note: in expansion of macro ‘roundUpLength’
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘allMethodsHaveCorrectHeader’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:2113:45: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                             ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:3575:31: note: in expansion of macro ‘roundUpLength’
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘callCogCodePopReceiver’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:3928:7: warning: statement with no effect [-Wunused-value]
  error("what??");
       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘ceCPICMissreceiver’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:3961:11: warning: variable ‘result’ set but not used [-Wunused-but-set-variable]
     sqInt result;
           ^
In file included from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:14:0,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘ceSICMiss’:
/builds/workspace/pharo-vm_PR-162/repository/include/pharovm/jit/jit.h:24:52: warning: statement with no effect [-Wunused-value]
 #define flushICacheFromto(startAddress,endAddress) 0
                                                    ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:4151:3: note: in expansion of macro ‘flushICacheFromto’
   flushICacheFromto(((usqInt)pic), (((usqInt)pic)) + closedPICSize);
   ^
/builds/workspace/pharo-vm_PR-162/repository/include/pharovm/jit/jit.h:24:52: warning: statement with no effect [-Wunused-value]
 #define flushICacheFromto(startAddress,endAddress) 0
                                                    ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:4156:2: note: in expansion of macro ‘flushICacheFromto’
  flushICacheFromto((((usqInt)outerReturn)) - extent, ((usqInt)outerReturn));
  ^
In file included from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:4071:11: warning: variable ‘result’ set but not used [-Wunused-but-set-variable]
     sqInt result;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:4065:11: warning: variable ‘extent’ set but not used [-Wunused-but-set-variable]
     sqInt extent;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:4063:11: warning: variable ‘entryPoint’ set but not used [-Wunused-but-set-variable]
     sqInt entryPoint;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘checkAssertsEnabledInCogit’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:4165:11: warning: variable ‘assertsAreEnabledInCogit’ set but not used [-Wunused-but-set-variable]
     sqInt assertsAreEnabledInCogit;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘checkIfValidOopRefAndTargetpccogMethod’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:4230:12: warning: variable ‘sendTable1’ set but not used [-Wunused-but-set-variable]
     sqInt *sendTable1;
            ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘checkIfValidOopRefpccogMethod’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:4348:12: warning: variable ‘sendTable’ set but not used [-Wunused-but-set-variable]
     sqInt *sendTable;
            ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘checkIntegrityOfObjectReferencesInCode’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:2113:45: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                             ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:4497:31: note: in expansion of macro ‘roundUpLength’
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘cleanUpFailingCogCodeConstituents’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:2113:45: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                             ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:4566:31: note: in expansion of macro ‘roundUpLength’
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘cogCodeConstituents’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:2113:45: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                             ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:4689:31: note: in expansion of macro ‘roundUpLength’
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:2113:45: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                             ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:4738:31: note: in expansion of macro ‘roundUpLength’
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^
In file included from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:14:0,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘cogExtendPICCaseNMethodtagisMNUCase’:
/builds/workspace/pharo-vm_PR-162/repository/include/pharovm/jit/jit.h:24:52: warning: statement with no effect [-Wunused-value]
 #define flushICacheFromto(startAddress,endAddress) 0
                                                    ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:4805:2: note: in expansion of macro ‘flushICacheFromto’
  flushICacheFromto(((usqInt)cPIC), (((usqInt)cPIC)) + closedPICSize);
  ^
In file included from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘cogMethodDoesntLookKosher’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:4907: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_PR-162/build/generated/64/vm/src/cogitX64SysV.c:775: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_PR-162/build/generated/64/vm/src/cogitX64SysV.c:14:0,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘cogMNUPICSelectorreceivermethodOperandnumArgs’:
/builds/workspace/pharo-vm_PR-162/repository/include/pharovm/jit/jit.h:24:52: warning: statement with no effect [-Wunused-value]
 #define flushICacheFromto(startAddress,endAddress) 0
                                                    ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:4981:2: note: in expansion of macro ‘flushICacheFromto’
  flushICacheFromto(((usqInt)pic), (((usqInt)pic)) + closedPICSize);
  ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘cogOpenPICSelectornumArgs’:
/builds/workspace/pharo-vm_PR-162/repository/include/pharovm/jit/jit.h:24:52: warning: statement with no effect [-Wunused-value]
 #define flushICacheFromto(startAddress,endAddress) 0
                                                    ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:5052:2: note: in expansion of macro ‘flushICacheFromto’
  flushICacheFromto(((usqInt)pic), (((usqInt)pic)) + openPICSize);
  ^
In file included from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:4999:11: warning: variable ‘mapSize’ set but not used [-Wunused-but-set-variable]
     sqInt mapSize;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:4997:11: warning: variable ‘end’ set but not used [-Wunused-but-set-variable]
     sqInt end;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:4996:11: warning: variable ‘codeSize’ set but not used [-Wunused-but-set-variable]
     sqInt codeSize;
           ^
In file included from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:14:0,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘cogPICSelectornumArgsCase0MethodCase1MethodtagisMNUCase’:
/builds/workspace/pharo-vm_PR-162/repository/include/pharovm/jit/jit.h:24:52: warning: statement with no effect [-Wunused-value]
 #define flushICacheFromto(startAddress,endAddress) 0
                                                    ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:5105:2: note: in expansion of macro ‘flushICacheFromto’
  flushICacheFromto(((usqInt)pic), (((usqInt)pic)) + closedPICSize);
  ^
In file included from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘collectCogConstituentForAnnotationMcpcBcpcMethod’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:5179: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_PR-162/build/generated/64/vm/src/cogitX64SysV.c:21:0,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:5220: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_PR-162/build/generated/64/vm/src/cogitX64SysV.c:3233:1: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
 inlineCacheTagAt(AbstractInstruction * self_in_inlineCacheTagAt, sqInt callSiteReturnAddress)
 ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:5170:12: warning: variable ‘sendTable1’ set but not used [-Wunused-but-set-variable]
     sqInt *sendTable1;
            ^
In file included from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:14:0,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘compactCogCompiledCode’:
/builds/workspace/pharo-vm_PR-162/repository/include/pharovm/jit/jit.h:24:52: warning: statement with no effect [-Wunused-value]
 #define flushICacheFromto(startAddress,endAddress) 0
                                                    ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:5485:2: note: in expansion of macro ‘flushICacheFromto’
  flushICacheFromto(((usqInt)methodZoneBase), ((usqInt)(youngReferrers())));
  ^
In file included from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘compactPICsWithFreedTargets’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:2113:45: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                             ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:5502:31: note: in expansion of macro ‘roundUpLength’
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘compileBlockDispatchFromto’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:5541:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:5537:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘compileBlockEntry’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:5615:8: warning: statement with no effect [-Wunused-value]
   error("Case not found and no otherwise clause");
        ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘compileCallFornumArgsargargargargresultRegregsToSave’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:5684:3: warning: statement with no effect [-Wunused-value]
   ((AbstractInstruction *) backEnd);
   ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:5700:3: warning: statement with no effect [-Wunused-value]
   ((AbstractInstruction *) backEnd);
   ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:5716:3: warning: statement with no effect [-Wunused-value]
   ((AbstractInstruction *) backEnd);
   ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:5732:3: warning: statement with no effect [-Wunused-value]
   ((AbstractInstruction *) backEnd);
   ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:5748:2: warning: statement with no effect [-Wunused-value]
  ((AbstractInstruction *) backEnd);
  ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:5651:11: warning: variable ‘literal2’ set but not used [-Wunused-but-set-variable]
     sqInt literal2;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:5650:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:5647:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:5646:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:5645:26: warning: variable ‘anInstruction21’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction21;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:5644:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:5643:26: warning: variable ‘anInstruction11’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction11;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:5642:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘compileEntireFullBlockMethod’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:5785:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:5784:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:5783:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘computeEntryOffsets’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:2113:49: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                                 ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:5975:25: note: in expansion of macro ‘roundUpLength’
  if (entryPointMask >= (roundUpLength(1))) {
                         ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:5976: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_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘configureCPICCase0Case1MethodtagisMNUCasenumArgsdelta’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:6098:2: warning: statement with no effect [-Wunused-value]
  ((AbstractInstruction *) backEnd);
  ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:6063:11: warning: variable ‘pc’ set but not used [-Wunused-but-set-variable]
     sqInt pc;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘configureMNUCPICmethodOperandnumArgsdelta’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:6147:2: warning: statement with no effect [-Wunused-value]
  ((AbstractInstruction *) backEnd);
  ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:6122:11: warning: variable ‘pc’ set but not used [-Wunused-but-set-variable]
     sqInt pc;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘enterCogCodePopReceiver’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:6494:7: warning: statement with no effect [-Wunused-value]
  error("what??");
       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘fillInMethodHeadersizeselector’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:6687:9: warning: statement with no effect [-Wunused-value]
    error("too much code for stack check offset");
         ^
In file included from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:14:0,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_PR-162/repository/include/pharovm/jit/jit.h:24:52: warning: statement with no effect [-Wunused-value]
 #define flushICacheFromto(startAddress,endAddress) 0
                                                    ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:6695:2: note: in expansion of macro ‘flushICacheFromto’
  flushICacheFromto(((usqInt)method), (((usqInt)method)) + size);
  ^
In file included from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:6652:16: warning: variable ‘originalMethod’ set but not used [-Wunused-but-set-variable]
     CogMethod *originalMethod;
                ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘followForwardedMethods’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:2113:45: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                             ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:6902:31: note: in expansion of macro ‘roundUpLength’
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘freeUnmarkedMachineCode’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:2113:45: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                             ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:6998:31: note: in expansion of macro ‘roundUpLength’
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genCheckForInterruptsTrampoline’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:7030:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genEnilopmartForandandforCallcalled’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:7074:11: warning: variable ‘size’ set but not used [-Wunused-but-set-variable]
     sqInt size;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:7070:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
In file included from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:14:0,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘generateCaptureCStackPointers’:
/builds/workspace/pharo-vm_PR-162/repository/include/pharovm/jit/jit.h:24:52: warning: statement with no effect [-Wunused-value]
 #define flushICacheFromto(startAddress,endAddress) 0
                                                    ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:7163:2: note: in expansion of macro ‘flushICacheFromto’
  flushICacheFromto(((usqInt)startAddress), ((usqInt)methodZoneBase));
  ^
In file included from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘generateClosedPICPrototype’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:2113:45: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                             ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:7259:18: note: in expansion of macro ‘roundUpLength’
  closedPICSize = roundUpLength(closedPICSize);
                  ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:7269:16: warning: assignment makes integer from pointer without a cast [-Wint-conversion]
  cPICPrototype = cPIC;
                ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:7192:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:7181:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:7180:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:7179:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:7178:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘generateCogFullBlock’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:2113:45: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                             ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:7297:14: note: in expansion of macro ‘roundUpLength’
  totalSize = roundUpLength((headerSize + codeSize) + mapSize);
              ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘generateCogMethod’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:2113:45: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                             ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:7347:14: note: in expansion of macro ‘roundUpLength’
  totalSize = roundUpLength((headerSize + codeSize) + mapSize);
              ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘generateOpenPICPrototype’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:2113:45: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                             ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:7483:17: note: in expansion of macro ‘roundUpLength’
  openPICSize = (roundUpLength((sizeof(CogMethod)) + codeSize)) + (roundUpLength(mapSize));
                 ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:2113:45: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                             ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:7483:67: note: in expansion of macro ‘roundUpLength’
  openPICSize = (roundUpLength((sizeof(CogMethod)) + codeSize)) + (roundUpLength(mapSize));
                                                                   ^
In file included from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:14:0,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘generateTrampolines’:
/builds/workspace/pharo-vm_PR-162/repository/include/pharovm/jit/jit.h:24:52: warning: statement with no effect [-Wunused-value]
 #define flushICacheFromto(startAddress,endAddress) 0
                                                    ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:7578:2: note: in expansion of macro ‘flushICacheFromto’
  flushICacheFromto(((usqInt)methodZoneStart), ((usqInt)methodZoneBase));
  ^
In file included from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘generateVMOwnerLockFunctions’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:7587:11: warning: unused variable ‘startAddress’ [-Wunused-variable]
     sqInt startAddress;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:7586:11: warning: unused variable ‘opcodeSize’ [-Wunused-variable]
     sqInt opcodeSize;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:7585:11: warning: unused variable ‘fixupSize’ [-Wunused-variable]
     sqInt fixupSize;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genGetLeafCallStackPointer’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:7631:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genInnerPICAbortTrampoline’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:7682:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genLoadCStackPointersForPrimCall’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:7703:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:7702:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:7701:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:7700:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genLoadInlineCacheWithSelector’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:7758:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genNonLocalReturnTrampoline’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:7774:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘incrementUsageOfTargetIfLinkedSendmcpcignored’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:8021:12: warning: variable ‘sendTable1’ set but not used [-Wunused-but-set-variable]
     sqInt *sendTable1;
            ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘indexForSelectorinat’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:8091:7: warning: statement with no effect [-Wunused-value]
  error("could not find selector in method when unlinking send site");
       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘inverseBranchFor’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:8242:8: warning: statement with no effect [-Wunused-value]
   error("Case not found and no otherwise clause");
        ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:8244:7: warning: statement with no effect [-Wunused-value]
  error("invalid opcode for inverse");
       ^
In file included from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:14:0,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘linkSendAtintooffsetreceiver’:
/builds/workspace/pharo-vm_PR-162/repository/include/pharovm/jit/jit.h:24:52: warning: statement with no effect [-Wunused-value]
 #define flushICacheFromto(startAddress,endAddress) 0
                                                    ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:8373:2: note: in expansion of macro ‘flushICacheFromto’
  flushICacheFromto((((usqInt)callSiteReturnAddress)) - extent, ((usqInt)callSiteReturnAddress));
  ^
In file included from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:8362:11: warning: variable ‘extent’ set but not used [-Wunused-but-set-variable]
     sqInt extent;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘mapObjectReferencesInMachineCodeForBecome’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:8595:13: warning: statement with no effect [-Wunused-value]
        error("attempt to become two cogged methods");
             ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:8598:13: warning: statement with no effect [-Wunused-value]
        error("attempt to become cogged method into different method");
             ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:2113:45: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                             ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:8654:31: note: in expansion of macro ‘roundUpLength’
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^
In file included from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:14:0,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_PR-162/repository/include/pharovm/jit/jit.h:24:52: warning: statement with no effect [-Wunused-value]
 #define flushICacheFromto(startAddress,endAddress) 0
                                                    ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:8663:3: note: in expansion of macro ‘flushICacheFromto’
   flushICacheFromto(((usqInt)codeBase), ((usqInt)(limitZony())));
   ^
In file included from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:8566:11: warning: variable ‘val’ set but not used [-Wunused-but-set-variable]
     sqInt val;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘mapObjectReferencesInMachineCodeForFullGC’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:2113:45: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                             ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:8730:31: note: in expansion of macro ‘roundUpLength’
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^
In file included from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:14:0,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_PR-162/repository/include/pharovm/jit/jit.h:24:52: warning: statement with no effect [-Wunused-value]
 #define flushICacheFromto(startAddress,endAddress) 0
                                                    ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:8736:3: note: in expansion of macro ‘flushICacheFromto’
   flushICacheFromto(((usqInt)codeBase), ((usqInt)(limitZony())));
   ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘mapObjectReferencesInMachineCodeForYoungGC’:
/builds/workspace/pharo-vm_PR-162/repository/include/pharovm/jit/jit.h:24:52: warning: statement with no effect [-Wunused-value]
 #define flushICacheFromto(startAddress,endAddress) 0
                                                    ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:8834:3: note: in expansion of macro ‘flushICacheFromto’
   flushICacheFromto(((usqInt)methodZoneBase), ((usqInt)(limitZony())));
   ^
In file included from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:8762:11: warning: variable ‘val’ set but not used [-Wunused-but-set-variable]
     sqInt val;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘mapObjectReferencesInMachineCode’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:8857:8: warning: statement with no effect [-Wunused-value]
   error("Case not found and no otherwise clause");
        ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:8860:8: warning: statement with no effect [-Wunused-value]
   error("youngReferrers list overflowed");
        ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘markAndTraceMachineCodeOfMarkedMethods’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:2113:45: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                             ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:8976:31: note: in expansion of macro ‘roundUpLength’
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^
In file included from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:14:0,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_PR-162/repository/include/pharovm/jit/jit.h:24:52: warning: statement with no effect [-Wunused-value]
 #define flushICacheFromto(startAddress,endAddress) 0
                                                    ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:8984:3: note: in expansion of macro ‘flushICacheFromto’
   flushICacheFromto(((usqInt)methodZoneBase), ((usqInt)(limitZony())));
   ^
In file included from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:8884:11: warning: variable ‘val1’ set but not used [-Wunused-but-set-variable]
     sqInt val1;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:8883:11: warning: variable ‘val’ set but not used [-Wunused-but-set-variable]
     sqInt val;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘markAndTraceOrFreeCogMethodfirstVisit’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:9029:11: warning: variable ‘val’ set but not used [-Wunused-but-set-variable]
     sqInt val;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘markLiteralsAndUnlinkIfUnmarkedSendpcmethod’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:9195: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_PR-162/build/generated/64/vm/src/cogitX64SysV.c:8176:1: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
 inlineCacheValueForSelectorinat(sqInt selector, CogMethod *aCogMethod, sqInt mcpc)
 ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:9139:11: warning: variable ‘val’ set but not used [-Wunused-but-set-variable]
     sqInt val;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘markLiteralspcmethod’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:9216:11: warning: variable ‘entryPoint1’ set but not used [-Wunused-but-set-variable]
     sqInt entryPoint1;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:9215:12: warning: variable ‘cacheTag1’ set but not used [-Wunused-but-set-variable]
     usqInt cacheTag1;
            ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘noCogMethodsMaximallyMarked’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:2113:45: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                             ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:9639:31: note: in expansion of macro ‘roundUpLength’
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘outputInstructionsForGeneratedRuntimeAt’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:9688:11: warning: variable ‘size’ set but not used [-Wunused-but-set-variable]
     sqInt size;
           ^
In file included from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:14:0,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘patchToOpenPICFornumArgsreceiver’:
/builds/workspace/pharo-vm_PR-162/repository/include/pharovm/jit/jit.h:24:52: warning: statement with no effect [-Wunused-value]
 #define flushICacheFromto(startAddress,endAddress) 0
                                                    ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:9748:2: note: in expansion of macro ‘flushICacheFromto’
  flushICacheFromto((((usqInt)outerReturn)) - extent, ((usqInt)outerReturn));
  ^
/builds/workspace/pharo-vm_PR-162/repository/include/pharovm/jit/jit.h:24:52: warning: statement with no effect [-Wunused-value]
 #define flushICacheFromto(startAddress,endAddress) 0
                                                    ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:9749:2: note: in expansion of macro ‘flushICacheFromto’
  flushICacheFromto(((usqInt)oPIC), (((usqInt)oPIC)) + openPICSize);
  ^
In file included from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:9726:11: warning: variable ‘extent’ set but not used [-Wunused-but-set-variable]
     sqInt extent;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘recordRunTimeObjectReferences’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:9859: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_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘relocateCallsInClosedPIC’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:9981:2: warning: statement with no effect [-Wunused-value]
  ((AbstractInstruction *) backEnd);
  ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:9940:11: warning: variable ‘pc1’ set but not used [-Wunused-but-set-variable]
     sqInt pc1;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘relocateIfCallOrMethodReferencemcpcdelta’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:10036: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_PR-162/build/generated/64/vm/src/cogitX64SysV.c:8069:1: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
 indexForSelectorinat(sqInt selector, CogMethod *cogMethod, sqInt mcpc)
 ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘remapIfObjectRefpchasYoung’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:10062:12: warning: variable ‘sendTable1’ set but not used [-Wunused-but-set-variable]
     sqInt *sendTable1;
            ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘spanForCleanBlockStartingAt’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:10266:7: warning: statement with no effect [-Wunused-value]
  error("couldn't locate end of clean block");
       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘unlinkAllSends’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:2113:45: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                             ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:10427:31: note: in expansion of macro ‘roundUpLength’
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^
In file included from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:14:0,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_PR-162/repository/include/pharovm/jit/jit.h:24:52: warning: statement with no effect [-Wunused-value]
 #define flushICacheFromto(startAddress,endAddress) 0
                                                    ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:10429:2: note: in expansion of macro ‘flushICacheFromto’
  flushICacheFromto(((usqInt)methodZoneBase), ((usqInt)(limitZony())));
  ^
In file included from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘unlinkIfFreeOrLinkedSendpcof’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:10474: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_PR-162/build/generated/64/vm/src/cogitX64SysV.c:8176:1: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
 inlineCacheValueForSelectorinat(sqInt selector, CogMethod *aCogMethod, sqInt mcpc)
 ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘unlinkIfInvalidClassSendpcignored’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:10526: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_PR-162/build/generated/64/vm/src/cogitX64SysV.c:8176:1: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
 inlineCacheValueForSelectorinat(sqInt selector, CogMethod *aCogMethod, sqInt mcpc)
 ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘unlinkIfLinkedSendToFreepcignored’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:10576: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_PR-162/build/generated/64/vm/src/cogitX64SysV.c:8176:1: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
 inlineCacheValueForSelectorinat(sqInt selector, CogMethod *aCogMethod, sqInt mcpc)
 ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘unlinkIfLinkedSendpcignored’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:10624: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_PR-162/build/generated/64/vm/src/cogitX64SysV.c:8176:1: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
 inlineCacheValueForSelectorinat(sqInt selector, CogMethod *aCogMethod, sqInt mcpc)
 ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘unlinkIfLinkedSendpcto’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:10672: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_PR-162/build/generated/64/vm/src/cogitX64SysV.c:8176:1: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
 inlineCacheValueForSelectorinat(sqInt selector, CogMethod *aCogMethod, sqInt mcpc)
 ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘unlinkSendsLinkedForInvalidClasses’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:2113:45: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                             ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:10740:31: note: in expansion of macro ‘roundUpLength’
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^
In file included from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:14:0,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_PR-162/repository/include/pharovm/jit/jit.h:24:52: warning: statement with no effect [-Wunused-value]
 #define flushICacheFromto(startAddress,endAddress) 0
                                                    ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:10749:4: note: in expansion of macro ‘flushICacheFromto’
    flushICacheFromto(((usqInt)methodZoneBase), ((usqInt)(limitZony())));
    ^
In file included from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘unlinkSendsOfisMNUSelector’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:2113:45: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                             ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:10796:32: note: in expansion of macro ‘roundUpLength’
    cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                                ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:2113:45: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                             ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:10808:32: note: in expansion of macro ‘roundUpLength’
    cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                                ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:2113:45: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                             ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:10848:31: note: in expansion of macro ‘roundUpLength’
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^
In file included from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:14:0,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_PR-162/repository/include/pharovm/jit/jit.h:24:52: warning: statement with no effect [-Wunused-value]
 #define flushICacheFromto(startAddress,endAddress) 0
                                                    ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:10853:3: note: in expansion of macro ‘flushICacheFromto’
   flushICacheFromto(((usqInt)methodZoneBase), ((usqInt)(limitZony())));
   ^
In file included from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘unlinkSendsToFree’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:2113:45: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                             ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:10913:31: note: in expansion of macro ‘roundUpLength’
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^
In file included from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:14:0,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_PR-162/repository/include/pharovm/jit/jit.h:24:52: warning: statement with no effect [-Wunused-value]
 #define flushICacheFromto(startAddress,endAddress) 0
                                                    ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:10918:3: note: in expansion of macro ‘flushICacheFromto’
   flushICacheFromto(((usqInt)methodZoneBase), ((usqInt)(limitZony())));
   ^
In file included from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘unlinkSendsToandFreeIf’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:2113:45: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                             ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:10989:31: note: in expansion of macro ‘roundUpLength’
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^
In file included from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:14:0,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_PR-162/repository/include/pharovm/jit/jit.h:24:52: warning: statement with no effect [-Wunused-value]
 #define flushICacheFromto(startAddress,endAddress) 0
                                                    ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:11001:4: note: in expansion of macro ‘flushICacheFromto’
    flushICacheFromto(((usqInt)methodZoneBase), ((usqInt)(limitZony())));
    ^
In file included from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘addAllToYoungReferrers’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:2113:45: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                             ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:11053:31: note: in expansion of macro ‘roundUpLength’
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘addToYoungReferrers’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:11078:8: warning: statement with no effect [-Wunused-value]
   error("no room on youngReferrers list");
        ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘clearCogCompiledCode’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:2113:45: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                             ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:11115:31: note: in expansion of macro ‘roundUpLength’
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘compactCompiledCode’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:2113:45: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                             ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:11145:28: note: in expansion of macro ‘roundUpLength’
   source = ((CogMethod *) (roundUpLength((((sqInt)source)) + ((source->blockSize)))));
                            ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘freeOlderMethodsForCompaction’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:2113:45: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                             ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:11266:32: note: in expansion of macro ‘roundUpLength’
    cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                                ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘methodFor’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:2113:45: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                             ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:11322:32: note: in expansion of macro ‘roundUpLength’
   nextMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                                ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘methodsCompiledToMachineCodeInto’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:2113:45: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                             ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:11350:31: note: in expansion of macro ‘roundUpLength’
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘numMethodsOfType’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:2113:45: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                             ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:11376:31: note: in expansion of macro ‘roundUpLength’
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘planCompaction’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:2113:45: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                             ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:11451:31: note: in expansion of macro ‘roundUpLength’
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘printCogMethods’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:2113:45: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                             ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:11489:31: note: in expansion of macro ‘roundUpLength’
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘printCogMethodsOfType’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:2113:45: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                             ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:11520:31: note: in expansion of macro ‘roundUpLength’
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘printCogMethodsWithMethod’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:2113:45: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                             ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:11537:31: note: in expansion of macro ‘roundUpLength’
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘printCogMethodsWithPrimitive’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:2113:45: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                             ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:11554:31: note: in expansion of macro ‘roundUpLength’
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘printCogMethodsWithSelector’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:2113:45: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                             ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:11571:31: note: in expansion of macro ‘roundUpLength’
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘relocateMethodsPreCompaction’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:2113:45: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                             ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:11718:31: note: in expansion of macro ‘roundUpLength’
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genGetMethodHeaderOfintoscratch’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:11843:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:11841:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:11840:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genLoadSlotsourceRegdestReg’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:11863:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:11862:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveBitShift’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:12029:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:12028:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:12027:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:12026:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveClass’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:12132:11: warning: variable ‘reg1’ set but not used [-Wunused-but-set-variable]
     sqInt reg1;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveDiv’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:12166:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:12165:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:12164:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:12163:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveDivide’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:12233:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveMod’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:12416:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:12415:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveQuo’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:12540:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:12539:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genSmallIntegerComparison’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:12730:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genSmallIntegerComparisonorDoubleComparisoninvert’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:12783:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genAddSmallIntegerTagsTo’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:12873:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genAlloc64BitPositiveIntegerValueintoscratchRegscratchReg’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:12895:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:12893:26: warning: variable ‘anInstruction5’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction5;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:12892:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:12891:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:12890:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:12889:26: warning: variable ‘anInstruction11’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction11;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:12888:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:12887:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genAlloc64BitSignedIntegerValueintoscratchRegscratchReg’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:12945:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:12944:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:12941:26: warning: variable ‘anInstruction7’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction7;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:12940:26: warning: variable ‘anInstruction6’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction6;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:12939:26: warning: variable ‘anInstruction5’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction5;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:12938:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:12937:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:12936:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:12935:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:12934:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genAllocFloatValueintoscratchRegscratchReg’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:13005:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:13000:26: warning: variable ‘anInstruction5’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction5;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:12999:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:12998:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:12997:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:12996:26: warning: variable ‘anInstruction11’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction11;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:12995:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:12994:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genClearAndSetSmallIntegerTagsIn’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:13095:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:13094:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genConvertBitsToSmallFloatInscratch’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:13118:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:13117:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:13116:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genConvertCharacterToSmallIntegerInReg’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:13149:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genConvertDataFormatnumSlotsintoBytes’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:13177:11: warning: variable ‘literal2’ set but not used [-Wunused-but-set-variable]
     sqInt literal2;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:13176:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:13175:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:13167:26: warning: variable ‘anInstruction5’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction5;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:13166:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:13165:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:13164:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:13163:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:13162:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genConvertIntegerToSmallIntegerInReg’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:13243:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genConvertSmallFloatToSmallFloatHashAsIntegerInRegscratch’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:13263:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genConvertSmallIntegerToCharacterInReg’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:13293:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genFloatComparisoninvertboxed’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:13383:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genGetHashFieldNonImmOfasSmallIntegerInto’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:13469:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:13468:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:13467:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genGetHashFieldNonImmOfinto’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:13498:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:13497:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genGetInlineCacheClassTagFromintoforEntry’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:13525:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:13524:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genGetNumBytesOfinto’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:13568:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genGetOverflowSlotsOfinto’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:13592:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:13591:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genGetSmallFloatValueOfscratchinto’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:13614:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:13613:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genIntegerTo64BitPositiveIntegerValueintoscratchRegscratchReg’:
/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genIntegerTo64BitSignedIntegerValueintoscratchRegscratchReg’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:13676:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:13675:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genJumpIsSmallIntegerValuescratch’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:13715:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:13714:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:13713:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genJumpNotCharacter’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:13744:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genJumpNotSmallFloatValueBitsscratch’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:13766:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:13765:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:13764:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genJumpNotSmallFloat’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:13824:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genJumpNotSmallIntegerValuescratch’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:13846:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:13845:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:13844:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genJumpNotSmallInteger’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:13875:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genJumpSmallInteger’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:13896:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveAtPutSigned’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:13989:11: warning: variable ‘literal6’ set but not used [-Wunused-but-set-variable]
     sqInt literal6;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:13988:11: warning: variable ‘literal5’ set but not used [-Wunused-but-set-variable]
     sqInt literal5;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:13987:11: warning: variable ‘literal4’ set but not used [-Wunused-but-set-variable]
     sqInt literal4;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:13986:11: warning: variable ‘literal3’ set but not used [-Wunused-but-set-variable]
     sqInt literal3;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:13985:11: warning: variable ‘literal2’ set but not used [-Wunused-but-set-variable]
     sqInt literal2;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:13984:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:13983:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:13954:26: warning: variable ‘anInstruction9’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction9;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:13953:26: warning: variable ‘anInstruction8’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction8;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:13952:26: warning: variable ‘anInstruction7’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction7;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:13951:26: warning: variable ‘anInstruction6’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction6;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:13950:26: warning: variable ‘anInstruction5’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction5;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:13949:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:13948:26: warning: variable ‘anInstruction34’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction34;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:13947:26: warning: variable ‘anInstruction33’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction33;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:13946:26: warning: variable ‘anInstruction32’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction32;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:13945:26: warning: variable ‘anInstruction31’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction31;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:13944:26: warning: variable ‘anInstruction30’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction30;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:13943:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:13942:26: warning: variable ‘anInstruction29’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction29;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:13941:26: warning: variable ‘anInstruction28’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction28;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:13940:26: warning: variable ‘anInstruction27’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction27;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:13939:26: warning: variable ‘anInstruction26’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction26;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:13938:26: warning: variable ‘anInstruction25’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction25;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:13937:26: warning: variable ‘anInstruction24’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction24;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:13936:26: warning: variable ‘anInstruction23’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction23;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:13935:26: warning: variable ‘anInstruction22’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction22;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:13934:26: warning: variable ‘anInstruction21’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction21;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:13933:26: warning: variable ‘anInstruction20’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction20;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:13932:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:13931:26: warning: variable ‘anInstruction19’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction19;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:13930:26: warning: variable ‘anInstruction18’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction18;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:13929:26: warning: variable ‘anInstruction17’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction17;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:13928:26: warning: variable ‘anInstruction16’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction16;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:13927:26: warning: variable ‘anInstruction15’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction15;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:13926:26: warning: variable ‘anInstruction14’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction14;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:13925:26: warning: variable ‘anInstruction13’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction13;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:13924:26: warning: variable ‘anInstruction12’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction12;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:13923:26: warning: variable ‘anInstruction11’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction11;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:13922:26: warning: variable ‘anInstruction10’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction10;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:13921:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:13920:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
In file included from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveAtSigned’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:14421:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:14420:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:14398:26: warning: variable ‘anInstruction9’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction9;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:14397:26: warning: variable ‘anInstruction8’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction8;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:14396:26: warning: variable ‘anInstruction7’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction7;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:14395:26: warning: variable ‘anInstruction6’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction6;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:14394:26: warning: variable ‘anInstruction5’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction5;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:14393:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:14392:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:14391:26: warning: variable ‘anInstruction20’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction20;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:14390:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:14389:26: warning: variable ‘anInstruction19’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction19;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:14388:26: warning: variable ‘anInstruction18’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction18;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:14387:26: warning: variable ‘anInstruction17’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction17;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:14386:26: warning: variable ‘anInstruction16’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction16;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:14385:26: warning: variable ‘anInstruction15’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction15;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:14384:26: warning: variable ‘anInstruction14’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction14;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:14383:26: warning: variable ‘anInstruction13’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction13;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:14381:26: warning: variable ‘anInstruction11’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction11;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:14380:26: warning: variable ‘anInstruction10’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction10;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:14379:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:14378:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
In file included from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveIdentityHash’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:14717:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:14716:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveImmediateAsInteger’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:14792:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveLoadInt32FromBytes’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:14844:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:14843:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:14836:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:14835:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:14834:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:14833:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:14832:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveLoadInt32FromExternalAddress’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:14913:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:14909:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:14908:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:14907:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveLoadInt64FromBytes’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:14973:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:14972:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:14964:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:14963:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:14962:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:14961:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:14960:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveLoadInt64FromExternalAddress’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:15042:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:15037:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:15036:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:15035:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveLoadUInt32FromBytes’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:15100:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:15099:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:15092:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:15091:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:15090:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:15089:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:15088:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveLoadUInt32FromExternalAddress’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:15169:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:15165:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:15164:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:15163:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveLoadUInt64FromBytes’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:15229:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:15228:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:15220:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:15219:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:15218:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:15217:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:15216:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveLoadUInt64FromExternalAddress’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:15298:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:15293:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:15292:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:15291:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveNew’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:15379:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:15378:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:15367:26: warning: variable ‘anInstruction9’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction9;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:15366:26: warning: variable ‘anInstruction8’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction8;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:15365:26: warning: variable ‘anInstruction7’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction7;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:15364:26: warning: variable ‘anInstruction6’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction6;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:15363:26: warning: variable ‘anInstruction5’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction5;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:15362:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:15361:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:15360:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:15359:26: warning: variable ‘anInstruction13’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction13;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:15357:26: warning: variable ‘anInstruction11’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction11;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:15356:26: warning: variable ‘anInstruction10’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction10;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:15355:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:15354:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveNewWithArg’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:15565:11: warning: variable ‘literal8’ set but not used [-Wunused-but-set-variable]
     sqInt literal8;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:15564:11: warning: variable ‘literal7’ set but not used [-Wunused-but-set-variable]
     sqInt literal7;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:15563:11: warning: variable ‘literal6’ set but not used [-Wunused-but-set-variable]
     sqInt literal6;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:15562:11: warning: variable ‘literal5’ set but not used [-Wunused-but-set-variable]
     sqInt literal5;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:15561:11: warning: variable ‘literal4’ set but not used [-Wunused-but-set-variable]
     sqInt literal4;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:15560:11: warning: variable ‘literal3’ set but not used [-Wunused-but-set-variable]
     sqInt literal3;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:15559:11: warning: variable ‘literal2’ set but not used [-Wunused-but-set-variable]
     sqInt literal2;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:15558:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:15557:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:15539:26: warning: variable ‘anInstruction9’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction9;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:15538:26: warning: variable ‘anInstruction8’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction8;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:15537:26: warning: variable ‘anInstruction7’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction7;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:15536:26: warning: variable ‘anInstruction6’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction6;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:15535:26: warning: variable ‘anInstruction5’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction5;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:15534:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:15533:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:15532:26: warning: variable ‘anInstruction22’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction22;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:15530:26: warning: variable ‘anInstruction20’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction20;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:15529:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:15528:26: warning: variable ‘anInstruction19’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction19;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:15527:26: warning: variable ‘anInstruction18’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction18;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:15526:26: warning: variable ‘anInstruction17’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction17;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:15525:26: warning: variable ‘anInstruction16’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction16;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:15524:26: warning: variable ‘anInstruction15’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction15;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:15523:26: warning: variable ‘anInstruction14’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction14;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:15522:26: warning: variable ‘anInstruction13’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction13;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:15521:26: warning: variable ‘anInstruction12’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction12;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:15520:26: warning: variable ‘anInstruction11’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction11;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:15519:26: warning: variable ‘anInstruction10’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction10;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:15518:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:15517:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveShallowCopy’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:15806:11: warning: variable ‘literal3’ set but not used [-Wunused-but-set-variable]
     sqInt literal3;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:15805:11: warning: variable ‘literal2’ set but not used [-Wunused-but-set-variable]
     sqInt literal2;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:15804:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:15803:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:15793:26: warning: variable ‘anInstruction9’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction9;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:15792:26: warning: variable ‘anInstruction8’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction8;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:15791:26: warning: variable ‘anInstruction7’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction7;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:15790:26: warning: variable ‘anInstruction6’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction6;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:15789:26: warning: variable ‘anInstruction5’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction5;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:15788:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:15787:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:15786:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:15785:26: warning: variable ‘anInstruction16’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction16;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:15784:26: warning: variable ‘anInstruction15’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction15;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:15783:26: warning: variable ‘anInstruction14’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction14;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:15782:26: warning: variable ‘anInstruction13’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction13;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:15781:26: warning: variable ‘anInstruction12’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction12;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:15780:26: warning: variable ‘anInstruction11’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction11;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:15779:26: warning: variable ‘anInstruction10’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction10;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:15778:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:15777:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveStoreInt32IntoBytes’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:15935:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:15934:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:15925:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:15924:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:15923:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:15922:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:15921:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveStoreInt32IntoExternalAddress’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:16012:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:16006:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveStoreInt64IntoBytes’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:16077:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:16076:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:16067:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:16066:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:16065:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:16064:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:16063:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveStoreInt64IntoExternalAddress’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:16154:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:16148:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:16147:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:16146:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveStoreUInt32IntoBytes’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:16221:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:16220:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:16210:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:16209:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:16208:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:16207:26: warning: variable ‘anInstruction11’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction11;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:16206:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:16205:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveStoreUInt32IntoExternalAddress’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:16304:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:16297:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:16296:26: warning: variable ‘anInstruction11’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction11;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:16295:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:16294:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveStoreUInt64IntoBytes’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:16375:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:16374:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:16364:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:16363:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:16362:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:16361:26: warning: variable ‘anInstruction11’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction11;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:16360:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:16359:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveStoreUInt64IntoExternalAddress’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:16458:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:16451:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:16450:26: warning: variable ‘anInstruction11’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction11;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:16449:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:16448:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveStringAt’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:16543:11: warning: variable ‘literal4’ set but not used [-Wunused-but-set-variable]
     sqInt literal4;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:16542:11: warning: variable ‘literal3’ set but not used [-Wunused-but-set-variable]
     sqInt literal3;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:16541:11: warning: variable ‘literal2’ set but not used [-Wunused-but-set-variable]
     sqInt literal2;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:16540:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:16539:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:16527:26: warning: variable ‘anInstruction9’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction9;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:16526:26: warning: variable ‘anInstruction8’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction8;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:16525:26: warning: variable ‘anInstruction7’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction7;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:16524:26: warning: variable ‘anInstruction6’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction6;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:16523:26: warning: variable ‘anInstruction5’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction5;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:16522:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:16521:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:16520:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:16519:26: warning: variable ‘anInstruction10’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction10;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:16518:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:16517:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveStringAtPut’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:16687:11: warning: variable ‘literal4’ set but not used [-Wunused-but-set-variable]
     sqInt literal4;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:16686:11: warning: variable ‘literal3’ set but not used [-Wunused-but-set-variable]
     sqInt literal3;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:16685:11: warning: variable ‘literal2’ set but not used [-Wunused-but-set-variable]
     sqInt literal2;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:16684:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:16683:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:16668:26: warning: variable ‘anInstruction9’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction9;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:16667:26: warning: variable ‘anInstruction8’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction8;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:16666:26: warning: variable ‘anInstruction7’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction7;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:16665:26: warning: variable ‘anInstruction6’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction6;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:16664:26: warning: variable ‘anInstruction5’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction5;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:16663:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:16662:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:16661:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:16660:26: warning: variable ‘anInstruction13’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction13;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:16659:26: warning: variable ‘anInstruction12’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction12;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:16658:26: warning: variable ‘anInstruction11’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction11;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:16657:26: warning: variable ‘anInstruction10’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction10;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:16656:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:16655:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genRemoveSmallIntegerTagsInScratchReg’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:16861:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘getLiteralCountOfplusOneinBytesintoscratch’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:16880:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:16879:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:16878:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘maybeGenerateSelectorIndexDereferenceRoutine’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:16957:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:16952:26: warning: variable ‘anInstruction9’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction9;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:16951:26: warning: variable ‘anInstruction8’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction8;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:16950:26: warning: variable ‘anInstruction7’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction7;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:16949:26: warning: variable ‘anInstruction6’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction6;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:16948:26: warning: variable ‘anInstruction5’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction5;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:16947:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:16946:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:16945:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:16944:26: warning: variable ‘anInstruction12’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction12;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:16943:26: warning: variable ‘anInstruction11’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction11;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:16942:26: warning: variable ‘anInstruction10’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction10;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:16941:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:16940:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genAllocExternalAddressValueintoscratchRegscratchReg’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:17126:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:17124:26: warning: variable ‘anInstruction5’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction5;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:17123:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:17122:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:17121:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:17120:26: warning: variable ‘anInstruction11’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction11;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:17119:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:17118:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genCheckRememberedBitOfscratch’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:17169:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:17168:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genConvertIntegerToCharacterInReg’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:17199:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genCreateClosureAtnumArgsnumCopiedcontextNumArgslargeinBlock’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:17224:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:17222:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genCreateFullClosurenumArgsnumCopiedignoreContextcontextNumArgslargeinBlock’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:17265:11: warning: variable ‘literal3’ set but not used [-Wunused-but-set-variable]
     sqInt literal3;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:17264:11: warning: variable ‘literal2’ set but not used [-Wunused-but-set-variable]
     sqInt literal2;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:17263:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:17262:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:17258:26: warning: variable ‘anInstruction9’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction9;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:17257:26: warning: variable ‘anInstruction8’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction8;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:17256:26: warning: variable ‘anInstruction7’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction7;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:17255:26: warning: variable ‘anInstruction6’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction6;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:17254:26: warning: variable ‘anInstruction5’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction5;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:17253:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:17252:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:17251:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:17250:26: warning: variable ‘anInstruction11’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction11;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:17249:26: warning: variable ‘anInstruction10’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction10;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:17248:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:17247:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genEnsureObjInRegNotForwardedscratchReg’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:17349:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:17348:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genEnsureOopInRegNotForwardedscratchReg’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:17380: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_PR-162/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:924: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_PR-162/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:17422:12: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
   finished = nonFwdJumpTargetOrZero;
            ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:17393:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:17392:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genEnsureOopInRegNotForwardedscratchRegupdatingSlotin’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:17441:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:17439:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:17438:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:17437:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genGetActiveContextLargeinBlock’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:17631:8: warning: statement with no effect [-Wunused-value]
   error("Case not found and no otherwise clause");
        ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:17588:11: warning: variable ‘literal9’ set but not used [-Wunused-but-set-variable]
     sqInt literal9;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:17587:11: warning: variable ‘literal8’ set but not used [-Wunused-but-set-variable]
     sqInt literal8;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:17586:11: warning: variable ‘literal7’ set but not used [-Wunused-but-set-variable]
     sqInt literal7;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:17585:11: warning: variable ‘literal6’ set but not used [-Wunused-but-set-variable]
     sqInt literal6;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:17584:11: warning: variable ‘literal5’ set but not used [-Wunused-but-set-variable]
     sqInt literal5;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:17583:11: warning: variable ‘literal4’ set but not used [-Wunused-but-set-variable]
     sqInt literal4;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:17582:11: warning: variable ‘literal3’ set but not used [-Wunused-but-set-variable]
     sqInt literal3;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:17581:11: warning: variable ‘literal2’ set but not used [-Wunused-but-set-variable]
     sqInt literal2;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:17580:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:17579:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:17572:26: warning: variable ‘anInstruction9’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction9;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:17571:26: warning: variable ‘anInstruction8’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction8;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:17570:26: warning: variable ‘anInstruction7’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction7;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:17569:26: warning: variable ‘anInstruction5’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction5;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:17568:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:17567:26: warning: variable ‘anInstruction36’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction36;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:17566:26: warning: variable ‘anInstruction35’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction35;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:17564:26: warning: variable ‘anInstruction33’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction33;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:17563:26: warning: variable ‘anInstruction32’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction32;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:17562:26: warning: variable ‘anInstruction31’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction31;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:17561:26: warning: variable ‘anInstruction30’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction30;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:17560:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:17559:26: warning: variable ‘anInstruction29’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction29;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:17558:26: warning: variable ‘anInstruction28’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction28;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:17557:26: warning: variable ‘anInstruction27’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction27;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:17556:26: warning: variable ‘anInstruction26’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction26;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:17555:26: warning: variable ‘anInstruction25’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction25;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:17554:26: warning: variable ‘anInstruction24’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction24;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:17553:26: warning: variable ‘anInstruction23’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction23;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:17552:26: warning: variable ‘anInstruction22’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction22;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:17551:26: warning: variable ‘anInstruction21’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction21;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:17550:26: warning: variable ‘anInstruction20’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction20;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:17549:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:17548:26: warning: variable ‘anInstruction19’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction19;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:17547:26: warning: variable ‘anInstruction18’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction18;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:17546:26: warning: variable ‘anInstruction17’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction17;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:17545:26: warning: variable ‘anInstruction16’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction16;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:17544:26: warning: variable ‘anInstruction15’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction15;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:17543:26: warning: variable ‘anInstruction14’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction14;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:17542:26: warning: variable ‘anInstruction13’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction13;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:17541:26: warning: variable ‘anInstruction12’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction12;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:17540:26: warning: variable ‘anInstruction11’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction11;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:17539:26: warning: variable ‘anInstruction10’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction10;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:17538:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:17537:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genGetActiveContextNumArgslargeinBlock’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:17814:9: warning: statement with no effect [-Wunused-value]
    error("Case not found and no otherwise clause");
         ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:17834:9: warning: statement with no effect [-Wunused-value]
    error("Case not found and no otherwise clause");
         ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:17795:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genGetBitsofFormatByteOfinto’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:17851:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:17850:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genGetClassIndexOfNonImminto’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:17869:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:17868:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genGetClassObjectOfClassIndexintoscratchReg’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:17895:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:17894:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:17893:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:17892:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:17891:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:17890:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genGetClassObjectOfintoscratchReginstRegIsReceiver’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:17955:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:17952:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:17951:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:17950:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:17949:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:17948:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genGetDoubleValueOfinto’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:18037:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:18036:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genGetFormatOfintoleastSignificantHalfOfBaseHeaderIntoScratch’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:18068:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:18067:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:18066:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genGetNumSlotsOfinto’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:18101:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genGetRawSlotSizeOfNonImminto’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:18127:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:18126:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genJumpImmediate’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:18140:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genJumpImmutablescratchReg’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:18157:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:18156:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genJumpMutablescratchReg’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:18177:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:18176:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genNewArrayOfSizeinitialized’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:18215:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:18211:26: warning: variable ‘anInstruction6’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction6;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:18210:26: warning: variable ‘anInstruction5’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction5;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:18209:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:18208:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:18207:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:18206:26: warning: variable ‘anInstruction11’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction11;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:18205:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:18204:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genNoPopCreateClosureAtnumArgsnumCopiedcontextNumArgslargeinBlock’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:18297:11: warning: variable ‘literal4’ set but not used [-Wunused-but-set-variable]
     sqInt literal4;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:18296:11: warning: variable ‘literal3’ set but not used [-Wunused-but-set-variable]
     sqInt literal3;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:18295:11: warning: variable ‘literal2’ set but not used [-Wunused-but-set-variable]
     sqInt literal2;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:18294:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:18293:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:18290:26: warning: variable ‘anInstruction9’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction9;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:18289:26: warning: variable ‘anInstruction8’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction8;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:18288:26: warning: variable ‘anInstruction7’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction7;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:18287:26: warning: variable ‘anInstruction6’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction6;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:18286:26: warning: variable ‘anInstruction5’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction5;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:18285:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:18284:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:18283:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:18282:26: warning: variable ‘anInstruction10’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction10;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:18281:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:18280:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveIdenticalOrNotIf’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:18435: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_PR-162/build/generated/64/vm/src/cogitX64SysV.c:17390: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_PR-162/build/generated/64/vm/src/cogitX64SysV.c:18461: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_PR-162/build/generated/64/vm/src/cogitX64SysV.c:17390: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_PR-162/build/generated/64/vm/src/cogitX64SysV.c:18421:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:18420:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveLoadBoolean8FromBytes’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:18520:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:18512:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:18511:26: warning: variable ‘anInstruction21’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction21;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:18509:26: warning: variable ‘anInstruction11’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction11;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:18508:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:18507:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveLoadBoolean8FromExternalAddress’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:18607:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/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_PR-162/build/generated/64/vm/src/cogitX64SysV.c:18598:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveLoadChar16FromBytes’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:18684:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:18683:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:18676:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:18675:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:18674:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:18673:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:18672:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveLoadChar16FromExternalAddress’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:18753:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:18749:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:18748:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:18747:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveLoadChar32FromBytes’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:18812:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:18811:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:18804:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:18803:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:18802:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:18801:26: warning: variable ‘anInstruction11’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction11;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:18800:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveLoadChar32FromExternalAddress’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:18881:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:18877:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:18876:26: warning: variable ‘anInstruction11’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction11;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:18875:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveLoadChar8FromBytes’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:18938:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:18931:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:18930:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:18929:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:18928:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveLoadChar8FromExternalAddress’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:19004:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:19000:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:18999:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:18998:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveLoadFloat32FromBytes’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:19064:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:19063:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:19055:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:19054:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:19053:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:19052:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:19051:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveLoadFloat32FromExternalAddress’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:19134:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:19129:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:19128:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:19127:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveLoadFloat64FromBytes’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:19194:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:19193:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:19185:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:19184:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/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_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveLoadFloat64FromExternalAddress’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:19262:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:19257:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:19256:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:19255:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveLoadInt16FromBytes’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:19319:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:19318:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:19311:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:19310:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:19309:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:19308:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:19307:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveLoadInt16FromExternalAddress’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:19388:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:19384:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:19383:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:19382:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveLoadInt8FromBytes’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:19445:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:19438:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:19437:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:19436:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:19435:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveLoadInt8FromExternalAddress’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:19511:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:19507:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:19506:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:19505:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveLoadPointerFromBytes’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:19571:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:19570:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:19562:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:19561:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:19560:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:19559:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:19558:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveLoadPointerFromExternalAddress’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:19649:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:19644:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:19643:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:19642:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveLoadUInt16FromBytes’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:19716:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:19715:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:19708:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:19707:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:19706:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:19705:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:19704:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveLoadUInt16FromExternalAddress’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:19785:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:19781:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:19780:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:19779:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveLoadUInt8FromBytes’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:19842:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:19835:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:19834:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:19833:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:19832:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveLoadUInt8FromExternalAddress’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:19908:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:19904:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:19903:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:19902:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveObjectAt’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:19962:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:19957:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:19956:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:19955:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveSize’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:20047:11: warning: variable ‘literal2’ set but not used [-Wunused-but-set-variable]
     sqInt literal2;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:20046:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:20045:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:20030:26: warning: variable ‘anInstruction9’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction9;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:20029:26: warning: variable ‘anInstruction8’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction8;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:20028:26: warning: variable ‘anInstruction7’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction7;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:20027:26: warning: variable ‘anInstruction6’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction6;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:20026:26: warning: variable ‘anInstruction5’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction5;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:20025:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:20024:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:20023:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:20022:26: warning: variable ‘anInstruction10’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction10;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:20021:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:20020:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveStoreBoolean8IntoBytes’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:20181:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:20171:26: warning: variable ‘anInstruction31’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction31;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:20170:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:20169:26: warning: variable ‘anInstruction21’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction21;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:20168:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:20167:26: warning: variable ‘anInstruction11’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction11;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:20166:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:20165:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveStoreBoolean8IntoExternalAddress’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:20279:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:20272:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:20271:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:20270:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:20269:26: warning: variable ‘anInstruction11’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction11;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:20268:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:20267:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveStoreChar16IntoBytes’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:20364:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:20363:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:20354:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:20353:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:20352:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:20351:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:20350:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveStoreChar16IntoExternalAddress’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:20443:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:20437:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:20436:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:20435:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveStoreChar32IntoBytes’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:20510:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:20509:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:20500:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:20499:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:20498:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:20497:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:20496:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveStoreChar32IntoExternalAddress’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:20589:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:20583:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:20582:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:20581:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveStoreChar8IntoBytes’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:20654:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:20645:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:20644:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:20643:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:20642:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveStoreChar8IntoExternalAddress’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:20730:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:20724:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:20723:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:20722:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveStoreFloat32IntoBytes’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:20797:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:20796:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:20787:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:20786:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:20785:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:20784:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:20783:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveStoreFloat32IntoExternalAddress’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:20874:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:20868:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:20867:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:20866:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveStoreFloat64IntoBytes’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:20939:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:20938:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:20929:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:20928:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:20927:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:20926:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:20925:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveStoreFloat64IntoExternalAddress’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:21014:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:21008:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:21007:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:21006:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveStoreInt16IntoBytes’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:21077:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:21076:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:21067:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:21066:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:21065:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:21064:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:21063:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveStoreInt16IntoExternalAddress’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:21154:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:21148:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:21147:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:21146:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveStoreInt8IntoBytes’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:21217:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:21208:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:21207:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:21206:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:21205:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveStoreInt8IntoExternalAddress’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:21291:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:21285:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:21284:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:21283:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveStorePointerIntoBytes’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:21359:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:21358:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:21348:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:21347:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:21346:26: warning: variable ‘anInstruction21’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction21;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:21345:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:21344:26: warning: variable ‘anInstruction11’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction11;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:21343:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:21342:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveStorePointerIntoExternalAddress’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:21447:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:21440:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:21439:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:21438:26: warning: variable ‘anInstruction11’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction11;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:21437:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:21436:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveStoreUInt16IntoBytes’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:21522:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:21521:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:21511:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:21510:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:21509:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:21508:26: warning: variable ‘anInstruction11’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction11;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:21507:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:21506:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveStoreUInt16IntoExternalAddress’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:21603:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:21596:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:21595:26: warning: variable ‘anInstruction11’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction11;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:21594:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:21593:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveStoreUInt8IntoBytes’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:21670:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:21660:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:21659:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:21658:26: warning: variable ‘anInstruction11’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction11;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:21657:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:21656:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveStoreUInt8IntoExternalAddress’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:21750:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:21743:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:21742:26: warning: variable ‘anInstruction11’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction11;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:21741:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:21740:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveStringCompareWith’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:21825:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:21824:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:21814:26: warning: variable ‘anInstruction6’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction6;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:21813:26: warning: variable ‘anInstruction5’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction5;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:21812:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:21811:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:21810:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:21809:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:21808:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveStringReplace’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:22005:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:22004:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:21985:26: warning: variable ‘anInstruction9’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction9;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:21984:26: warning: variable ‘anInstruction8’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction8;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:21983:26: warning: variable ‘anInstruction7’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction7;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:21982:26: warning: variable ‘anInstruction6’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction6;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:21981:26: warning: variable ‘anInstruction5’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction5;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:21980:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:21979:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:21978:26: warning: variable ‘anInstruction24’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction24;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:21977:26: warning: variable ‘anInstruction23’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction23;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:21976:26: warning: variable ‘anInstruction22’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction22;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:21975:26: warning: variable ‘anInstruction21’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction21;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:21974:26: warning: variable ‘anInstruction20’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction20;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:21973:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:21972:26: warning: variable ‘anInstruction19’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction19;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:21971:26: warning: variable ‘anInstruction18’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction18;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:21970:26: warning: variable ‘anInstruction17’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction17;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:21969:26: warning: variable ‘anInstruction16’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction16;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:21968:26: warning: variable ‘anInstruction15’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction15;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:21967:26: warning: variable ‘anInstruction14’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction14;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:21966:26: warning: variable ‘anInstruction13’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction13;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:21965:26: warning: variable ‘anInstruction12’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction12;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:21964:26: warning: variable ‘anInstruction11’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction11;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:21963:26: warning: variable ‘anInstruction10’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction10;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:21962:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:21961:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genSetSmallIntegerTagsIn’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:22298:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genStoreCheckReceiverRegvalueRegscratchReginFrame’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:22334:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genStoreSourceRegslotIndexdestRegscratchReginFrameneedsStoreCheck’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:22386:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:22385:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genStoreSourceRegslotIndexintoNewObjectInDestReg’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:22415:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:22414:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genStoreTrampolineCalledinstVarIndex’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:22438:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genStoreWithImmutabilityAndStoreCheckSourceRegslotIndexdestRegscratchRegneedRestoreRcvr’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:22486:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:22480:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:22479:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:22478:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genStoreWithImmutabilityButNoStoreCheckSourceRegslotIndexdestRegscratchRegneedRestoreRcvr’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:22569:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:22567:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:22566:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘jumpNotCharacterUnsignedValueInRegister’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:22668:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘maybeCompileRetryOnPrimitiveFail’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:22755:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:22754:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:22753:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:22752:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
In file included from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘ensureSpilledAtfrom’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:2130:25: warning: statement with no effect [-Wunused-value]
 #define traceSpill(ign) 0
                         ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:22878:2: note: in expansion of macro ‘traceSpill’
  traceSpill(self_in_ensureSpilledAtfrom);
  ^
In file included from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:22865:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:22864:26: warning: variable ‘inst’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *inst;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:22863:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘popToReg’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:22973:9: warning: statement with no effect [-Wunused-value]
    error("Case not found and no otherwise clause");
         ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:22934:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:22933:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:22932:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘storeToReg’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:23059:8: warning: statement with no effect [-Wunused-value]
   error("Case not found and no otherwise clause");
        ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:23024:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:23023:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:23022:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘computeMaximumSize’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:23645:8: warning: statement with no effect [-Wunused-value]
   error("Case not found and no otherwise clause");
        ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘dispatchConcretize’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:24351: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_PR-162/build/generated/64/vm/src/cogitX64SysV.c:24372: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_PR-162/build/generated/64/vm/src/cogitX64SysV.c:24390: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_PR-162/build/generated/64/vm/src/cogitX64SysV.c:24413: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_PR-162/build/generated/64/vm/src/cogitX64SysV.c:24431: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_PR-162/build/generated/64/vm/src/cogitX64SysV.c:24451: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_PR-162/build/generated/64/vm/src/cogitX64SysV.c:24460: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_PR-162/build/generated/64/vm/src/cogitX64SysV.c:24480: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_PR-162/build/generated/64/vm/src/cogitX64SysV.c:24498: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_PR-162/build/generated/64/vm/src/cogitX64SysV.c:24519: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_PR-162/build/generated/64/vm/src/cogitX64SysV.c:24537: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_PR-162/build/generated/64/vm/src/cogitX64SysV.c:24558: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_PR-162/build/generated/64/vm/src/cogitX64SysV.c:24576: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_PR-162/build/generated/64/vm/src/cogitX64SysV.c:24597: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_PR-162/build/generated/64/vm/src/cogitX64SysV.c:24615: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_PR-162/build/generated/64/vm/src/cogitX64SysV.c:24638: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_PR-162/build/generated/64/vm/src/cogitX64SysV.c:24656: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_PR-162/build/generated/64/vm/src/cogitX64SysV.c:24679: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_PR-162/build/generated/64/vm/src/cogitX64SysV.c:24697: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_PR-162/build/generated/64/vm/src/cogitX64SysV.c:24718: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_PR-162/build/generated/64/vm/src/cogitX64SysV.c:24736: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_PR-162/build/generated/64/vm/src/cogitX64SysV.c:24757: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_PR-162/build/generated/64/vm/src/cogitX64SysV.c:24775: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_PR-162/build/generated/64/vm/src/cogitX64SysV.c:24796: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_PR-162/build/generated/64/vm/src/cogitX64SysV.c:24814: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_PR-162/build/generated/64/vm/src/cogitX64SysV.c:24835: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_PR-162/build/generated/64/vm/src/cogitX64SysV.c:24853: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_PR-162/build/generated/64/vm/src/cogitX64SysV.c:24875: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_PR-162/build/generated/64/vm/src/cogitX64SysV.c:24893: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_PR-162/build/generated/64/vm/src/cogitX64SysV.c:24915: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_PR-162/build/generated/64/vm/src/cogitX64SysV.c:24933: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_PR-162/build/generated/64/vm/src/cogitX64SysV.c:24954: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_PR-162/build/generated/64/vm/src/cogitX64SysV.c:24972: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_PR-162/build/generated/64/vm/src/cogitX64SysV.c:24993: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_PR-162/build/generated/64/vm/src/cogitX64SysV.c:25011: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_PR-162/build/generated/64/vm/src/cogitX64SysV.c:25808:4: warning: statement with no effect [-Wunused-value]
    (self_in_dispatchConcretize->machineCodeSize);
    ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:25941:4: warning: statement with no effect [-Wunused-value]
    (self_in_dispatchConcretize->machineCodeSize);
    ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:26075:4: warning: statement with no effect [-Wunused-value]
    (self_in_dispatchConcretize->machineCodeSize);
    ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:26173:4: warning: statement with no effect [-Wunused-value]
    (self_in_dispatchConcretize->machineCodeSize);
    ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:27316:8: warning: statement with no effect [-Wunused-value]
   error("Case not found and no otherwise clause");
        ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘dispatchConcretizeProcessorSpecific’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:27439:8: warning: statement with no effect [-Wunused-value]
   error("Case not found and no otherwise clause");
        ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genDivRRQuoRem’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:27501:8: warning: statement with no effect [-Wunused-value]
   error("couldn't find unused register in genDivR:R:Quo:Rem:");
        ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘generateLowLevelTryLock’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:27587:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:27586:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:27585:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:27584:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘generateLowLevelUnlock’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:27615:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:27614:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genLoadCStackPointer’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:27639:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genLoadCStackPointers’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:27660:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:27659:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genLoadStackPointers’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:27684:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:27683:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genMemCopytoconstantSize’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:27708:27: warning: variable ‘inst’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction * inst;
                           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:27705:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:27704:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genMemCopytosize’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:27766:27: warning: variable ‘inst’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction * inst;
                           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:27763:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPushRegisterArgsForAbortMissNumArgs’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:27887:11: warning: variable ‘literal9’ set but not used [-Wunused-but-set-variable]
     sqInt literal9;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:27886:11: warning: variable ‘literal8’ set but not used [-Wunused-but-set-variable]
     sqInt literal8;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:27885:11: warning: variable ‘literal7’ set but not used [-Wunused-but-set-variable]
     sqInt literal7;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:27884:11: warning: variable ‘literal6’ set but not used [-Wunused-but-set-variable]
     sqInt literal6;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:27883:11: warning: variable ‘literal5’ set but not used [-Wunused-but-set-variable]
     sqInt literal5;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:27882:11: warning: variable ‘literal4’ set but not used [-Wunused-but-set-variable]
     sqInt literal4;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:27881:11: warning: variable ‘literal3’ set but not used [-Wunused-but-set-variable]
     sqInt literal3;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:27880:11: warning: variable ‘literal2’ set but not used [-Wunused-but-set-variable]
     sqInt literal2;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:27879:11: warning: variable ‘literal10’ set but not used [-Wunused-but-set-variable]
     sqInt literal10;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:27878:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:27877:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:27876:26: warning: variable ‘anInstruction9’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction9;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:27875:26: warning: variable ‘anInstruction8’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction8;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:27874:26: warning: variable ‘anInstruction7’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction7;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:27873:26: warning: variable ‘anInstruction6’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction6;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:27872:26: warning: variable ‘anInstruction5’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction5;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:27871:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:27870:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:27869:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:27868:26: warning: variable ‘anInstruction11’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction11;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:27867:26: warning: variable ‘anInstruction10’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction10;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:27866:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:27865:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPushRegisterArgsForNumArgsscratchReg’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:27971:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:27970:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genSaveStackPointers’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:28052:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:28051:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘instructionSizeAt’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:28138:8: warning: statement with no effect [-Wunused-value]
   error("Case not found and no otherwise clause");
        ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘prepareStackToCallCFunctionInSmalltalkStack’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:28415:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:28414:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘rewriteCallAttarget’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:28488:8: warning: statement with no effect [-Wunused-value]
   error("linking callsite to invalid address");
        ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘rewriteInlineCacheAttagtarget’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:28557:8: warning: statement with no effect [-Wunused-value]
   error("linking callsite to invalid address");
        ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘sizeHasModrmat’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:28693:9: warning: statement with no effect [-Wunused-value]
    error("Case not found and no otherwise clause");
         ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:28667:11: warning: variable ‘ro’ set but not used [-Wunused-but-set-variable]
     sqInt ro;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘sizeImmediateGroup1at’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:28725:8: warning: statement with no effect [-Wunused-value]
   error("Case not found and no otherwise clause");
        ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:28710:11: warning: variable ‘rm’ set but not used [-Wunused-but-set-variable]
     sqInt rm;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:28708:11: warning: variable ‘mod’ set but not used [-Wunused-but-set-variable]
     sqInt mod;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘stopsFromto’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:28734: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_PR-162/build/generated/64/vm/src/cogitX64SysV.c:12,
                 from /builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘twoByteInstructionSizeAt’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:28773:8: warning: statement with no effect [-Wunused-value]
   error("Case not found and no otherwise clause");
        ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘compileGetErrorCode’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:28845:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:28844:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘compileInterpreterPrimitiveflags’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:29006:3: warning: statement with no effect [-Wunused-value]
   ((AbstractInstruction *) backEnd);
   ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:29017:3: warning: statement with no effect [-Wunused-value]
   ((AbstractInstruction *) backEnd);
   ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:29034:3: warning: statement with no effect [-Wunused-value]
   ((AbstractInstruction *) backEnd);
   ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:29045:3: warning: statement with no effect [-Wunused-value]
   ((AbstractInstruction *) backEnd);
   ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:28923:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:28917:26: warning: variable ‘anInstruction8’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction8;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:28916:26: warning: variable ‘anInstruction7’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction7;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:28914:26: warning: variable ‘anInstruction5’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction5;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:28913:26: warning: variable ‘anInstruction40’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction40;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:28912:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:28911:26: warning: variable ‘anInstruction39’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction39;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:28910:26: warning: variable ‘anInstruction38’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction38;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:28909:26: warning: variable ‘anInstruction37’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction37;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:28908:26: warning: variable ‘anInstruction36’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction36;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:28907:26: warning: variable ‘anInstruction35’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction35;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:28906:26: warning: variable ‘anInstruction34’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction34;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:28905:26: warning: variable ‘anInstruction33’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction33;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:28904:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:28903:26: warning: variable ‘anInstruction29’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction29;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:28902:26: warning: variable ‘anInstruction27’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction27;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:28901:26: warning: variable ‘anInstruction26’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction26;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:28900:26: warning: variable ‘anInstruction25’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction25;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:28899:26: warning: variable ‘anInstruction24’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction24;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:28898:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:28897:26: warning: variable ‘anInstruction19’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction19;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:28896:26: warning: variable ‘anInstruction18’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction18;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:28894:26: warning: variable ‘anInstruction13’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction13;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘compileMachineCodeInterpreterPrimitive’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:29178:8: warning: statement with no effect [-Wunused-value]
   error("shouldBeImplemented");
        ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:29184:3: warning: statement with no effect [-Wunused-value]
   ((AbstractInstruction *) backEnd);
   ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:29190:3: warning: statement with no effect [-Wunused-value]
   ((AbstractInstruction *) backEnd);
   ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:29196:3: warning: statement with no effect [-Wunused-value]
   ((AbstractInstruction *) backEnd);
   ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:29202:3: warning: statement with no effect [-Wunused-value]
   ((AbstractInstruction *) backEnd);
   ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:29208:2: warning: statement with no effect [-Wunused-value]
  ((AbstractInstruction *) backEnd);
  ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:29149:11: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
     sqInt n;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:29146:26: warning: variable ‘anInstruction12’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction12;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:29145:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘compileOpenPICMethodCacheProbeForwithShiftbaseRegOrNone’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:29248:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:29247:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:29246:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:29245:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:29244:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘compileOpenPICnumArgs’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:29321:39: warning: passing argument 2 of ‘isWithinMwOffsetRange’ makes integer from pointer without a cast [-Wint-conversion]
  if (!(isWithinMwOffsetRange(backEnd, methodCacheAddress()))) {
                                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:28203:1: note: expected ‘sqInt {aka long int}’ but argument is of type ‘void *’
 isWithinMwOffsetRange(AbstractInstruction * self_in_isWithinMwOffsetRange, sqInt anAddress)
 ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:29305:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:29303:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘compilePerformMethodCacheProbeForwithShiftbaseRegOrNone’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:29372:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:29371:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:29370:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:29369:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:29368:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘compilePrimitive’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:29479:49: warning: passing argument 1 of ‘compileMachineCodeInterpreterPrimitive’ makes pointer from integer without a cast [-Wint-conversion]
   return compileMachineCodeInterpreterPrimitive(mcprimFunctionForPrimitiveIndex(primitiveIndex));
                                                 ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:29143:1: note: expected ‘void (*)(void)’ but argument is of type ‘sqInt {aka long int}’
 compileMachineCodeInterpreterPrimitive(void (*primitiveRoutine)(void))
 ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:29482:24: warning: comparison of distinct pointer types lacks a cast
   || (primitiveRoutine == primitiveFail)) {
                        ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genDoubleFailIfZeroArgRcvrarg’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:29601:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genFastPrimTraceUsingand’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:29968:26: warning: variable ‘anInstruction5’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction5;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:29967:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:29966:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:29965:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:29964:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:29963:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genLookupForPerformNumArgs’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:30102:39: warning: passing argument 2 of ‘isWithinMwOffsetRange’ makes integer from pointer without a cast [-Wint-conversion]
  if (!(isWithinMwOffsetRange(backEnd, methodCacheAddress()))) {
                                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:28203:1: note: expected ‘sqInt {aka long int}’ but argument is of type ‘void *’
 isWithinMwOffsetRange(AbstractInstruction * self_in_isWithinMwOffsetRange, sqInt anAddress)
 ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:30089:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:30087:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genMustBeBooleanTrampolineForcalled’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:30161:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveHashMultiply’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:30180:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:30179:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimReturnEnterCogCodeEnilopmart’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:30242:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:30237:26: warning: variable ‘anInstruction9’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction9;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:30236:26: warning: variable ‘anInstruction8’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction8;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:30235:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:30234:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:30233:26: warning: variable ‘anInstruction18’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction18;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:30232:26: warning: variable ‘anInstruction16’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction16;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:30231:26: warning: variable ‘anInstruction15’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction15;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:30230:26: warning: variable ‘anInstruction14’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction14;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:30229:26: warning: variable ‘anInstruction13’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction13;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:30228:26: warning: variable ‘anInstruction12’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction12;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:30227:26: warning: variable ‘anInstruction10’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction10;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:30226:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genQuickReturnConst’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:30416:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genReturnFalse’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:30462:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genReturnNil’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:30481:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genReturnNilFromBlock’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:30500:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genReturnTrue’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:30520:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘maybeCompileAllocFillerCheck’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:30934:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:30933:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:30932:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:30931:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
In file included from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:14:0,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘rewritePrimInvocationInto’:
/builds/workspace/pharo-vm_PR-162/repository/include/pharovm/jit/jit.h:24:52: warning: statement with no effect [-Wunused-value]
 #define flushICacheFromto(startAddress,endAddress) 0
                                                    ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:31763:2: note: in expansion of macro ‘flushICacheFromto’
  flushICacheFromto((((usqInt)cogMethod)) + cmNoCheckEntryOffset, (((usqInt)address)) + extent);
  ^
In file included from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:31745:11: warning: variable ‘extent’ set but not used [-Wunused-but-set-variable]
     sqInt extent;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘adjustArgumentsForPerform’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:32044:11: warning: variable ‘literal9’ set but not used [-Wunused-but-set-variable]
     sqInt literal9;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:32043:11: warning: variable ‘literal5’ set but not used [-Wunused-but-set-variable]
     sqInt literal5;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:32042:11: warning: variable ‘literal3’ set but not used [-Wunused-but-set-variable]
     sqInt literal3;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:32041:11: warning: variable ‘literal2’ set but not used [-Wunused-but-set-variable]
     sqInt literal2;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:32040:11: warning: variable ‘literal10’ set but not used [-Wunused-but-set-variable]
     sqInt literal10;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:32038:26: warning: variable ‘anInstruction9’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction9;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:32037:26: warning: variable ‘anInstruction8’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction8;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:32036:26: warning: variable ‘anInstruction7’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction7;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:32035:26: warning: variable ‘anInstruction5’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction5;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:32034:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:32033:26: warning: variable ‘anInstruction15’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction15;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:32032:26: warning: variable ‘anInstruction14’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction14;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:32031:26: warning: variable ‘anInstruction13’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction13;
                          ^
In file included from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘compileAbstractInstructionsFromthrough’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:2129:25: warning: statement with no effect [-Wunused-value]
 #define traceSimStack() 0
                         ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:32188:2: note: in expansion of macro ‘traceSimStack’
  traceSimStack();
  ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:2091:30: warning: statement with no effect [-Wunused-value]
 #define maybeHaltIfDebugPC() 0
                              ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:32194:3: note: in expansion of macro ‘maybeHaltIfDebugPC’
   maybeHaltIfDebugPC();
   ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:2126:30: warning: statement with no effect [-Wunused-value]
 #define traceDescriptor(ign) 0
                              ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:32209:3: note: in expansion of macro ‘traceDescriptor’
   traceDescriptor(descriptor);
   ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:2129:25: warning: statement with no effect [-Wunused-value]
 #define traceSimStack() 0
                         ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:32210:3: note: in expansion of macro ‘traceSimStack’
   traceSimStack();
   ^
In file included from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:32245: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_PR-162/build/generated/64/vm/src/cogitX64SysV.c:32183:11: warning: variable ‘generateBranchAround’ set but not used [-Wunused-but-set-variable]
     sqInt generateBranchAround;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘compileBlockBodies’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:32256:11: warning: variable ‘initialCounterIndex’ set but not used [-Wunused-but-set-variable]
     sqInt initialCounterIndex;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘compileBlockFrameBuild’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:32338:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:32337:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:32336:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘compileEntireMethod’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:32610:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:32609:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:32608:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘compileFrameBuild’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:32675:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:32674:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:32673:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘compileFullBlockMethodFrameBuild’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:32795:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:32794:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘compileTwoPathFrameBuild’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:32910:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:32909:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:32908:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:32907:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘compileTwoPathFramelessInit’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:33012:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
In file included from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘ensureFixupAt’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:2127:34: warning: statement with no effect [-Wunused-value]
 #define traceFixupmerge(igu,ana) 0
                                  ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:33175:2: note: in expansion of macro ‘traceFixupmerge’
  traceFixupmerge(fixup, 1);
  ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘ensureNonMergeFixupAt’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:2127:34: warning: statement with no effect [-Wunused-value]
 #define traceFixupmerge(igu,ana) 0
                                  ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:33211:2: note: in expansion of macro ‘traceFixupmerge’
  traceFixupmerge(fixup, 1);
  ^
In file included from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genCallPICEnilopmartNumArgs’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:33407:11: warning: variable ‘size’ set but not used [-Wunused-but-set-variable]
     sqInt size;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:33402:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genCallPrimitiveBytecode’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:33459:11: warning: variable ‘primSet’ set but not used [-Wunused-but-set-variable]
     sqInt primSet;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genExternalizePointersForPrimitiveCall’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:33484:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:33483:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:33482:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
In file included from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘generateInstructionsAt’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:2090:41: warning: statement with no effect [-Wunused-value]
 #define maybeBreakGeneratingAt(address) 0
                                         ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:33672:3: note: in expansion of macro ‘maybeBreakGeneratingAt’
   maybeBreakGeneratingAt(absoluteAddress);
   ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:2090:41: warning: statement with no effect [-Wunused-value]
 #define maybeBreakGeneratingAt(address) 0
                                         ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:33699:3: note: in expansion of macro ‘maybeBreakGeneratingAt’
   maybeBreakGeneratingAt((abstractInstruction->address));
   ^
In file included from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genForwardersInlinedIdenticalOrNotIf’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:33984: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_PR-162/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:17390: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_PR-162/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:33988: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_PR-162/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:17390: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_PR-162/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:33988: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_PR-162/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:17390: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_PR-162/build/generated/64/vm/src/cogitX64SysV.c:33803:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:33791:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:33790:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:33789:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
In file included from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genIdenticalNoBranchArgIsConstantrcvrIsConstantargRegrcvrRegorNotIf’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:34061: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_PR-162/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:17390: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_PR-162/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:34065: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_PR-162/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:17390: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_PR-162/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:34006:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:34005:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:34004:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:34003:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genInlinedIdenticalOrNotIf’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:34120:25: warning: variable ‘primDescriptor’ set but not used [-Wunused-but-set-variable]
     BytecodeDescriptor *primDescriptor;
                         ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genJumpBackTo’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:34146:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
In file included from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genJumpIfto’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:34191:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:34190:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
In file included from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genMarshalledSendnumArgssendTable’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:34332:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:34331:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
In file included from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genMethodAbortTrampolineFor’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:34392:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPopStackBytecode’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:34440:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:34439:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveClosureValue’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:34480:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:34473:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:34472:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:34471:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:34470:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveFullClosureValue’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:34554:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:34549:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:34548:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:34547:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitivePerform’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:34605:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPushLiteralVariable’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:34687:11: warning: variable ‘eA’ set but not used [-Wunused-but-set-variable]
     sqInt eA;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:34683:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPushMaybeContextReceiverVariable’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:34777:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:34776:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
In file included from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPushRemoteTempLongBytecode’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:34899:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genSpecialSelectorArithmetic’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:35088:9: warning: statement with no effect [-Wunused-value]
    error("Case not found and no otherwise clause");
         ^
In file included from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:35218:8: warning: statement with no effect [-Wunused-value]
   error("Case not found and no otherwise clause");
        ^
In file included from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:35051:11: warning: variable ‘literal3’ set but not used [-Wunused-but-set-variable]
     sqInt literal3;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:35050:11: warning: variable ‘literal2’ set but not used [-Wunused-but-set-variable]
     sqInt literal2;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:35049:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:35048:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:35040:26: warning: variable ‘anInstruction7’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction7;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:35039:26: warning: variable ‘anInstruction6’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction6;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:35038:26: warning: variable ‘anInstruction5’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction5;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:35037:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:35036:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:35035:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:35034:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:35033:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
In file included from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genSpecialSelectorComparison’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:35302:11: warning: variable ‘nextPC’ set but not used [-Wunused-but-set-variable]
     sqInt nextPC;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:35291:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:35290:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
In file included from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genStaticallyResolvedSpecialSelectorComparison’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:35481:8: warning: statement with no effect [-Wunused-value]
   error("Case not found and no otherwise clause");
        ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genStorePopLiteralVariableneedsStoreCheckneedsImmutabilityCheck’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:35498:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
In file included from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genStorePopMaybeContextReceiverVariableneedsStoreCheckneedsImmutabilityCheck’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:35559:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:35558:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
In file included from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genStorePopRemoteTempAtneedsStoreCheck’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:35682:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genStorePopTemporaryVariable’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:35708:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
In file included from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘mergeWithFixupIfRequired’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:2128:25: warning: statement with no effect [-Wunused-value]
 #define traceMerge(ign) 0
                         ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:36118:2: note: in expansion of macro ‘traceMerge’
  traceMerge(fixup);
  ^
In file included from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘reinitializeFixupsFromthrough’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:36290: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_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘ssAllocateRequiredRegMaskupThrough’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:36561:11: warning: variable ‘lastRequiredNative’ set but not used [-Wunused-but-set-variable]
     sqInt lastRequiredNative;
           ^
In file included from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogit.c: At top level:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:2158:1: warning: ‘availableFloatRegisterOrNoneFor’ defined but not used [-Wunused-function]
 availableFloatRegisterOrNoneFor(AbstractInstruction * self_in_availableFloatRegisterOrNoneFor, sqInt liveRegsMask)
 ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:2192:1: warning: ‘cloneLiteralFrom’ defined but not used [-Wunused-function]
 cloneLiteralFrom(AbstractInstruction * self_in_cloneLiteralFrom, AbstractInstruction *existingLiteral)
 ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:2279:1: warning: ‘initializeSharableLiteral’ defined but not used [-Wunused-function]
 initializeSharableLiteral(AbstractInstruction * self_in_initializeSharableLiteral, sqInt literal)
 ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:2298:1: warning: ‘initializeUniqueLiteral’ defined but not used [-Wunused-function]
 initializeUniqueLiteral(AbstractInstruction * self_in_initializeUniqueLiteral, sqInt literal)
 ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:2321:1: warning: ‘isLiteral’ defined but not used [-Wunused-function]
 isLiteral(AbstractInstruction * self_in_isLiteral)
 ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:2377:1: warning: ‘rewriteConditionalJumpLongAttarget’ defined but not used [-Wunused-function]
 rewriteConditionalJumpLongAttarget(AbstractInstruction * self_in_rewriteConditionalJumpLongAttarget, sqInt callSiteReturnAddress, sqInt callTargetAddress)
 ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:2390:1: warning: ‘wantsNearAddressFor’ defined but not used [-Wunused-function]
 wantsNearAddressFor(AbstractInstruction * self_in_wantsNearAddressFor, sqInt anObject)
 ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:3110:1: warning: ‘computeSizeOfArithCqR’ defined but not used [-Wunused-function]
 computeSizeOfArithCqR(AbstractInstruction * self_in_computeSizeOfArithCqR)
 ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:3125:1: warning: ‘computeSizeOfArithCwR’ defined but not used [-Wunused-function]
 computeSizeOfArithCwR(AbstractInstruction * self_in_computeSizeOfArithCwR)
 ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:3170:1: warning: ‘concretizeMoveCwR’ defined but not used [-Wunused-function]
 concretizeMoveCwR(AbstractInstruction * self_in_concretizeMoveCwR)
 ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:3289:1: warning: ‘loadLiteralByteSize’ defined but not used [-Wunused-function]
 loadLiteralByteSize(AbstractInstruction * self_in_loadLiteralByteSize)
 ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:3564:1: warning: ‘allMethodsHaveCorrectHeader’ defined but not used [-Wunused-function]
 allMethodsHaveCorrectHeader(void)
 ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:6521:1: warning: ‘expectedClosedPICPrototype’ defined but not used [-Wunused-function]
 expectedClosedPICPrototype(CogMethod *cPIC)
 ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:6800:1: warning: ‘firstMappedPCFor’ defined but not used [-Wunused-function]
 firstMappedPCFor(CogMethod *cogMethod)
 ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:9305:1: warning: ‘maybeFreeCogMethodDoesntLookKosher’ defined but not used [-Wunused-function]
 maybeFreeCogMethodDoesntLookKosher(CogMethod *cogMethod)
 ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:9617:1: warning: ‘noAssertMethodClassAssociationOf’ defined but not used [-Wunused-function]
 noAssertMethodClassAssociationOf(sqInt methodPointer)
 ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:9629:1: warning: ‘noCogMethodsMaximallyMarked’ defined but not used [-Wunused-function]
 noCogMethodsMaximallyMarked(void)
 ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:9760:1: warning: ‘picAbortDiscriminatorValue’ defined but not used [-Wunused-function]
 picAbortDiscriminatorValue(void)
 ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:9869:1: warning: ‘registerMaskFor’ defined but not used [-Wunused-function]
 registerMaskFor(sqInt reg)
 ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:9876:1: warning: ‘registerMaskForand’ defined but not used [-Wunused-function]
 registerMaskForand(sqInt reg1, sqInt reg2)
 ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:11036:1: warning: ‘counters’ defined but not used [-Wunused-function]
 counters(CogMethod * self_in_counters)
 ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:11279:1: warning: ‘kosherYoungReferrers’ defined but not used [-Wunused-function]
 kosherYoungReferrers(void)
 ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:11766:1: warning: ‘voidYoungReferrersPostTenureAll’ defined but not used [-Wunused-function]
 voidYoungReferrersPostTenureAll(void)
 ^
In file included from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:17063:1: warning: ‘checkValidDerivedObjectReference’ defined but not used [-Wunused-function]
 checkValidDerivedObjectReference(sqInt bodyAddress)
 ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:17078:1: warning: ‘couldBeDerivedObject’ defined but not used [-Wunused-function]
 couldBeDerivedObject(sqInt bodyAddress)
 ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:17220: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_PR-162/build/generated/64/vm/src/cogitX64SysV.c:22648:1: warning: ‘getActiveContextAllocatesInMachineCode’ defined but not used [-Wunused-function]
 getActiveContextAllocatesInMachineCode(void)
 ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:22659:1: warning: ‘inlineCacheTagIsYoung’ defined but not used [-Wunused-function]
 inlineCacheTagIsYoung(sqInt cacheTag)
 ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:23066:1: warning: ‘isMergeFixup’ defined but not used [-Wunused-function]
 isMergeFixup(BytecodeFixup * self_in_isMergeFixup)
 ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:23125:1: warning: ‘callFullTargetFromReturnAddress’ defined but not used [-Wunused-function]
 callFullTargetFromReturnAddress(AbstractInstruction * self_in_callFullTargetFromReturnAddress, sqInt callSiteReturnAddress)
 ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:23132:1: warning: ‘callInstructionByteSize’ defined but not used [-Wunused-function]
 callInstructionByteSize(AbstractInstruction * self_in_callInstructionByteSize)
 ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:23153:1: warning: ‘cFloatResultToRd’ defined but not used [-Wunused-function]
 cFloatResultToRd(AbstractInstruction * self_in_cFloatResultToRd, sqInt reg)
 ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:23164:1: warning: ‘cFloatResultToRs’ defined but not used [-Wunused-function]
 cFloatResultToRs(AbstractInstruction * self_in_cFloatResultToRs, sqInt reg)
 ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:23175:1: warning: ‘cmpC32RTempByteSize’ defined but not used [-Wunused-function]
 cmpC32RTempByteSize(AbstractInstruction * self_in_cmpC32RTempByteSize)
 ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:23724:1: warning: ‘concretizeFill32’ defined but not used [-Wunused-function]
 concretizeFill32(AbstractInstruction * self_in_concretizeFill32)
 ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:23900:1: warning: ‘cStackPointer’ defined but not used [-Wunused-function]
 cStackPointer(AbstractInstruction * self_in_cStackPointer)
 ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:27446:1: warning: ‘fullCallsAreRelative’ defined but not used [-Wunused-function]
 fullCallsAreRelative(AbstractInstruction * self_in_fullCallsAreRelative)
 ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:27582:1: warning: ‘generateLowLevelTryLock’ defined but not used [-Wunused-function]
 generateLowLevelTryLock(AbstractInstruction * self_in_generateLowLevelTryLock, sqInt vmOwnerLockAddress)
 ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:27612:1: warning: ‘generateLowLevelUnlock’ defined but not used [-Wunused-function]
 generateLowLevelUnlock(AbstractInstruction * self_in_generateLowLevelUnlock, sqInt vmOwnerLockAddress)
 ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:27702:1: warning: ‘genMemCopytoconstantSize’ defined but not used [-Wunused-function]
 genMemCopytoconstantSize(AbstractInstruction * self_in_genMemCopytoconstantSize, sqInt originalSourceReg, sqInt originalDestReg, sqInt size)
 ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:27761:1: warning: ‘genMemCopytosize’ defined but not used [-Wunused-function]
 genMemCopytosize(AbstractInstruction * self_in_genMemCopytosize, sqInt originalSourceReg, sqInt originalDestReg, sqInt originalSize)
 ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:28067:1: warning: ‘genSubstituteReturnAddress’ defined but not used [-Wunused-function]
 genSubstituteReturnAddress(AbstractInstruction * self_in_genSubstituteReturnAddress, sqInt retpc)
 ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:28078:1: warning: ‘genSwapRRScratch’ defined but not used [-Wunused-function]
 genSwapRRScratch(AbstractInstruction * self_in_genSwapRRScratch, sqInt regA, sqInt regB, sqInt regTmp)
 ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:28250:1: warning: ‘jumpLongByteSize’ defined but not used [-Wunused-function]
 jumpLongByteSize(AbstractInstruction * self_in_jumpLongByteSize)
 ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:28257:1: warning: ‘jumpLongConditionalByteSize’ defined but not used [-Wunused-function]
 jumpLongConditionalByteSize(AbstractInstruction * self_in_jumpLongConditionalByteSize)
 ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:28308:1: warning: ‘leafCallStackPointerDelta’ defined but not used [-Wunused-function]
 leafCallStackPointerDelta(AbstractInstruction * self_in_leafCallStackPointerDelta)
 ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:28319:1: warning: ‘literalBeforeInlineCacheTagAt’ defined but not used [-Wunused-function]
 literalBeforeInlineCacheTagAt(AbstractInstruction * self_in_literalBeforeInlineCacheTagAt, sqInt callSiteReturnAddress)
 ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:28331:1: warning: ‘loadPICLiteralByteSize’ defined but not used [-Wunused-function]
 loadPICLiteralByteSize(AbstractInstruction * self_in_loadPICLiteralByteSize)
 ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:28338:1: warning: ‘machineCodeAt’ defined but not used [-Wunused-function]
 machineCodeAt(AbstractInstruction * self_in_machineCodeAt, sqInt anOffset)
 ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:28351:1: warning: ‘machineCodeBytes’ defined but not used [-Wunused-function]
 machineCodeBytes(AbstractInstruction * self_in_machineCodeBytes)
 ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:28394:1: warning: ‘numLowLevelLockOpcodes’ defined but not used [-Wunused-function]
 numLowLevelLockOpcodes(AbstractInstruction * self_in_numLowLevelLockOpcodes)
 ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:28450:1: warning: ‘relocateMethodReferenceBeforeAddressby’ defined but not used [-Wunused-function]
 relocateMethodReferenceBeforeAddressby(AbstractInstruction * self_in_relocateMethodReferenceBeforeAddressby, sqInt pc, sqInt delta)
 ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:28786:1: warning: ‘zoneCallsAreRelative’ defined but not used [-Wunused-function]
 zoneCallsAreRelative(AbstractInstruction * self_in_zoneCallsAreRelative)
 ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:30960:1: warning: ‘numSpecialSelectors’ defined but not used [-Wunused-function]
 numSpecialSelectors(void)
 ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:31881: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_PR-162/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:36263:1: warning: ‘receiverIsInReceiverResultReg’ defined but not used [-Wunused-function]
 receiverIsInReceiverResultReg(void)
 ^
In file included from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:36970:1: warning: ‘tempsValidAndVolatileEntriesSpilled’ defined but not used [-Wunused-function]
 tempsValidAndVolatileEntriesSpilled(void)
 ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:37071:1: warning: ‘violatesEnsureSpilledSpillAssert’ defined but not used [-Wunused-function]
 violatesEnsureSpilledSpillAssert(void)
 ^
In file included from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:1356:14: warning: ‘breakBlock’ defined but not used [-Wunused-variable]
 static sqInt breakBlock;
              ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:1370:14: warning: ‘ceByteSizeOfTrampoline’ defined but not used [-Wunused-variable]
 static sqInt ceByteSizeOfTrampoline;
              ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:1380:22: warning: ‘ceCheckFeaturesFunction’ defined but not used [-Wunused-variable]
 static usqIntptr_t (*ceCheckFeaturesFunction)(void);
                      ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:1382:14: warning: ‘ceCPICMissTrampoline’ defined but not used [-Wunused-variable]
 static sqInt ceCPICMissTrampoline;
              ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:1386:14: warning: ‘ceFloatObjectOfTrampoline’ defined but not used [-Wunused-variable]
 static sqInt ceFloatObjectOfTrampoline;
              ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:1387:14: warning: ‘ceFloatValueOfTrampoline’ defined but not used [-Wunused-variable]
 static sqInt ceFloatValueOfTrampoline;
              ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:1388:15: warning: ‘ceFlushICache’ defined but not used [-Wunused-variable]
 static void (*ceFlushICache)(usqIntptr_t from, usqIntptr_t to);
               ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:1392:14: warning: ‘ceInlineNewHashTrampoline’ defined but not used [-Wunused-variable]
 static sqInt ceInlineNewHashTrampoline;
              ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:1393:14: warning: ‘ceInstantiateClassIndexableSizeTrampoline’ defined but not used [-Wunused-variable]
 static sqInt ceInstantiateClassIndexableSizeTrampoline;
              ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:1394:14: warning: ‘ceInstantiateClassTrampoline’ defined but not used [-Wunused-variable]
 static sqInt ceInstantiateClassTrampoline;
              ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:1399:14: warning: ‘ceMethodAbortTrampoline’ defined but not used [-Wunused-variable]
 static sqInt ceMethodAbortTrampoline;
              ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:1402:14: warning: ‘cePICAbortTrampoline’ defined but not used [-Wunused-variable]
 static sqInt cePICAbortTrampoline;
              ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:1403:14: warning: ‘cePositive64BitIntegerTrampoline’ defined but not used [-Wunused-variable]
 static sqInt cePositive64BitIntegerTrampoline;
              ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:1404:14: warning: ‘cePositive64BitValueOfTrampoline’ defined but not used [-Wunused-variable]
 static sqInt cePositive64BitValueOfTrampoline;
              ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:1412:14: warning: ‘ceSigned64BitIntegerTrampoline’ defined but not used [-Wunused-variable]
 static sqInt ceSigned64BitIntegerTrampoline;
              ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:1413:14: warning: ‘ceSigned64BitValueOfTrampoline’ defined but not used [-Wunused-variable]
 static sqInt ceSigned64BitValueOfTrampoline;
              ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:1443:14: warning: ‘compilationTrace’ defined but not used [-Wunused-variable]
 static sqInt compilationTrace;
              ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:1448:14: warning: ‘currentCallCleanUpSize’ defined but not used [-Wunused-variable]
 static sqInt currentCallCleanUpSize;
              ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:1451:14: warning: ‘debugBytecodePointers’ defined but not used [-Wunused-variable]
 static sqInt debugBytecodePointers;
              ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:1452:14: warning: ‘debugFixupBreaks’ defined but not used [-Wunused-variable]
 static sqInt debugFixupBreaks;
              ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:1453:14: warning: ‘debugOpcodeIndices’ defined but not used [-Wunused-variable]
 static sqInt debugOpcodeIndices;
              ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:1455:14: warning: ‘debugStackPointers’ defined but not used [-Wunused-variable]
 static sqInt debugStackPointers;
              ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:1459:14: warning: ‘disassemblingMethod’ defined but not used [-Wunused-variable]
 static sqInt disassemblingMethod;
              ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:1465:14: warning: ‘expectedFPAlignment’ defined but not used [-Wunused-variable]
 static sqInt expectedFPAlignment;
              ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:1466:14: warning: ‘expectedSPAlignment’ defined but not used [-Wunused-variable]
 static sqInt expectedSPAlignment;
              ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:1991:14: warning: ‘guardPageSize’ defined but not used [-Wunused-variable]
 static sqInt guardPageSize;
              ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:2022:14: warning: ‘percentageToEnsureRelease’ defined but not used [-Wunused-variable]
 static sqInt percentageToEnsureRelease;
              ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:2044:14: warning: ‘simulateFPInUse’ defined but not used [-Wunused-variable]
 static sqInt simulateFPInUse;
              ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:2054:15: warning: ‘unpairedMethodList’ defined but not used [-Wunused-variable]
 static usqInt unpairedMethodList;
               ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘generateClosedPICPrototype’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:7257: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_PR-162/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genSpecialSelectorComparison’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:35484:9: warning: ‘result’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  return ssPushAnnotatedConstant((result
         ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:35455:9: note: ‘result’ was declared here
     int result;
         ^
In file included from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genSpecialSelectorArithmetic’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:35221:6: warning: ‘jumpContinue’ may be used uninitialized in this function [-Wmaybe-uninitialized]
   if (!(jumpContinue)) {
      ^
In file included from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:7981:39: warning: ‘rcvrInt’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  ((abstractInstruction->operands))[0] = operandOne;
                                       ^
In file included from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:35053:11: note: ‘rcvrInt’ was declared here
     sqInt rcvrInt;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:35094: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_PR-162/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:7981:39: warning: ‘argInt’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  ((abstractInstruction->operands))[0] = operandOne;
                                       ^
In file included from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/cogitX64SysV.c:35041:11: note: ‘argInt’ was declared here
     sqInt argInt;
           ^
[ 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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/include/semaphores -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/repository/ffi/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: At top level:
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘interpret’:
/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:38:0:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/dispdbg.h:88:38: warning: statement with no effect [-Wunused-value]
 # define bytecodeDispatchDebugHook() 0
                                      ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2976:3: note: in expansion of macro ‘bytecodeDispatchDebugHook’
   bytecodeDispatchDebugHook();
   ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: 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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:38:0:
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:12922:3: warning: label ‘directedSuperclassSend’ defined but not used [-Wunused-label]
   directedSuperclassSend:
   ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘activateCoggedNewMethod’:
/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘activateNewMethod’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:14333: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:14337: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:14341: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:14344: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:14344: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:14348: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:14362: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:14368: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:14371: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:14374: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:14378: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘assertValidExecutionPointersimbarline’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:14561: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:14572: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:14588: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:14605: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:14552:12: warning: variable ‘theIP’ set but not used [-Wunused-but-set-variable]
     usqInt theIP;
            ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:14549:16: warning: variable ‘cogMethod’ set but not used [-Wunused-but-set-variable]
     CogMethod *cogMethod;
                ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘assertValidMachineCodeFrame’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:14620: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:14616:16: warning: variable ‘homeMethod’ set but not used [-Wunused-but-set-variable]
     CogMethod *homeMethod;
                ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘assertValidStackedInstructionPointersInline’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:14662: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:14669: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:14671: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:14688: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:14693: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:14699: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:14700: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:14646:16: warning: variable ‘theMethod’ set but not used [-Wunused-but-set-variable]
     CogMethod *theMethod;
                ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:14642:12: warning: variable ‘methodObj’ set but not used [-Wunused-but-set-variable]
     usqInt methodObj;
            ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘attemptToSwitchToMachineCode’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:14756: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:14757: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:14759: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:14779: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:14780: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:14783: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:14783: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:14785: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:14787: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:14787: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:14788: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:14791: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:14792: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:14813: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:14813: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:14817: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:14817: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:14824: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:14835: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:14838: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:14743:16: warning: variable ‘homeMethod’ set but not used [-Wunused-but-set-variable]
     CogMethod *homeMethod;
                ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘callbackEnter’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:14867: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:14912: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:14857:20: warning: variable ‘wasInMachineCode’ set but not used [-Wunused-but-set-variable]
     volatile sqInt wasInMachineCode;
                    ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘callRegisterArgCogMethodatreceiver’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:14962: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:14962: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:14964: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:14965: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:14968: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/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) + (1 * BytesPerWord), longAt(GIV(stackPointer) + (3 * BytesPerWord)));
                 ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/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) + (2 * BytesPerWord), rcvr);
                 ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:14970: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:14975: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:14975: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:14977: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:14978: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/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) + (1 * BytesPerWord), rcvr);
                 ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:14981: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:14986: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/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) + (1 * BytesPerWord), longAt(GIV(stackPointer)));
                ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:14987: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:14989: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘ceActivateFailingPrimitiveMethod’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15013:23: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   result = longAt(GIV(stackPointer));
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15016: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘ceBaseFrameReturn’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15074: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15103: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15133: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15136: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15139: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15142: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15160: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15162: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15166: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15168: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15171: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘ceCannotAssignTowithIndexvalueToAssign’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15204:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  top = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15208: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15211: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15214: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15217: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘ceCannotResume’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15240:25: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  resultOop = longAt(GIV(stackPointer));
                         ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15242: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15242: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15245: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15249: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15251: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘ceContextinstVar’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15313:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   top = longAt(GIV(stackPointer));
                    ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15318: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘ceContextinstVarvalue’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15342:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   top = longAt(GIV(stackPointer));
                    ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15347: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘ceInterpretMethodFromPICreceiver’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15420:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  top = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘ceMNUFromPICMNUMethodreceiver’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15451:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   top = longAt(GIV(stackPointer));
                    ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15462: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘ceNonLocalReturn’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15583: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15603: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15604: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15605: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15607: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15613: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15616: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15619: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15638: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15639: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15640: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15642: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15648: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15651: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15654: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15662: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15663: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15664: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15666: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15672: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15675: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15678: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15681: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15692: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15698: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15705: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15729: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15730: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15731: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15733: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15739: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15742: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15745: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15761: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15782: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15817:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   top = longAt(GIV(stackPointer));
                    ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15824: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15826: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘ceReturnToInterpreter’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15868: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15879: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15880: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15882: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: 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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:38:0:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘ceSendAborttonumArgs’:
/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15918:2: note: in expansion of macro ‘sendBreakpointreceiver’
  sendBreakpointreceiver(firstFixedFieldOfMaybeImmediate(selector), lengthOfMaybeImmediate(selector), rcvr);
  ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:15979:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  top = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘ceSendFromInLineCacheMiss’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:16024: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:16096:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  top = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘ceSendMustBeBooleanTointerpretingAtDelta’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:16139: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:16140: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:16156:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  top = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:16165: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:16166: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:16166: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:16170: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:16173: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:16175: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:16178: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:16180: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:16172: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/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) + FoxIFSavedIP, 0);
                ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:16184: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:16131:11: warning: variable ‘oop’ set but not used [-Wunused-but-set-variable]
     sqInt oop;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘ceSendMustBeBoolean’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:16208:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  top = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:16212: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:16215: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: 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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:38:0:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘ceSendabovetonumArgs’:
/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:16286:2: note: in expansion of macro ‘sendBreakpointreceiver’
  sendBreakpointreceiver(firstFixedFieldOfMaybeImmediate(selector), lengthOfMaybeImmediate(selector), rcvr);
  ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:16363: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:16392: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:16395:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   top = longAt(GIV(stackPointer));
                    ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:16402:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  top1 = longAt(GIV(stackPointer));
                    ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:38:0:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘ceSendsupertonumArgs’:
/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:16459:2: note: in expansion of macro ‘sendBreakpointreceiver’
  sendBreakpointreceiver(firstFixedFieldOfMaybeImmediate(selector), lengthOfMaybeImmediate(selector), rcvr);
  ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:16471: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:16476: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:16578: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:16609: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:16623:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   top = longAt(GIV(stackPointer));
                    ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:16630:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  top1 = longAt(GIV(stackPointer));
                    ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘ceStackOverflow’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:16655:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  top = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:16659: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:16662:45: warning: passing argument 1 of ‘recordMethodActivatedAfterStackCheckOffset’ from incompatible pointer type [-Wincompatible-pointer-types]
  recordMethodActivatedAfterStackCheckOffset(cogMethod);
                                             ^
In file included from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:42:0:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include/cogit.h:27:14: note: expected ‘CogMethod * {aka struct <anonymous> *}’ but argument is of type ‘CogBlockMethod * {aka struct <anonymous> *}’
 extern sqInt recordMethodActivatedAfterStackCheckOffset(CogMethod *aCogMethod);
              ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:16649:11: warning: variable ‘cesoRetAddr’ set but not used [-Wunused-but-set-variable]
     sqInt cesoRetAddr;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘ceTraceBlockActivation’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:16684: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/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) + FoxMFReceiver))
                 ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:16688: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘ceTraceLinkedSend’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:16705: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:38:0:
/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:16726:2: note: in expansion of macro ‘sendBreakpointreceiver’
  sendBreakpointreceiver(firstFixedFieldOfMaybeImmediate(selector1), lengthOfMaybeImmediate(selector1), theReceiver);
  ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:16702:11: warning: variable ‘selector1’ set but not used [-Wunused-but-set-variable]
     sqInt selector1;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘checkAssertsEnabledInCoInterpreter’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:16745:11: warning: variable ‘assertsAreEnabledInCoInterpreter’ set but not used [-Wunused-but-set-variable]
     sqInt assertsAreEnabledInCoInterpreter;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘checkStackIntegrity’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:16938: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:16942: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:16950: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:16952: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:16954: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:16955: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/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]
     if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
                           ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:16981: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:16990: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:16996: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:17003: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:17009: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘commenceCogCompiledCodeCompaction’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:17080: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:17093:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   top = longAt(GIV(stackPointer));
                    ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘contextInstructionPointerframe’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:17152: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:17154: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:17168: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:17169: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘divorceAMachineCodeFrameWithCogMethodin’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:17223: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:17226: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:17227: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:17228: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:17230: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:17239: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘enterSmalltalkExecutiveImplementation’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:17380: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:17384: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:17396: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘executeCogMethodfromLinkedSendWithReceiver’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:17423: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:17431: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:17434: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘executeCogMethodfromUnlinkedSendWithReceiver’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:17459: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:17467: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:17470: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘executeCogPICfromLinkedSendWithReceiverandCacheTag’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:17497: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:17500: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:17506: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:17525: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:17528: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘executeNewMethod’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:17582: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘followForwardedFieldsInCurrentMethod’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:17831: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:17833: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘followForwardingPointersInStackZone’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:17945: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:17946: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:17949: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/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 + FoxIFReceiver);
                   ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:17957: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:17959: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:17976: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:17976: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:17977: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:17980: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:17982: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:17984: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:17985: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:17986: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:17986: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:17989: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:17991: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:17993: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:17996: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:17998: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:18004: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:18006: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘frameCallerContext’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:18070: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘frameHasContext’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:18081: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:18082: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:18083: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘frameIsBlockActivation’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:18093: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:18094: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:18095: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘frameMethodObject’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:18102: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:18104: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘frameNumArgs’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:18114: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:18116: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘frameReceiver’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:18130: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:18131: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:18132: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘getCurrentBytecode’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:18231: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘handleForwardedSendFaultForReceiverstackDelta’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:18261: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:18263: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:18264:16: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   ? longAt(GIV(framePointer) + FoxMFReceiver)
                ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:18265:16: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   : longAt(GIV(framePointer) + FoxIFReceiver)))) {
                ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:18266: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:18267:17: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    ? longAt(GIV(framePointer) + FoxMFReceiver)
                 ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:18268: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘handleMNUInMachineCodeToclassForMessage’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:18297:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  top = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:18346: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:18355: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘iframeIsBlockActivation’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:18370: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘iframeReceiver’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:18377: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘iframeSavedIP’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:18384: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘instructionPointerForFramecurrentFPcurrentIP’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:18444: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:18456: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:18467: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:18468: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:18472: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘interpretMethodFromMachineCode’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:18578: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:18590:4: warning: statement with no effect [-Wunused-value]
    !GIV(primFailCode);
    ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘isMachineCodeFrame’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:18621: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘makeBaseFrameFor’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:18755: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:18756: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:18773: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:18796: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:18799: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:18801: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:18802: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/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) + MFMethodFlagIsBlockFlag);
              ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:18867: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:18869: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:18872: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:18873: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/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), (VMBIGENDIAN
             ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:18881: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:18888: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:18895: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:18900: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘mapStackPages’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:18983: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:18984: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:18997: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:19001: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:19004: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:19008: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:19009: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:19010: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:19011: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:19012: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:19012: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:19019: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:19020: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:19022: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:19026: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:19031: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:19033: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:19033: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:19035: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:19035: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:19039: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:19045: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:19048: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘markAndTraceStackPage’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:19176: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:19180: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:19193: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:19200: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:19201: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:19202: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:19204: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:19206: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:19208: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:19218: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:19220: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:19228: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:19241: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘markCogMethodsAndReferentsOnPage’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:19299: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:19302: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘mcprimFunctionForPrimitiveIndex’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:19364:10: warning: return makes integer from pointer without a cast [-Wint-conversion]
   return mcprimHashMultiply;
          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘mframeCogMethod’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:19462: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘mframeHomeMethodExport’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:19472: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘mframeHomeMethod’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:19495: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘mframeIsBlockActivation’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:19511: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘mframeReceiver’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:19518: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘moveFramesInthroughtoPage’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:19743: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:19747: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:19750: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:19751: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:19752: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:19754: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:19759: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:19759: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:19760: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:19762: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:19764: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:19768: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:19768: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:19782: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:19786: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:19789: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:19794: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:19795: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:19798: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:19802: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:19803: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:19804: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:19805: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:19806: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘printFrameFlagsForFP’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:20369: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:20371: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:20375: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:20379: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:20388: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:20390: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:20391: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:20392: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:20393: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:20396: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:20397: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:20398: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘printFrameMethodFor’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:20416: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:20423: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:20424: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:20426: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:20440: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:20442: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘printFrameThingatextraString’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:20454: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘printFrameThingatextra’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:20492: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘printFrameWithSP’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:20549: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:20551: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:20553: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:20568: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:20570: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:20573: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:20587: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:20588: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:20589: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:20590: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:20601: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:20602: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:20604: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:20605: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:20607: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:20613: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:20618: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:20622: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:20625: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:20629: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:20631: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:20635: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:20643: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:20644: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:20645: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:20650: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:20661: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:20662: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:20663: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘returnToExecutivepostContextSwitch’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:21468: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:21472: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:21479:22: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     top = longAt(GIV(stackPointer));
                      ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:21485: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:21490: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:21493: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:21496: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:21501: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:21514: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘returntoExecutive’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:21541: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:21544: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:21547: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:21552: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:21555: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:21569: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘sendInvokeCallbackContext’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:21725: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:21730: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:21734: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:21738: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:21743: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:21783: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:21789: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:21793: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:21796: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:21796: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:21803: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:21817: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:21823: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:21826: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:21833: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:21836: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:21842: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:21846: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:21861: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘sendInvokeCallbackStackRegistersJmpbuf’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:21963: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:21967: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:21971: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:21975: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:21979: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:22019: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:22025: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:22029: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:22032: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:22032: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/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((sp10 = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
             ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:22053: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:22059: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:22062: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:22069: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:22072: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:22078: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:22082: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:22097: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘shortPrintFrame’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:22155: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:22156: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:22157: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:22158: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:22160: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:22165: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:22170: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:22171: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:22172: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:22172: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:22174: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:22175: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:22177: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:22178: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:22179: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘slowPrimitiveResponse’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:22436: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘transferTofrom’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:22735: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:22751: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:22768: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:22769: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:22770: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:22772: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:22876: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:22878: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:22891:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  top = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:22895: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘updateStackZoneReferencesToCompiledCodePreCompaction’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:22919: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:22921: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:22929: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:22933: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:22935: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:22937: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘updateStateOfSpouseContextForFrameWithSP’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:22962: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:22965: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:22971: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:22984: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:22985: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_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:22992: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:23003: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:23004: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_PR-162/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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:23011: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘validInstructionPointerinMethodframePointer’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:23035: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:23038: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/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]
   theInstrPointer = longAt(fp + FoxIFSavedIP);
                            ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘validStackPageBaseFrame’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:23072: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:23073: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘voidVMStateForSnapshotFlushingExternalPrimitivesIf’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:23141:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:23140:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveCollectCogCodeConstituents’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:23519:28: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   withDetails = longAt(GIV(stackPointer));
                            ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:23533: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveContextXray’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:23560:23: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  context = longAt(GIV(stackPointer));
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:23568: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:23593: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveEnterCriticalSection’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:23622: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:23623:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   activeProc = longAt(GIV(stackPointer));
                           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:23628:32: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   criticalSection = longAt(GIV(stackPointer));
                                ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:23655: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:23661: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:23666: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveExitCriticalSection’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:23693:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  criticalSection = longAt(GIV(stackPointer));
                               ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveFlushCacheByMethod’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:23747: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:23752:38: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  flushExternalPrimitiveOf(longAt(GIV(stackPointer)));
                                      ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:23753: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveFlushCacheBySelector’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:23769:24: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  selector = longAt(GIV(stackPointer));
                        ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveLongRunningPrimitiveSemaphore’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:23807: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:23822: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveMethodPCData’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:23857:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  methodReceiver = longAt(GIV(stackPointer));
                              ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:23893: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveMethodXray’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:23924: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:23926: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:23927: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:23928: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:23931: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:23935: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:23954: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:23955: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:23956: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:23958: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:23977: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveMinimumUnusedHeadroom’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:23991: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveObjectAt’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:24011: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:24030: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:24048: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveObjectAtPut’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:24067: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:24068: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:24074: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:24136: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveProfileSemaphore’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:24157: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:24176: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveResume’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:24212:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  proc = longAt(GIV(stackPointer));
                    ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveSignal’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:24271: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveSnapshot’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:24292: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveSnapshotEmbedded’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:24312: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveSuspend’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:24344:23: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  process = longAt(GIV(stackPointer));
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:24347: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:24513: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveTerminateTo’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:24569:29: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  aContextOrNil = longAt(GIV(stackPointer));
                             ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:24579: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:24623: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:24625: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:24627: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:24635: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:24645: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:24653: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:24653: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:24655: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:24655: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:24656: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:24660: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:24663: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:24691: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:24736: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:24777: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:24790: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:24790: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:24790: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:24811: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:24850: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:24852: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:24850: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveVoidVMState’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:24891: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveVoidVMStateForMethod’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:24956:26: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   methodObj = longAt(GIV(stackPointer));
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:24959: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:24961: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:24965: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:24998: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:24999: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:25000: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:25002: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:25013: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:25016: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:25027: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:25182:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   top = longAt(GIV(stackPointer));
                    ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:25210:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  top1 = longAt(GIV(stackPointer));
                    ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:24948:11: warning: variable ‘top’ set but not used [-Wunused-but-set-variable]
     sqInt top;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:24938:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:24937:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘unmarkAllFrames’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:25276: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:25279: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:25283: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:25285: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:25288: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘initializeStacknumSlotspageSize’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:25310:11: warning: variable ‘theIndex’ set but not used [-Wunused-but-set-variable]
     sqInt theIndex;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:25309:17: warning: variable ‘structStackPageSize’ set but not used [-Wunused-but-set-variable]
     usqIntptr_t structStackPageSize;
                 ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘cStringOrNullFor’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:25438:11: warning: variable ‘classOop’ set but not used [-Wunused-but-set-variable]
     sqInt classOop;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveAdd’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:25798: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveAddLargeIntegers’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:25830: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:25831: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:25865: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveAdoptInstance’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:25893:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  arg = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:25894: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveAllInstances’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:25938: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:25943: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:25950: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveAllObjects’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:25979: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveArctan’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:25995: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveArrayBecome’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:26015:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  arg = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:26016: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveArrayBecomeOneWay’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:26039:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  arg = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:26040: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveArrayBecomeOneWayCopyHash’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:26065: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:26069: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:26077: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:26077: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveArrayBecomeOneWayNoCopyHash’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:26099:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  arg = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:26100: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveAsCharacter’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:26120:29: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  characterCode = longAt(GIV(stackPointer));
                             ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:26133: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveAsFloat’:
/builds/workspace/pharo-vm_PR-162/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));
                    ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:26151: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveAt’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:26179: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:26180:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:26307: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveAtPut’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:26339: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:26340: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:26341:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  value = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:26522: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveBeCursor’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:26573:26: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   cursorObj = longAt(GIV(stackPointer));
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:26577: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:26578:24: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   maskObj = longAt(GIV(stackPointer));
                        ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveBeDisplay’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:26801:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer));
                    ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:26795:9: warning: variable ‘changed’ set but not used [-Wunused-but-set-variable]
     int changed;
         ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveBehaviorHash’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:26873: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:26875:36: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   : (objCouldBeClassObj(longAt(GIV(stackPointer)))
                                    ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:26876: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:26878: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:26882: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveBitAnd’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:26918:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  oop1 = longAt(GIV(stackPointer));
                    ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:26980: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:27044: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveBitAndLargeIntegers’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:27061: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:27062: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:27069: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveBitOr’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:27102:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  oop1 = longAt(GIV(stackPointer));
                    ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:27164: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:27228: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveBitOrLargeIntegers’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:27245: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:27246: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:27253: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveBitShift’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:27271:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerArgument = longAt(GIV(stackPointer));
                               ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:27279: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:27317: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveBitShiftLargeIntegers’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:27339: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:27354: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:27392: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveBitXor’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:27420:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerArgument = longAt(GIV(stackPointer));
                               ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:27421: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:27428: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:27557: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveBitXorLargeIntegers’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:27575: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:27576: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:27583: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveBytesLeft’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:27611: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:27618: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:27634: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:27639: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:27643: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:27658: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:27597:11: warning: variable ‘aBool’ set but not used [-Wunused-but-set-variable]
     sqInt aBool;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveChangeClass’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:27727: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:27739: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveClass’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:27776:24: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  instance = longAt(GIV(stackPointer));
                        ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:27794: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveClipboardText’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:27831:18: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   s = longAt(GIV(stackPointer));
                  ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:27910: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveClockLogAddresses’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:27955: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28038: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:27933:11: warning: variable ‘oop’ set but not used [-Wunused-but-set-variable]
     sqInt oop;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveClosureValue’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28087: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28137: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28144: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28147: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28158: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28163: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28166: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28186: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28193: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28196: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28207: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28212: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28215: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28235: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28239: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28242: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28242: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28246: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28249: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28255: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28258: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28267: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28271: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveClosureValueNoContextSwitch’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28350: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28400: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28407: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28410: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28421: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28426: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28429: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28449: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28456: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28459: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28470: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28475: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28478: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28498: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28502: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28505: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28505: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28509: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28512: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28518: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28521: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28530: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28534: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveClosureValueWithArgs’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28613:29: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  argumentArray = longAt(GIV(stackPointer));
                             ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28635: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28668:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  top = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28673: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28695: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28702: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28705: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28716: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28721: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28724: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28744: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28751: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28754: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28765: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28770: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28773: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28793: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28797: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28800: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28800: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28804: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28807: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28813: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28816: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28825: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28829: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28611:11: warning: variable ‘top’ set but not used [-Wunused-but-set-variable]
     sqInt top;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveCoarseLocalMicrosecondClock’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28878: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveCoarseUTCMicrosecondClock’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28902: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveCompareBytes’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28936: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:28937: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/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((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(trueObj));
             ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:29016: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:29023: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:29029: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveCompareWith’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:29067:22: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   order = longAt(GIV(stackPointer));
                      ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:29075: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:29078: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:29125: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveConstantFill’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:29145: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:29146: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveControlVMProfiling’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:29236: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:29251: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:29266: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveCopyObject’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:29297:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  arg = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:29298: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveCrashVM’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:29396: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:29397: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:29401: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:29405: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveDisablePowerManager’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:29441: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveDiv’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:29471: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:29471: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:29476: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveDivide’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:29501: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:29517: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:29538: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveDivideLargeIntegers’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:29576: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:29577: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:29597: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveDivLargeIntegers’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:29620: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:29621: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:29651: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveEqual’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:29666:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerArgument = longAt(GIV(stackPointer));
                               ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:29667: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:29670: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:29679: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveEqualLargeIntegers’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:29698: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:29699: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:29702: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveExp’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:29729: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveExponent’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:29751: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveFailForFFIExceptionat’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:29842: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:29848: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:29852: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:29855: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:29855: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:29862: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:29876: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:29882: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:29885: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:29892: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:29895: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:29901: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:29905: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveFetchNextMourner’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:29970: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveFloatAdd’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:29998: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:29999:22: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  argOop = longAt(GIV(stackPointer));
                      ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:30078: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveFloatAt’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:30102: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:30103:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:30131: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveFloatAtPut’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:30155:26: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  oopToStore = longAt(GIV(stackPointer));
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:30162: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:30163: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:30188: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:30199: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveFloatDivide’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:30233: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:30234:22: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  argOop = longAt(GIV(stackPointer));
                      ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:30321: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveFloatEqual’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:30350: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:30351:22: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  argOop = longAt(GIV(stackPointer));
                      ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:30431: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveFloatGreaterOrEqual’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:30462: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:30463:22: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  argOop = longAt(GIV(stackPointer));
                      ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:30543: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveFloatGreaterThan’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:30574: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:30575:22: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  argOop = longAt(GIV(stackPointer));
                      ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:30655: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveFloatLessOrEqual’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:30686: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:30687:22: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  argOop = longAt(GIV(stackPointer));
                      ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:30767: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveFloatLessThan’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:30798: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:30799:22: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  argOop = longAt(GIV(stackPointer));
                      ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:30879: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveFloatMultiply’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:30909: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:30910:22: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  argOop = longAt(GIV(stackPointer));
                      ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:30989: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveFloatNotEqual’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:31018: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:31019:22: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  argOop = longAt(GIV(stackPointer));
                      ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:31099: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveFloatSubtract’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:31129: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:31130:22: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  argOop = longAt(GIV(stackPointer));
                      ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:31209: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveFlushExternalPrimitives’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:31261:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:31260:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveFormPrint’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:31407: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:31411: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:31423: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:31424: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:31425: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveFractionalPart’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:31530: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveFullClosureValue’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:31582: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:31618: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:31625: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:31628: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:31639: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:31644: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:31647: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:31676: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:31683: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:31686: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:31697: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:31702: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:31705: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:31725: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:31729: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:31732: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:31732: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:31736: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:31739: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:31745: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:31748: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:31757: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:31761: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:31780: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveFullClosureValueNoContextSwitch’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:31854: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:31890: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:31897: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:31900: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:31911: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:31916: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:31919: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:31948: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:31955: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:31958: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:31969: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:31974: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:31977: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:31997: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32001: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32004: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32004: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32008: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32011: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32017: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32020: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32029: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32033: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32052: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveFullClosureValueWithArgs’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32126:29: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  argumentArray = longAt(GIV(stackPointer));
                             ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32148: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32170:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  top = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32175: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32194: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32201: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32204: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32215: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32220: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32223: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32252: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32259: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32262: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32273: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32278: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32281: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32301: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32305: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32308: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32308: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32312: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32315: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32321: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32324: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32333: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32337: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32356: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32124:11: warning: variable ‘top’ set but not used [-Wunused-but-set-variable]
     sqInt top;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveGetAttribute’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32397: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32420: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveGetenv’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32447: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32470: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveGetImmutability’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32484: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32488: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveGetLogDirectory’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32527: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveGetNextEvent’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32545:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  arg = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveGetWindowLabel’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32687: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveGetWindowSize’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32760: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveGreaterOrEqual’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32773:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerArgument = longAt(GIV(stackPointer));
                               ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32774: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32777: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveGreaterOrEqualLargeIntegers’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32801: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32802: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32805: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveGreaterThan’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32820:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerArgument = longAt(GIV(stackPointer));
                               ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32821: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32824: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveGreaterThanLargeIntegers’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32848: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32849: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32852: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveGrowMemoryByAtLeast’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32867:23: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  ammount = longAt(GIV(stackPointer));
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32880: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveHashMultiply’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32898:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  value = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32923: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveHeartbeatFrequency’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32941: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32947: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveHighResClock’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32971: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveIdentical’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32988: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32989:26: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  thisObject = longAt(GIV(stackPointer));
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:33000: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveIdentityHash’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:33017:28: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  thisReceiver = longAt(GIV(stackPointer));
                            ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:33043: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveImageFormatVersion’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:33067: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveImageName’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:33104:18: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   s = longAt(GIV(stackPointer));
                  ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:33135: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveImmediateAsInteger’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:33156:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  oop = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:33179: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveInputSemaphore’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:33193:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  arg = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveInputWord’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:33251:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)0 << 3) | 1));
            ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveIntegerAt’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:33280:22: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index1 = longAt(GIV(stackPointer));
                      ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:33281: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:33310: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:33326: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:33340: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:33356: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:33377: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:33388: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveIntegerAtPut’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:33426: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:33427: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:33428: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:33473: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:33491: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:33506: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:33524: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:33560: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:33586: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveInterruptChecksPerMSec’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:33623: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveInterruptSemaphore’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:33639:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  arg = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveInvokeObjectAsMethod’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:33696:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   top1 = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:33703:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  top = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:33707: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:33710: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:33713: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:33716: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveIsBigEnder’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:33744: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveIsPinned’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:33762:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  obj = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:33771: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveIsWindowObscured’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:33797: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveKbdNext’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:33821:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp1 = GIV(stackPointer) - BytesPerWord), (((usqInt)keystrokeWord << 3) | 1));
             ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:33826: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveKbdPeek’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:33850:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp1 = GIV(stackPointer) - BytesPerWord), (((usqInt)keystrokeWord << 3) | 1));
             ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:33855: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveLessOrEqual’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:33868:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerArgument = longAt(GIV(stackPointer));
                               ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:33869: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:33872: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveLessOrEqualLargeIntegers’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:33896: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:33897: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:33900: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveLessThan’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:33915:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerArgument = longAt(GIV(stackPointer));
                               ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:33916: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:33919: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveLessThanLargeIntegers’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:33943: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:33944: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:33947: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveListBuiltinModule’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:33979: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:34006: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:34019: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveListExternalModule’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:34048: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:34075: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:34088: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveLoadImageSegment’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:34123:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  outPointerArray = longAt(GIV(stackPointer));
                               ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:34126: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:34140: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveLocalMicrosecondClock’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:34167: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveLogN’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:34184: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveLowSpaceSemaphore’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:34202:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  arg = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveMakePoint’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:34245: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:34246:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  arg = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:34297: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveMaxIdentityHash’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:34310: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveMillisecondClock’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:34339: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveMillisecondClockMask’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:34354: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveMod’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:34366: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:34366: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:34371: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveModLargeIntegers’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:34402: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:34403: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:34428: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveMouseButtons’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:34450:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) - BytesPerWord), (((usqInt)buttonWord << 3) | 1));
            ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveMousePoint’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:34543: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveMultiply’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:34560: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:34576: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:34609: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveMultiplyLargeIntegers’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:34632: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:34633: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:34654: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveNew’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:34670: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:34673: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:34680: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveNewMethod’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:34710:22: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  header = longAt(GIV(stackPointer));
                      ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:34711: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:34719: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:34840: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveNewPinned’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:34853: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:34856: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:34863: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveNewWithArg’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:34890:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  oop1 = longAt(GIV(stackPointer));
                    ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:34958: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:34961: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:34974: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveNewWithArgPinned’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:34998:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  oop = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:35059: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:35062: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:35075: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveNextInstance’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:35098:22: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  object = longAt(GIV(stackPointer));
                      ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:35181: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveNextObject’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:35204: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:35207: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:35213: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveNotEqual’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:35240:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerArgument = longAt(GIV(stackPointer));
                               ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:35241: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:35244: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:35253: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveNotEqualLargeIntegers’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:35272: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:35273: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:35276: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveNotIdentical’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:35298: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:35299:26: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  thisObject = longAt(GIV(stackPointer));
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:35328: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitivePathToUsing’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:35388: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:35389: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:35394: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:35395: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/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]
  followWeak = (longAt(GIV(stackPointer))) == GIV(trueObj);
                           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:35637: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:35639: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:35349:12: warning: variable ‘freeStartAtStart’ set but not used [-Wunused-but-set-variable]
     usqInt freeStartAtStart;
            ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitivePerformInSuperclass’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:35672: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:35673:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  lookupClass = longAt(GIV(stackPointer));
                           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:35705: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:35706: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:35729: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:35732: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:35736: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: 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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:38:0:
/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:35743:2: note: in expansion of macro ‘sendBreakpointreceiver’
  sendBreakpointreceiver(firstFixedFieldOfMaybeImmediate(selector1), lengthOfMaybeImmediate(selector1), rcvr);
  ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:35783:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   top = longAt(GIV(stackPointer));
                    ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:35798: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:35798: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:35663:11: warning: variable ‘selector1’ set but not used [-Wunused-but-set-variable]
     sqInt selector1;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitivePerformWithArgs’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:35831: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:35832: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:35833:29: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  argumentArray = longAt(GIV(stackPointer));
                             ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:35856: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:35859: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:35863: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: 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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:38:0:
/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:35870:2: note: in expansion of macro ‘sendBreakpointreceiver’
  sendBreakpointreceiver(firstFixedFieldOfMaybeImmediate(selector1), lengthOfMaybeImmediate(selector1), actualReceiver);
  ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:35898:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   top = longAt(GIV(stackPointer));
                    ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:35911: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:35911: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:35822:11: warning: variable ‘selector1’ set but not used [-Wunused-but-set-variable]
     sqInt selector1;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveProfilePrimitive’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:35938: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveProfileSample’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:35963: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveProfileStart’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:35998: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveQuit’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:36026:18: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   ? ((longAt(GIV(stackPointer))) >> 3)
                  ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveQuo’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:36046: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:36062: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:36098: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveQuoLargeIntegers’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:36129: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:36130: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:36148: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveRelinquishProcessor’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:36165: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveRemLargeIntegers’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:36210: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:36211: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:36228: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveScreenDepth’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:36254: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveScreenScaleFactor’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:36283: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveScreenSize’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:36355: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveSecondsClock’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:36375: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveSetDisplayMode’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:36399: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:36403: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:36416: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:36432: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:36448: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:36468: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveSetFullScreen’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:36485:22: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  argOop = longAt(GIV(stackPointer));
                      ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveSetImmutability’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:36515: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:36529: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:36539: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:36550: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveSetInterruptKey’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:36569: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveSetLogDirectory’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:36605:25: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  stringOop = longAt(GIV(stackPointer));
                         ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveSetOrHasIdentityHash’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:36671: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:36672: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:36674: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:36682: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:36686: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:36707: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:36723: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:36760: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveSetWindowLabel’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:36778:24: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  labelOop = longAt(GIV(stackPointer));
                        ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveSetWindowSize’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:36840: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:36856: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveShortAt’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:36894:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:36900: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:36916: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveShortAtPut’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:36936:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  value = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:36937: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:36947: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:36975: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveShowDisplayRect’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:36997: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:37013: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:37029: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:37045: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveSignalAtBytesLeft’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:37080:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  bytes = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveSine’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:37115: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveSize’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:37138:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer));
                    ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:37196: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveSizeInBytes’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:37208: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:37210:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   : bytesInObject(longAt(GIV(stackPointer))));
                              ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:37213: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveSizeInBytesOfInstance’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:37247: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:37253: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:37254: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:37303: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:37308: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:37328: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveSmallFloatAdd’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:37352: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:37367:29: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  floatOrIntOop = longAt(GIV(stackPointer));
                             ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:37407: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveSmallFloatArctan’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:37424:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  oop = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveSmallFloatDivide’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:37463: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:37478:29: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  floatOrIntOop = longAt(GIV(stackPointer));
                             ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:37524: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveSmallFloatEqual’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:37549: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:37564:29: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  floatOrIntOop = longAt(GIV(stackPointer));
                             ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:37604: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveSmallFloatExp’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:37622: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveSmallFloatExponent’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:37638: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:37640: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveSmallFloatFractionalPart’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:37659:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  oop = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveSmallFloatGreaterOrEqual’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:37699: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:37714:29: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  floatOrIntOop = longAt(GIV(stackPointer));
                             ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:37754: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveSmallFloatGreaterThan’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:37781: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:37796:29: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  floatOrIntOop = longAt(GIV(stackPointer));
                             ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:37836: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveSmallFloatLessOrEqual’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:37863: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:37878:29: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  floatOrIntOop = longAt(GIV(stackPointer));
                             ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:37918: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveSmallFloatLessThan’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:37945: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:37960:29: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  floatOrIntOop = longAt(GIV(stackPointer));
                             ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:38000: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveSmallFloatLogN’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:38022:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  oop = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveSmallFloatMultiply’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:38061: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:38076:29: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  floatOrIntOop = longAt(GIV(stackPointer));
                             ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:38116: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveSmallFloatNotEqual’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:38141: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:38156:29: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  floatOrIntOop = longAt(GIV(stackPointer));
                             ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:38196: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveSmallFloatSine’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:38215:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  oop = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveSmallFloatSquareRoot’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:38246:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  oop = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveSmallFloatSubtract’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:38293: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:38308:29: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  floatOrIntOop = longAt(GIV(stackPointer));
                             ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:38348: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveSmallFloatTimesTwoPower’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:38366:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  arg = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:38376: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:38398: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveSmallFloatTruncated’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:38414:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  oop = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveSomeInstance’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:38449:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  class = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:38459: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveSomeObject’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:38478: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveSpecialObjectsOop’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:38492: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveSquareRoot’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:38508: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveStoreImageSegment’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:38563:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  outPointerArray = longAt(GIV(stackPointer));
                               ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:38564: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:38567: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:38583:32: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   outPointerArray = longAt(GIV(stackPointer));
                                ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:38584: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:38585: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveStringAt’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:38624: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:38625:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:38759: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveStringAtPut’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:38792: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:38793: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:38794:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  value = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:38983: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveStringReplace’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:39023: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:39024: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:39025: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:39026: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:39027: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveSubtract’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:39293: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveSubtractLargeIntegers’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:39325: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:39326: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:39360: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveTestAndSetOwnershipOfCriticalSection’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:39390: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:39391:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   activeProc = longAt(GIV(stackPointer));
                           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:39396:32: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   criticalSection = longAt(GIV(stackPointer));
                                ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:39423: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:39429: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:39434: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveTestDisplayDepth’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:39452: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:39472: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveTimesTwoPower’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:39492:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  arg = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:39508: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:39511: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveTruncated’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:39527: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveUnloadModule’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:39580:26: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  moduleName = longAt(GIV(stackPointer));
                          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:39571:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:39570:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveUTCMicrosecondClock’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:39736: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveUtcAndTimezoneOffset’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:39761:28: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   resultArray = longAt(GIV(stackPointer));
                            ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:39796: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveUtcWithOffset’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:39823:28: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   resultArray = longAt(GIV(stackPointer));
                            ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:39857: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveVMPath’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:39878: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveVMProfileSamplesInto’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:39907: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:39918: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:39928: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:39899:11: warning: variable ‘v’ set but not used [-Wunused-but-set-variable]
     sqInt v;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveWait’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:39945:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  sema = longAt(GIV(stackPointer));
                    ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘clearLeakMapAndMapAccessibleObjects’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:40226:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:40225:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘allNewSpaceObjectsHaveZeroRTRefCount’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:42029:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘allWeakSurvivorsOnWeakList’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:42104:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘processEphemerons’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:42812:11: warning: variable ‘oldList’ set but not used [-Wunused-but-set-variable]
     sqInt oldList;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:42811:11: warning: variable ‘oldCorpse’ set but not used [-Wunused-but-set-variable]
     sqInt oldCorpse;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘allInstancesOf’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:44027:11: warning: variable ‘prevPrevObj2’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj2;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:44026:11: warning: variable ‘prevPrevObj11’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj11;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:44025:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:44024:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘allObjects’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:44467:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:44466:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘allObjectsUnmarked’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:44649:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:44648:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘allOldMarkedWeakObjectsOnWeaklingStack’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:44752:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘checkHeapFreeSpaceIntegrity’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:46057:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:46056:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘checkHeapIntegrityclassIndicesShouldBeValid’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:46356:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:46355:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘clearLeakMapAndMapAccessibleFreeSpace’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:47454:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘countMarkedAndUnmarkdObjects’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:47943:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:47942:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘existInstancesInNewSpaceOf’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:48492:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘findStringBeginningWith’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:48751:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:48750:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘findString’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:48898:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:48897:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘initialInstanceOf’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:49988:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:49987:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘initializeObjectMemory’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:50176:11: warning: variable ‘freeChunk’ set but not used [-Wunused-but-set-variable]
     sqInt freeChunk;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘loadImageSegmentFromoutPointers’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:52222:5: warning: statement with no effect [-Wunused-value]
     -classIndex2;
     ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:52287:3: warning: statement with no effect [-Wunused-value]
   8 /* allocationUnit */ / BytesPerOop;
   ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘longPrintInstancesWithClassIndex’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:52371:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:52370:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘longPrintReferencesTo’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:52490:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:52489:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘maybeSimulatedAddressOf’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:54011:9: warning: function returns address of local variable [-Wreturn-local-addr]
  return ((usqInt)((&aSymbol)));
         ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘objectBefore’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:54658:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:54657:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘objectsReachableFromRoots’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:54816:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:54815:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘printActivationsOf’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:55627:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:55626:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘printContextReferencesTo’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:55782:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:55781:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘printForwarders’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:55999:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:55998:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘printFreeChunks’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:56117:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:56116:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘printInstancesWithClassIndex’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:56472:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:56471:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘printMethodImplementorsOf’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:56645:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:56644:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘printMethodReferencesTo’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:56778:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:56777:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘printObjectsWithHash’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:56953:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:56952:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘printOopsExcept’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:57171:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:57170:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘printOopsSuchThat’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:57341:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:57340:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘printReferencesTo’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:57470:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:57469:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘relocateObjStackForPlanningCompactor’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:57943:11: warning: variable ‘result’ set but not used [-Wunused-but-set-variable]
     sqInt result;
           ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:38:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘runLeakCheckerFor’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:58193:41: warning: value computed is not used [-Wunused-value]
   asserta((checkInterpreterIntegrity()) == 0);
                                         ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqAssert.h:30:25: note: in definition of macro ‘asserta’
 # define asserta(expr) (expr)
                         ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘runLeakCheckerForexcludeUnmarkedObjsclassIndicesShouldBeValid’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:58214:41: warning: value computed is not used [-Wunused-value]
   asserta((checkInterpreterIntegrity()) == 0);
                                         ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqAssert.h:30:25: note: in definition of macro ‘asserta’
 # define asserta(expr) (expr)
                         ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘setHeapBasememoryLimitendOfMemory’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:58325:11: warning: variable ‘oldStart’ set but not used [-Wunused-but-set-variable]
     sqInt oldStart;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:58322:11: warning: variable ‘actualEdenBytes’ set but not used [-Wunused-but-set-variable]
     sqInt actualEdenBytes;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘validClassTableHashes’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:59574:11: warning: variable ‘ignored’ set but not used [-Wunused-but-set-variable]
     sqInt ignored;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘compact’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:59762:11: warning: variable ‘prevPrevObj3’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj3;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:59761:11: warning: variable ‘prevPrevObj2’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj2;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:59760:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:59759:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘copyAndUnmarkMobileObjects’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:60100:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘copyAndUnmark’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:60311:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘planCompactSavingForwarders’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:60489:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘reinitializeScanFrom’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:60621:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘scanForFirstFreeAndFirstMobileObjectFrom’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:60744:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘unmarkObjectsFromFirstFreeObject’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:60822:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘updatePointers’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:60981:11: warning: variable ‘prevPrevObj3’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj3;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:60980:11: warning: variable ‘prevPrevObj2’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj2;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:60979:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:60978:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘validRelocationPlanInPass’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:61628:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘addSegmentOfSize’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:61706: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_PR-162/repository/include/pharovm/pharo.h:14:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘assertValidExecutionPointers’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:62718: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘checkAllAccessibleObjectsOkay’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:62852:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:62851:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘checkIsStillMarriedContextcurrentFP’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:63267: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:63269: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:63270: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:63271: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:63272: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:63279: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘checkOkayStackPage’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:63352: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:63356: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:63362: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:63363: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:63364: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:63366: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:63368: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:63370: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:63371: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:63379: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘checkStackPointerIndexForFrame’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:63521: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:63523: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:63536: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:63549: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:63562: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:63564: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:38:0:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘createActualMessageTo’:
/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:63749:2: note: in expansion of macro ‘mnuBreakpointreceiver’
  mnuBreakpointreceiver(firstFixedFieldOfMaybeImmediate(GIV(messageSelector)), lengthOfMaybeImmediate(GIV(messageSelector)), null);
  ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:63820: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘disownVM’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:63876:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  top = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘divorceAllFrames’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:63912: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:63913: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:63914: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:63916: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘divorceFramesIn’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:63954: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:63961: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:63962: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:63963: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:63965: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:63995: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:63996: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:64008: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘ensureCallerContext’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:64204: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:64213: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:64220: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:64221: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:64222: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:64224: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘ensureImageFormatIsUpToDate’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:64274:11: warning: variable ‘prevPrevObj2’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj2;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:64273:11: warning: variable ‘prevPrevObj11’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj11;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:64272:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:64271:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘externalDivorceFrameandContext’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:64634: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:64643: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:64651: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:64652: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:64653: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:64655: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:64664: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:64678: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:64716: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:64721: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:64724: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘externalEnsureIsBaseFrame’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:64748: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘externalQuickPrimitiveResponse’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:64895: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:64896: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:64905: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:64911: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:64917: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:64922: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘fetchPointerofMarriedContext’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:65039: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:65048: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:65055: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:65056: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:65057: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:65059: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:65076: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:65078: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:65079: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:65080: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:65081: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:65082: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘findFrameAboveinPage’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:65257: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘findMethodWithPrimitiveFromContextUpToContext’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:65349: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:65350: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:65351: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:65352: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:65356: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:65357: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:65358: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:65359: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:65361: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:65371: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:65372: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:65373: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:65375: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:65381: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:65388: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘findSPOfon’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:65477: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:65490: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘findUnwindThroughContext’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:65545: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:65546: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:65547: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:65548: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:65552: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:65553: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:65554: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:65555: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:65557: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:65567: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:65568: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:65569: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:65571: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:65579: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:65586: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘followForwardedFrameContentsstackPointer’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:65632: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:65635: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:65638: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:65641: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:65643: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:65644: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:65657: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:65660: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:65661: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:65662: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:65667: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:65668: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:65669: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘frameContext’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:65708: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘frameStackedReceiverOffset’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:65752: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:65754: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘frameStackedReceivernumArgs’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:65768: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘handleForwardedSendFaultForTag’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:66094: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:66106: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:66108: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:66109:16: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   ? longAt(GIV(framePointer) + FoxMFReceiver)
                ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:66110:16: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   : longAt(GIV(framePointer) + FoxIFReceiver)))) {
                ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:66111: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:66112:17: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    ? longAt(GIV(framePointer) + FoxMFReceiver)
                 ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:66113: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘handleSpecialSelectorSendFaultForfpsp’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:66134: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:66135: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:66136: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘handleStackOverflow’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:66176: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:66202: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:66203: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:66212: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:66221: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:66228: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:66229: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:66230: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:66232: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:66161:11: warning: variable ‘callerContextOrNil’ set but not used [-Wunused-but-set-variable]
     sqInt callerContextOrNil;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘iframeMethod’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:66370: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘isBaseFrame’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:66427: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘isFrameonPage’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:66467: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘isWidowedContextDuringGC’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:66693: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:66694: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:66695: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:66696: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:66698: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:66712: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘isWidowedContext’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:66773: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:66774: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:66775: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:66776: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:66779: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:38:0:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘lookupMethodInClass’:
/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:67370:4: note: in expansion of macro ‘sendBreakpointreceiver’
    sendBreakpointreceiver(firstFixedFieldOfMaybeImmediate(selector), lengthOfMaybeImmediate(selector), null);
    ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:67483: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:67342:11: warning: variable ‘selector’ set but not used [-Wunused-but-set-variable]
     sqInt selector;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘markAndTraceStackPages’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:68156: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘marriedContextpointsTostackDeltaForCurrentFrame’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:68235: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:68237: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:68245: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:68247: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:68250: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:68256: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:68256: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:68257: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:68257: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:68258: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:68258: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:68259: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:68259: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:68264: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:68268: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:68276: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘marryContextInNewStackPageAndInitializeInterpreterRegisters’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:68310: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:68322:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  top = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘marryFrameSP’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:68355: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:68357: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:68362: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:68372: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:68378: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:68383: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:68385: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:68389: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:68390: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:68396: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:68401: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:68408: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:68421: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:68423: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:68424: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:68428: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:68429: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:68430: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘methodReturnBool’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:68625: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘methodReturnFloat’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:68644: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘methodReturnInteger’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:68660: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘methodReturnString’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:68689: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘methodReturnValue’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:68705: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘noInlineTemporaryin’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:68875: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:68877: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:68878: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:68879: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:68880: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:68881: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘noInlineTemporaryinput’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:68891: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:68892:15: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   ? longAtput((offset < ((frameNumArgs = ((mframeCogMethod(theFP))->cmNumArgs)))
               ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:68895: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:68896:17: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
     ? longAtput((theFP + FoxCallerSavedIP) + ((frameNumArgs1 - offset) * BytesPerWord), valueOop)
                 ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:68897:17: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
     : longAtput(((theFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs1 - offset) * BytesPerWord), valueOop)));
                 ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘noMarkedContextsOnPage’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:68912: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:68913: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:68914: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:68916: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:68920: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘ownVM’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:69007: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘popStack’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:69034:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  top = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘popthenPush’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:69059: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveEventProcessingControl’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:69119: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:69126: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:69132: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:69142: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘printAllStacks’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:69390:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:69389:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘printCallStackOfcurrentFP’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:69655: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘printContext’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:69800:15: warning: passing argument 1 of ‘printHexnp’ makes integer from pointer without a cast [-Wint-conversion]
    printHexnp(cogMethodOf(meth));
               ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:1594: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:69812:15: warning: passing argument 1 of ‘printHexnp’ makes integer from pointer without a cast [-Wint-conversion]
    printHexnp(cogMethodOf(meth));
               ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:1594: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘printFrameAndCallersSPshort’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:69868: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:69869: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:69870: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:69872: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘printFrameOopat’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:69892: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘printFrameOopindexat’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:69918: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘printFrameThingandFrameat’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:69977: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘printFrameThingat’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:70013: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘printFrame’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:70099: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:70110: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:70112: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:70120: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘printLikelyImplementorsOfSelector’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:70203:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:70202:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘printStackReferencesTo’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:71545: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:71548: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:71550:18: warning: passing argument 1 of ‘printHexnp’ makes integer from pointer without a cast [-Wint-conversion]
       printHexnp(theFP);
                  ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:70146:1: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’
 printHexnp(usqInt n)
 ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:71552:18: warning: passing argument 1 of ‘printHexnp’ makes integer from pointer without a cast [-Wint-conversion]
       printHexnp(theSP);
                  ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:70146:1: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’
 printHexnp(usqInt n)
 ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:71558: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:71559: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:71560: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:71561: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:71563:18: warning: passing argument 1 of ‘printHexnp’ makes integer from pointer without a cast [-Wint-conversion]
       printHexnp(theFP);
                  ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:70146:1: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’
 printHexnp(usqInt n)
 ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:71569: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:71571:17: warning: passing argument 1 of ‘printHexnp’ makes integer from pointer without a cast [-Wint-conversion]
      printHexnp(theFP);
                 ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:70146:1: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’
 printHexnp(usqInt n)
 ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:71576: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:71584: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:71586:17: warning: passing argument 1 of ‘printHexnp’ makes integer from pointer without a cast [-Wint-conversion]
      printHexnp(theFP);
                 ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:70146:1: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’
 printHexnp(usqInt n)
 ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:71588:17: warning: passing argument 1 of ‘printHexnp’ makes integer from pointer without a cast [-Wint-conversion]
      printHexnp(theSP);
                 ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:70146:1: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’
 printHexnp(usqInt n)
 ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘pushBool’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:71668: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘pushedReceiverOrClosureOfFrame’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:71681: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘pushFloat’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:71693: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘pushInteger’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:71704: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘push’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:71718: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘reestablishContextPriorToCallback’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:71991: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:72024: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:72030: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:72033: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:72072:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  top = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘retryPrimitiveOnFailure’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:72246: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:72261: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘returnAsThroughCallbackContext’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:72338: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:72375: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:72379: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:72382: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:72384: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:72386:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      : longAt(GIV(framePointer) + FoxMethod));
                   ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:72402: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:72448:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  top = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘saneFunctionPointerForFailureOfPrimIndex’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:72580:11: warning: variable ‘theClass’ set but not used [-Wunused-but-set-variable]
     sqInt theClass;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘shortPrintContext’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:72785: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘shortPrintFrameAndCallers’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:72826: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:72827: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘shortPrintFrameAndNCallers’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:72874: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘shortReversePrintFrameAndCallers’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:72933: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:72942: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘snapshot’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:73122: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:73207: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:73214: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:73226: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:73232: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:73236: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:73239: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:73239: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:73246: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:73260: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:73266: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:73269: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:73276: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:73279: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:73285: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:73289: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘stackFloatValue’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:73710: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘stackIntegerValue’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:73722: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘stackObjectValue’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:73759: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘stackPointerIndexForFrame’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:73840: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:73842: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘stackPositiveMachineIntegerValue’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:73859: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘stackSignedMachineIntegerValue’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:73924: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘stackTop’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:73932:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  return longAt(GIV(stackPointer));
                    ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘stackValue’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:73942: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘storeSenderOfFramewithValue’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:74301: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:74308: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:74310: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:74308: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:74314: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:74323: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:74330: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:74331: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:74332: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:74334: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:74379: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:74381: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:74379: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:74292:11: warning: variable ‘callerContextOrNil’ set but not used [-Wunused-but-set-variable]
     sqInt callerContextOrNil;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘validInstructionPointerinFrame’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:74640: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:74642: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘cloneContext’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:74931: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:74933: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:74934: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:74935: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:74936: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:74937: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘doPrimitiveSameThreadCallout’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:74989: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:75011:19: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
  externalFunction = longAt((anOop1 + BaseHeaderSize) + (0U << (shiftForWord())));
                   ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:75019: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:75027: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:75051:13: warning: assignment makes integer from pointer without a cast [-Wint-conversion]
   argHolder = alloca((argType->size));
             ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:75052:17: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
   parameters[i] = argHolder;
                 ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:75067: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:1706: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘doPrimitiveWorkerCallout’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:75124: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:75146:19: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
  externalFunction = longAt((anOop1 + BaseHeaderSize) + (0U << (shiftForWord())));
                   ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:75153: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:75160: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:75180: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:75189: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:75211:13: warning: assignment makes integer from pointer without a cast [-Wint-conversion]
   argHolder = malloc((argType->size));
             ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:75212:17: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
   parameters[i] = argHolder;
                 ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:75217:10: warning: assignment makes integer from pointer without a cast [-Wint-conversion]
     aPtr = parameters[i1];
          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:75220: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_PR-162/repository/ffi/include/pThreadedFFI.h:15:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:75242:10: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
  ptr1[0] = (((sqIntptr_t)aPointer));
          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:75244: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘doPrimitiveWorkerExtractReturnValue’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:75283: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:75293:14: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
  taskAddress = longAt((anOop + BaseHeaderSize) + (0U << (shiftForWord())));
              ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:75296: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:75313: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:1706: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:75319:23: warning: assignment makes integer from pointer without a cast [-Wint-conversion]
    anParameterAddress = parameters[i];
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:75321:26: warning: passing argument 1 of ‘free’ makes pointer from integer without a cast [-Wint-conversion]
     doFreeFromTask(task, anParameterAddress);
                          ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/ffi/include/pThreadedFFI.h:15:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:75330:23: warning: passing argument 1 of ‘free’ makes pointer from integer without a cast [-Wint-conversion]
  doFreeFromTask(task, ((sqInt)task));
                       ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/ffi/include/pThreadedFFI.h:15:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:75276:13: warning: variable ‘worker’ set but not used [-Wunused-but-set-variable]
     Worker *worker;
             ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘fieldofFrame’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:75384: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:75391: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:75396: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:75397: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:75398: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:75401: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:75409: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:75411: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:75414: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:75415: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:75416: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:75418: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:75420: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:75421: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:75425: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:75426: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:75427: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:75431: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:75433: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:75434: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:75435: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:75436: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:75437: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘getHandler’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:75467:9: warning: return makes pointer from integer without a cast [-Wint-conversion]
  return longAt((anOop1 + BaseHeaderSize) + (0U << (shiftForWord())));
         ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘marshallAndPushReturnValueFromofTypepoping’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:75529:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp4 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), (((usqInt)integerVal << 3) | 1));
             ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:75535:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp5 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), (((usqInt)integerVal1 << 3) | 1));
             ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:75541:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp6 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), (((usqInt)integerVal2 << 3) | 1));
             ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:75547:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp7 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), (((usqInt)integerVal3 << 3) | 1));
             ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:75553:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp8 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), (((usqInt)integerVal4 << 3) | 1));
             ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:75559:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp9 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), (((usqInt)integerVal5 << 3) | 1));
             ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:75565:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp10 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), (((usqInt)integerVal6 << 3) | 1));
             ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:75571:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp11 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), (((usqInt)integerVal7 << 3) | 1));
             ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:75581:10: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
   ptr[0] = (((sqIntptr_t)aPointer));
          ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:75583: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:75592: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_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:75594: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:75601:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp2 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), floatObjectOf(f));
             ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:75608:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp3 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), floatObjectOf(f1));
             ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘marshallArgumentFromatIndexintoofTypewithSize’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:75679:12: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
    address = longAt((oop1 + BaseHeaderSize) + (0U << (shiftForWord())));
            ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:75698: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_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveAllVMParameters’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:76328: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveClone’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:76346:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer));
                    ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:76370: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveContextAt’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:76418:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:76426: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:76545: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:76648: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:76661: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:76663: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:76664: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:76665: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:76666: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:76667: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:76669: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveContextAtPut’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:76705:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  value = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:76707: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:76709: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:76863: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:76876: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:76877: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:76882: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:76883: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:76886: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:76890: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveContextSize’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:76917:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer));
                    ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:77001: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveDeferDisplayUpdates’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:77017:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  flag = longAt(GIV(stackPointer));
                    ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveDoNamedPrimitiveWithArgs’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:77098:29: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  argumentArray = longAt(GIV(stackPointer));
                             ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:77100: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:77285:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  top = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:77291:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  top1 = longAt(GIV(stackPointer));
                    ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:77297: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:77303: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:77325: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:77329: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:77333: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:77337: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:77087:11: warning: variable ‘val’ set but not used [-Wunused-but-set-variable]
     sqInt val;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:77051:11: warning: variable ‘classOop’ set but not used [-Wunused-but-set-variable]
     sqInt classOop;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveDoPrimitiveWithArgs’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:77390:29: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  argumentArray = longAt(GIV(stackPointer));
                             ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:77392: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:77427: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:77429: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:77446: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:77458: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:77503: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:77515:2: warning: statement with no effect [-Wunused-value]
  !GIV(primFailCode);
  ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:77523:22: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    rcvr = longAt(GIV(stackPointer));
                      ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:77527: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:77531: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:77534: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveExecuteMethod’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:77561:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  methodArgument = longAt(GIV(stackPointer));
                              ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:77574:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  top = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveExecuteMethodArgsArray’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:77631:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  methodArgument = longAt(GIV(stackPointer));
                              ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:77633: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:77665: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:77674: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:77681: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveExternalCall’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:77757:11: warning: variable ‘val’ set but not used [-Wunused-but-set-variable]
     sqInt val;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveFFIAllocate’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:77968: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:77986:7: warning: assignment makes integer from pointer without a cast [-Wint-conversion]
  addr = malloc(byteSize);
       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:77998:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
  ptr[0] = (((sqIntptr_t)addr));
         ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:78001: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveFFIFree’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:78019: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:78040:7: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
  addr = longAt((oop + BaseHeaderSize) + (0U << (shiftForWord())));
       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:78047:18: warning: passing argument 1 of ‘isInMemory’ makes integer from pointer without a cast [-Wint-conversion]
   || (isInMemory(addr)))) {
                  ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:51036:1: note: expected ‘sqInt {aka long int}’ but argument is of type ‘void *’
 isInMemory(sqInt address)
 ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:78080: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveFFIIntegerAt’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:78108: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:78126: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:78142: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:78158: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:78225: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveFFIIntegerAtPut’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:78253: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:78271: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:78287: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:78289: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:78305: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:78369: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveFindHandlerContext’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:78398: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:78404: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveFindNextUnwindContext’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:78435:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  stopContext = longAt(GIV(stackPointer));
                           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:78437: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:78467: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:78472: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:78476: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:78477: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:78478: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:78479: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:78483: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:78484: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:78485: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:78486: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:78488: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:78498: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:78499: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:78500: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:78502: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:78510: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:78517: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:78548: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveFullGC’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:78584: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:78592: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveGetCurrentWorkingDirectory’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:78614: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveIncrementalGC’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:78883: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveInstVarAt’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:78906:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:78908: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:79006: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveInstVarAtPut’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:79031:24: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  newValue = longAt(GIV(stackPointer));
                        ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:79033: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:79035: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:79185: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveLoadBoolean8FromBytes’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:79206:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:79208: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:79266: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveLoadBoolean8FromExternalAddress’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:79282:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:79284: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:79303: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveLoadChar16FromBytes’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:79324:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:79326: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:79383: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveLoadChar16FromExternalAddress’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:79399:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:79401: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:79418: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveLoadChar32FromBytes’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:79439:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:79441: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:79498: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveLoadChar32FromExternalAddress’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:79514:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:79516: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:79533: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveLoadChar8FromBytes’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:79554:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:79556: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:79612: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveLoadChar8FromExternalAddress’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:79628:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:79630: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:79647: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveLoadFloat32FromBytes’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:79668:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:79670: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:79727: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveLoadFloat32FromExternalAddress’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:79743:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:79745: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:79762: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveLoadFloat64FromBytes’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:79783:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:79785: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:79842: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveLoadFloat64FromExternalAddress’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:79858:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:79860: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:79877: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveLoadInt16FromBytes’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:79897:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:79899: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:79955: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveLoadInt16FromExternalAddress’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:79970:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:79972: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:79988: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveLoadInt32FromBytes’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:80009:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:80011: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:80070: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveLoadInt32FromExternalAddress’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:80086:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:80088: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:80107: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveLoadInt64FromBytes’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:80128:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:80130: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:80187: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveLoadInt64FromExternalAddress’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:80203:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:80205: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:80222: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveLoadInt8FromBytes’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:80242:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:80244: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:80299: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveLoadInt8FromExternalAddress’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:80314:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:80316: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:80332: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveLoadPointerFromBytes’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:80353:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:80355: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:80414: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveLoadPointerFromExternalAddress’:
/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:80451: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveLoadSymbolFromModule’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:80488: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:80490: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:80535: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_PR-162/repository/include/pharovm/pharo.h:14:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:80571: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_PR-162/repository/include/pharovm/pharo.h:14:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:80580:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
  ptr[0] = (((sqIntptr_t)address));
         ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:80583: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveLoadUInt16FromBytes’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:80604:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:80606: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:80662: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveLoadUInt16FromExternalAddress’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:80677:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:80679: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:80695: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveLoadUInt32FromBytes’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:80716:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:80718: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:80777: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveLoadUInt32FromExternalAddress’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:80793:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:80795: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:80814: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveLoadUInt64FromBytes’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:80835:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:80837: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:80894: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveLoadUInt64FromExternalAddress’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:80910:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:80912: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:80929: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveLoadUInt8FromBytes’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:80949:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:80951: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:81006: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveLoadUInt8FromExternalAddress’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:81021:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:81023: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:81039: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveLongRunningPrimitive’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:81108: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveObjectPointsTo’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:81141:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  thang = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:81143: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:81146: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:81174: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:81195: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:81212: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:81223: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:81229: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitivePerform’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:81245: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:81247: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:81250: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:81250: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: 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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:38:0:
/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:81258:2: note: in expansion of macro ‘sendBreakpointreceiver’
  sendBreakpointreceiver(firstFixedFieldOfMaybeImmediate(GIV(messageSelector)), lengthOfMaybeImmediate(GIV(messageSelector)), newReceiver);
  ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:81273: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:81273: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:81275: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitivePin’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:81306: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:81314:23: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  boolean = longAt(GIV(stackPointer));
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:81349: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveSetGCSemaphore’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:81388: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveSignalAtMilliseconds’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:81425:24: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  msecsObj = longAt(GIV(stackPointer));
                        ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:81427: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveSignalAtUTCMicroseconds’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:81496:24: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  usecsObj = longAt(GIV(stackPointer));
                        ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:81498: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveSlotAt’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:81584:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:81586: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:81635: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:81655: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:81668: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:81681: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:81697: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveSlotAtPut’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:81744:24: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  newValue = longAt(GIV(stackPointer));
                        ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:81746: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:81748: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:81802: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:81894: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:81913: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:81927: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:81946: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveStoreBoolean8IntoBytes’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:81977:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:81979: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:81981: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:82049: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveStoreBoolean8IntoExternalAddress’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:82066:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:82068: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:82070: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:82099: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveStoreChar16IntoBytes’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:82120:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:82122: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:82124: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:82183: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveStoreChar16IntoExternalAddress’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:82199:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:82201: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:82203: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:82222: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveStoreChar32IntoBytes’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:82243:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:82245: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:82247: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:82306: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveStoreChar32IntoExternalAddress’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:82322:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:82324: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:82326: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:82345: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveStoreChar8IntoBytes’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:82366:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:82368: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:82370: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:82428: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveStoreChar8IntoExternalAddress’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:82444:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:82446: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:82448: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:82467: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveStoreFloat32IntoBytes’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:82489:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:82491: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:82493: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:82553: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveStoreFloat32IntoExternalAddress’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:82570:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:82572: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:82574: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:82594: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveStoreFloat64IntoBytes’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:82616:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:82618: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:82620: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:82680: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveStoreFloat64IntoExternalAddress’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:82697:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:82699: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:82701: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:82721: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveStoreInt16IntoBytes’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:82742:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:82744: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:82746: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:82804: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveStoreInt16IntoExternalAddress’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:82820:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:82822: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:82824: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:82842: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveStoreInt32IntoBytes’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:82863:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:82865: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:82867: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:82928: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveStoreInt32IntoExternalAddress’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:82944:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:82946: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:82948: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:82969: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveStoreInt64IntoBytes’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:82990:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:82992: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:82994: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:83055: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveStoreInt64IntoExternalAddress’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:83071:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:83073: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:83075: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:83096: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveStoreInt8IntoBytes’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:83117:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:83119: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:83121: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:83178: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveStoreInt8IntoExternalAddress’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:83194:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:83196: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:83198: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:83216: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveStorePointerIntoBytes’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:83238:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:83240: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:83242: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:83312: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveStorePointerIntoExternalAddress’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:83329:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:83331: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:83333: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:83363: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveStoreStackp’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:83388: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:83390: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveStoreUInt16IntoBytes’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:83496:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:83498: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:83500: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:83563: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveStoreUInt16IntoExternalAddress’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:83579:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:83581: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:83583: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:83606: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveStoreUInt32IntoBytes’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:83627:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:83629: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:83631: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:83692: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveStoreUInt32IntoExternalAddress’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:83708:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:83710: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:83712: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:83733: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveStoreUInt64IntoBytes’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:83754:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:83756: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:83758: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:83819: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveStoreUInt64IntoExternalAddress’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:83835:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:83837: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:83839: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:83860: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveStoreUInt8IntoBytes’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:83881:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:83883: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:83885: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:83947: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveStoreUInt8IntoExternalAddress’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:83963:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:83965: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:83967: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:83990: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveVMParameter’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:84128: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:84149: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:84154:22: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  argOop = longAt(GIV(stackPointer));
                      ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:84363: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveVoidReceiver’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:84383: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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘pruneStackstackp’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:84504: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:84515: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:84516: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:84517: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:84519: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:84523: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:84525: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:84453:11: warning: variable ‘oop1’ set but not used [-Wunused-but-set-variable]
     sqInt oop1;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘ptEnterInterpreterFromCallback’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:84583: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_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘ptExitInterpreterToCallback’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:84683:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  top = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2047:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/pThreadedFFI.h:18,
                 from /builds/workspace/pharo-vm_PR-162/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘readAddress’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:84707:9: warning: return makes pointer from integer without a cast [-Wint-conversion]
  return longAt((anOop + BaseHeaderSize) + (0U << (shiftForWord())));
         ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘unmarkAfterPathTo’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:84730:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:84729:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: At top level:
/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:14116:1: warning: ‘pageListIsWellFormed’ defined but not used [-Wunused-function]
 pageListIsWellFormed(void)
 ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:14536:1: warning: ‘asCogHomeMethod’ defined but not used [-Wunused-function]
 asCogHomeMethod(CogBlockMethod *aCogMethod)
 ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:17188:1: warning: ‘deferStackLimitSmashAroundwith’ defined but not used [-Wunused-function]
 deferStackLimitSmashAroundwith(void (*functionSymbol)(sqInt), sqInt arg)
 ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:18079:1: warning: ‘frameHasContext’ defined but not used [-Wunused-function]
 frameHasContext(char *theFP)
 ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:18091:1: warning: ‘frameIsBlockActivation’ defined but not used [-Wunused-function]
 frameIsBlockActivation(char *theFP)
 ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:18100:1: warning: ‘frameMethodObject’ defined but not used [-Wunused-function]
 frameMethodObject(char *theFP)
 ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:18112:1: warning: ‘frameNumArgs’ defined but not used [-Wunused-function]
 frameNumArgs(char *theFP)
 ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:18128:1: warning: ‘frameReceiver’ defined but not used [-Wunused-function]
 frameReceiver(char *theFP)
 ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:18368:1: warning: ‘iframeIsBlockActivation’ defined but not used [-Wunused-function]
 iframeIsBlockActivation(char *theFP)
 ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:18375:1: warning: ‘iframeReceiver’ defined but not used [-Wunused-function]
 iframeReceiver(char *theFP)
 ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:18382:1: warning: ‘iframeSavedIP’ defined but not used [-Wunused-function]
 iframeSavedIP(char *theFP)
 ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:18619:1: warning: ‘isMachineCodeFrame’ defined but not used [-Wunused-function]
 isMachineCodeFrame(char *theFP)
 ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:19509:1: warning: ‘mframeIsBlockActivation’ defined but not used [-Wunused-function]
 mframeIsBlockActivation(char *theFP)
 ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:19516:1: warning: ‘mframeReceiver’ defined but not used [-Wunused-function]
 mframeReceiver(char *theFP)
 ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:19932:1: warning: ‘newMethodInLookupCacheAtand’ defined but not used [-Wunused-function]
 newMethodInLookupCacheAtand(sqInt selector, sqInt classTag)
 ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:22495:1: warning: ‘stackLimitOffset’ defined but not used [-Wunused-function]
 stackLimitOffset(void)
 ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:22508:1: warning: ‘stackPageHeadroom’ defined but not used [-Wunused-function]
 stackPageHeadroom(void)
 ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:40344:1: warning: ‘headerWhileForwardingOf’ defined but not used [-Wunused-function]
 headerWhileForwardingOf(sqInt aCompiledMethodObjOop)
 ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:41605:1: warning: ‘isImmediateFloat’ defined but not used [-Wunused-function]
 isImmediateFloat(sqInt oop)
 ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:41713:1: warning: ‘maxSlotsForAlloc’ defined but not used [-Wunused-function]
 maxSlotsForAlloc(void)
 ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:41725:1: warning: ‘numFreeLists’ defined but not used [-Wunused-function]
 numFreeLists(void)
 ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:41955:1: warning: ‘wordIndexableFormat’ defined but not used [-Wunused-function]
 wordIndexableFormat(void)
 ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:42016:1: warning: ‘allNewSpaceObjectsHaveZeroRTRefCount’ defined but not used [-Wunused-function]
 allNewSpaceObjectsHaveZeroRTRefCount(void)
 ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:42095:1: warning: ‘allWeakSurvivorsOnWeakList’ defined but not used [-Wunused-function]
 allWeakSurvivorsOnWeakList(void)
 ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:42490:1: warning: ‘firstCorpse’ defined but not used [-Wunused-function]
 firstCorpse(sqInt headOfCorpseList)
 ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:42741:1: warning: ‘noUnfiredEphemeronsAtEndOfRememberedSet’ defined but not used [-Wunused-function]
 noUnfiredEphemeronsAtEndOfRememberedSet(void)
 ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:44631:1: warning: ‘allObjectsUnmarked’ defined but not used [-Wunused-function]
 allObjectsUnmarked(void)
 ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:44746:1: warning: ‘allOldMarkedWeakObjectsOnWeaklingStack’ defined but not used [-Wunused-function]
 allOldMarkedWeakObjectsOnWeaklingStack(void)
 ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:45208:1: warning: ‘allocationUnit’ defined but not used [-Wunused-function]
 allocationUnit(void)
 ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:45219:1: warning: ‘allStrongSlotsOfWeaklingAreMarked’ defined but not used [-Wunused-function]
 allStrongSlotsOfWeaklingAreMarked(sqInt aWeakling)
 ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:45245:1: warning: ‘allUnscannedEphemeronsAreActive’ defined but not used [-Wunused-function]
 allUnscannedEphemeronsAreActive(void)
 ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:45277:1: warning: ‘assertInnerValidFreeObject’ defined but not used [-Wunused-function]
 assertInnerValidFreeObject(sqInt objOop)
 ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:45867:1: warning: ‘bitsSetInFreeSpaceMaskForAllFreeLists’ defined but not used [-Wunused-function]
 bitsSetInFreeSpaceMaskForAllFreeLists(void)
 ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:45929:1: warning: ‘bridgeSize’ defined but not used [-Wunused-function]
 bridgeSize(void)
 ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:45936:1: warning: ‘byteFormatMask’ defined but not used [-Wunused-function]
 byteFormatMask(void)
 ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:47270:1: warning: ‘classIndexFieldWidth’ defined but not used [-Wunused-function]
 classIndexFieldWidth(void)
 ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:47407:1: warning: ‘classTableRootSlots’ defined but not used [-Wunused-function]
 classTableRootSlots(void)
 ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:48471:1: warning: ‘ephemeronFormat’ defined but not used [-Wunused-function]
 ephemeronFormat(void)
 ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:48478:1: warning: ‘existInstancesInNewSpaceOf’ defined but not used [-Wunused-function]
 existInstancesInNewSpaceOf(sqInt classObj)
 ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:48686:1: warning: ‘fetchPointerofFreeChunk’ defined but not used [-Wunused-function]
 fetchPointerofFreeChunk(sqInt fieldIndex, sqInt objOop)
 ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:49050:1: warning: ‘firstFixedFieldOfMaybeImmediate’ defined but not used [-Wunused-function]
 firstFixedFieldOfMaybeImmediate(sqInt oop)
 ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:49364:1: warning: ‘forwardedFormat’ defined but not used [-Wunused-function]
 forwardedFormat(void)
 ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:49375:1: warning: ‘forwardersIn’ defined but not used [-Wunused-function]
 forwardersIn(sqInt anObject)
 ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:49401:1: warning: ‘freeChunkNextIndex’ defined but not used [-Wunused-function]
 freeChunkNextIndex(void)
 ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:49411:1: warning: ‘freeChunkParentIndex’ defined but not used [-Wunused-function]
 freeChunkParentIndex(void)
 ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:49422:1: warning: ‘freeChunkPrevIndex’ defined but not used [-Wunused-function]
 freeChunkPrevIndex(void)
 ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:49610:1: warning: ‘goodContextSize’ defined but not used [-Wunused-function]
 goodContextSize(sqInt oop)
 ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:49706:1: warning: ‘hasSpurMemoryManagerAPI’ defined but not used [-Wunused-function]
 hasSpurMemoryManagerAPI(void)
 ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:49779:1: warning: ‘hiddenRootSlots’ defined but not used [-Wunused-function]
 hiddenRootSlots(void)
 ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:49786:1: warning: ‘hiddenRootsObject’ defined but not used [-Wunused-function]
 hiddenRootsObject(void)
 ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:50835:1: warning: ‘isCompiledMethodHeader’ defined but not used [-Wunused-function]
 isCompiledMethodHeader(sqInt objHeader)
 ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:50852:1: warning: ‘isContextHeader’ defined but not used [-Wunused-function]
 isContextHeader(sqInt aHeader)
 ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:50870:1: warning: ‘isCopiedIntoSegment’ defined but not used [-Wunused-function]
 isCopiedIntoSegment(sqInt anObjectInTheHeap)
 ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:50893:1: warning: ‘isEnumerableObjectNoAssert’ defined but not used [-Wunused-function]
 isEnumerableObjectNoAssert(sqInt objOop)
 ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:50929:1: warning: ‘isEphemeron’ defined but not used [-Wunused-function]
 isEphemeron(sqInt objOop)
 ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:50949:1: warning: ‘isForwardedClassTag’ defined but not used [-Wunused-function]
 isForwardedClassTag(sqInt classIndex)
 ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:50974:1: warning: ‘isFreeObject’ defined but not used [-Wunused-function]
 isFreeObject(sqInt objOop)
 ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:50981:1: warning: ‘isFreeOop’ defined but not used [-Wunused-function]
 isFreeOop(sqInt oop)
 ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:50996:1: warning: ‘isInClassTable’ defined but not used [-Wunused-function]
 isInClassTable(sqInt objOop)
 ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:51019:1: warning: ‘isInEden’ defined but not used [-Wunused-function]
 isInEden(sqInt objOop)
 ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:51026:1: warning: ‘isInFutureSpace’ defined but not used [-Wunused-function]
 isInFutureSpace(sqInt address)
 ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:51061:1: warning: ‘isInNewSpace’ defined but not used [-Wunused-function]
 isInNewSpace(sqInt objOop)
 ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:51076:1: warning: ‘isInPastSpace’ defined but not used [-Wunused-function]
 isInPastSpace(sqInt address)
 ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:51083:1: warning: ‘isLargeFreeObject’ defined but not used [-Wunused-function]
 isLargeFreeObject(sqInt objOop)
 ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:51090:1: warning: ‘isMaybeFiredEphemeron’ defined but not used [-Wunused-function]
 isMaybeFiredEphemeron(sqInt objOop)
 ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:51109:1: warning: ‘isObjEphemeron’ defined but not used [-Wunused-function]
 isObjEphemeron(sqInt objOop)
 ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:51120:1: warning: ‘isObjImmutable’ defined but not used [-Wunused-function]
 isObjImmutable(sqInt anOop)
 ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:51223:1: warning: ‘isRemembered’ defined but not used [-Wunused-function]
 isRemembered(sqInt objOop)
 ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:51233:1: warning: ‘isSegmentBridge’ defined but not used [-Wunused-function]
 isSegmentBridge(sqInt objOop)
 ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:51240:1: warning: ‘isSemaphoreOop’ defined but not used [-Wunused-function]
 isSemaphoreOop(sqInt anOop)
 ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:51300:1: warning: ‘isValidObjStackAt’ defined but not used [-Wunused-function]
 isValidObjStackAt(sqInt objStackRootIndex)
 ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:51447:1: warning: ‘isWeakNonImm’ defined but not used [-Wunused-function]
 isWeakNonImm(sqInt objOop)
 ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:51585:1: warning: ‘knownClassAtIndex’ defined but not used [-Wunused-function]
 knownClassAtIndex(sqInt classIndex)
 ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:51594:1: warning: ‘lastPointerFormat’ defined but not used [-Wunused-function]
 lastPointerFormat(void)
 ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:51723:1: warning: ‘lengthOfMaybeImmediate’ defined but not used [-Wunused-function]
 lengthOfMaybeImmediate(sqInt oop)
 ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:54009:1: warning: ‘maybeSimulatedAddressOf’ defined but not used [-Wunused-function]
 maybeSimulatedAddressOf(sqInt aSymbol)
 ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:54087:1: warning: ‘newSpaceIsEmpty’ defined but not used [-Wunused-function]
 newSpaceIsEmpty(void)
 ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:54322:1: warning: ‘noUnscannedEphemerons’ defined but not used [-Wunused-function]
 noUnscannedEphemerons(void)
 ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:58460:1: warning: ‘slidingCompactionInProgress’ defined but not used [-Wunused-function]
 slidingCompactionInProgress(void)
 ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:58528:1: warning: ‘startOfObject’ defined but not used [-Wunused-function]
 startOfObject(sqInt objOop)
 ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:59569:1: warning: ‘validClassTableHashes’ defined but not used [-Wunused-function]
 validClassTableHashes(void)
 ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:59650:1: warning: ‘validFreeTreeChunk’ defined but not used [-Wunused-function]
 validFreeTreeChunk(sqInt chunk)
 ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:59693:1: warning: ‘validObjStacks’ defined but not used [-Wunused-function]
 validObjStacks(void)
 ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:60445:1: warning: ‘isMobile’ defined but not used [-Wunused-function]
 isMobile(sqInt obj)
 ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:60456:1: warning: ‘isPostMobile’ defined but not used [-Wunused-function]
 isPostMobile(sqInt obj)
 ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:60723:1: warning: ‘savedFirstFieldsSpaceWasAllocated’ defined but not used [-Wunused-function]
 savedFirstFieldsSpaceWasAllocated(void)
 ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:61620:1: warning: ‘validRelocationPlanInPass’ defined but not used [-Wunused-function]
 validRelocationPlanInPass(sqInt onePass)
 ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:61685:1: warning: ‘segLimit’ defined but not used [-Wunused-function]
 segLimit(SpurSegmentInfo * self_in_segLimit)
 ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:61780:1: warning: ‘allBridgesMarked’ defined but not used [-Wunused-function]
 allBridgesMarked(void)
 ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:61830:1: warning: ‘bridgeAt’ defined but not used [-Wunused-function]
 bridgeAt(sqInt segIndex)
 ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:61845:1: warning: ‘bridgeFor’ defined but not used [-Wunused-function]
 bridgeFor(SpurSegmentInfo *aSegment)
 ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:61968:1: warning: ‘isInSegments’ defined but not used [-Wunused-function]
 isInSegments(usqInt address)
 ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:61989:1: warning: ‘isValidSegmentBridge’ defined but not used [-Wunused-function]
 isValidSegmentBridge(sqInt objOop)
 ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:62291:1: warning: ‘segmentOverlap’ defined but not used [-Wunused-function]
 segmentOverlap(void)
 ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:62645:1: warning: ‘allOnesAsCharStar’ defined but not used [-Wunused-function]
 allOnesAsCharStar(void)
 ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:62728:1: warning: ‘assertValidStackLimits’ defined but not used [-Wunused-function]
 assertValidStackLimits(sqInt ln)
 ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:63463:1: warning: ‘checkStackPointerForMaybeMarriedContext’ defined but not used [-Wunused-function]
 checkStackPointerForMaybeMarriedContext(sqInt aContext)
 ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:63618:1: warning: ‘contexthasValidInversePCMappingOfin’ defined but not used [-Wunused-function]
 contexthasValidInversePCMappingOfin(sqInt aContext, sqInt theIP, char *theFP)
 ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:63720:1: warning: ‘cr’ defined but not used [-Wunused-function]
 cr(void)
 ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:66347:1: warning: ‘ifCurrentStackPageHasValidHeadPointers’ defined but not used [-Wunused-function]
 ifCurrentStackPageHasValidHeadPointers(StackPage *thePage)
 ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:66368:1: warning: ‘iframeMethod’ defined but not used [-Wunused-function]
 iframeMethod(char *theFP)
 ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:66425:1: warning: ‘isBaseFrame’ defined but not used [-Wunused-function]
 isBaseFrame(char *theFP)
 ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:66531:1: warning: ‘isMarriedOrWidowedContext’ defined but not used [-Wunused-function]
 isMarriedOrWidowedContext(sqInt aContext)
 ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:66550:1: warning: ‘isMetaPrimitiveIndex’ defined but not used [-Wunused-function]
 isMetaPrimitiveIndex(sqInt primIndex)
 ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:66563:1: warning: ‘isNullExternalPrimitiveCall’ defined but not used [-Wunused-function]
 isNullExternalPrimitiveCall(sqInt aMethodObj)
 ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:66588:1: warning: ‘isPrimitiveFunctionPointerAnIndex’ defined but not used [-Wunused-function]
 isPrimitiveFunctionPointerAnIndex(void)
 ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:68454:1: warning: ‘maybeLeakCheckExternalPrimCall’ defined but not used [-Wunused-function]
 maybeLeakCheckExternalPrimCall(sqInt aMethodObj)
 ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:68905:1: warning: ‘noMarkedContextsOnPage’ defined but not used [-Wunused-function]
 noMarkedContextsOnPage(StackPage *thePage)
 ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:71679:1: warning: ‘pushedReceiverOrClosureOfFrame’ defined but not used [-Wunused-function]
 pushedReceiverOrClosureOfFrame(char *theFP)
 ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:72577:1: warning: ‘saneFunctionPointerForFailureOfPrimIndex’ defined but not used [-Wunused-function]
 saneFunctionPointerForFailureOfPrimIndex(sqInt primIndex)
 ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:73310:1: warning: ‘space’ defined but not used [-Wunused-function]
 space(void)
 ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:73744:1: warning: ‘stackLimitBytes’ defined but not used [-Wunused-function]
 stackLimitBytes(void)
 ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:74624:1: warning: ‘validBCPCinMethod’ defined but not used [-Wunused-function]
 validBCPCinMethod(sqInt thePC, usqInt aMethod)
 ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:74638:1: warning: ‘validInstructionPointerinFrame’ defined but not used [-Wunused-function]
 validInstructionPointerinFrame(usqInt anInstrPointer, char *fp)
 ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:74651:1: warning: ‘validStackPageBaseFrames’ defined but not used [-Wunused-function]
 validStackPageBaseFrames(void)
 ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2022:13: warning: ‘byteCount’ defined but not used [-Wunused-variable]
 _iss usqInt byteCount;
             ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2023:12: warning: ‘cifs’ defined but not used [-Wunused-variable]
 _iss sqInt cifs;
            ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2024:12: warning: ‘codeGeneratorToComputeAccessorDepth’ defined but not used [-Wunused-variable]
 _iss sqInt codeGeneratorToComputeAccessorDepth;
            ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2025:12: warning: ‘functions’ defined but not used [-Wunused-variable]
 _iss sqInt functions;
            ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2026:12: warning: ‘nextAddress’ defined but not used [-Wunused-variable]
 _iss sqInt nextAddress;
            ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2027:12: warning: ‘preferredPinningSegment’ defined but not used [-Wunused-variable]
 _iss sqInt preferredPinningSegment;
            ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2028:12: warning: ‘statCoalesces’ defined but not used [-Wunused-variable]
 _iss sqInt statCoalesces;
            ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2029:14: warning: ‘statFGCDeltaUsecs’ defined but not used [-Wunused-variable]
 _iss usqLong statFGCDeltaUsecs;
              ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2030:14: warning: ‘statIncrGCUsecs’ defined but not used [-Wunused-variable]
 _iss usqLong statIncrGCUsecs;
              ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2031:12: warning: ‘testWorker’ defined but not used [-Wunused-variable]
 _iss sqInt testWorker;
            ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:2032:12: warning: ‘theUnknownShort’ defined but not used [-Wunused-variable]
 _iss sqInt theUnknownShort;
            ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘followForwardedFrameContentsstackPointer’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:65664:3: warning: ‘oop’ may be used uninitialized in this function [-Wmaybe-uninitialized]
   followForwardedObjectFieldstoDepth(oop, 0);
   ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘printInvalidClassTableEntries’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/src/gcc3x-cointerp.c:56573:11: warning: ‘hash’ may be used uninitialized in this function [-Wmaybe-uninitialized]
     sqInt hash;
           ^
[ 31%] 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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/include/semaphores -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/repository/ffi/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/src/common/sqHeapMap.c
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/src/common/sqHeapMap.c:22:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_PR-162/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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/include/semaphores -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/repository/ffi/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/src/common/sqVirtualMachine.c
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/src/common/sqVirtualMachine.c:8:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/src/common/sqVirtualMachine.c: In function ‘sqGetInterpreterProxy’:
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/repository/extracted/vm/src/common/sqVirtualMachine.c:565:35: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
  VM->waitOnExternalSemaphoreIndex = waitOnExternalSemaphoreIndex;
                                   ^
[ 32%] 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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/include/semaphores -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/repository/ffi/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/src/common/sqNamedPrims.c
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/src/common/sqNamedPrims.c:14:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_PR-162/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); }
   ^
[ 33%] 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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/include/semaphores -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/repository/ffi/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/src/common/sqExternalSemaphores.c
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/src/common/sqExternalSemaphores.c:31:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/src/common/sqExternalSemaphores.c: In function ‘signalSemaphoreWithIndex’:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/src/common/sqExternalSemaphores.c:130:6: warning: unused variable ‘v’ [-Wunused-variable]
  int v;
      ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/src/common/sqExternalSemaphores.c: In function ‘doSignalExternalSemaphores’:
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/src/common/sqExternalSemaphores.c: In function ‘waitOnExternalSemaphoreIndex’:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/src/common/sqExternalSemaphores.c:231:11: warning: unused variable ‘xArray’ [-Wunused-variable]
     sqInt xArray;
           ^
[ 33%] 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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/include/semaphores -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/repository/ffi/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/src/common/sqTicker.c
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/src/common/sqTicker.c:54:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_PR-162/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/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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/include/semaphores -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/repository/ffi/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/src/unix/aio.c
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/semaphores/platformSemaphore.h:5,
                 from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/src/unix/aio.c:34:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/src/unix/aio.c: In function ‘aioInit’:
/builds/workspace/pharo-vm_PR-162/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_PR-162/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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/include/semaphores -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/repository/ffi/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/src/debugUnix.c
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/src/debugUnix.c:1:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/src/debugUnix.c: In function ‘reportStackState’:
/builds/workspace/pharo-vm_PR-162/repository/src/debugUnix.c:260:8: warning: unused variable ‘pc’ [-Wunused-variable]
  void *pc;
        ^
[ 35%] 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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/include/semaphores -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/repository/ffi/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/src/memoryUnix.c
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/src/memoryUnix.c:1:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/src/memoryUnix.c: In function ‘sqMakeMemoryNotExecutableFromTo’:
/builds/workspace/pharo-vm_PR-162/repository/src/memoryUnix.c:79:8: warning: unused variable ‘firstPage’ [-Wunused-variable]
  sqInt firstPage = roundDownToPage(startAddr);
        ^
[ 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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/include/semaphores -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/repository/ffi/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/src/fileDialogUnix.c
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/errorCode.h:6,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/fileDialog.h:4,
                 from /builds/workspace/pharo-vm_PR-162/repository/src/fileDialogUnix.c:1:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_PR-162/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%] 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_PR-162/build'
[ 36%] Built target PharoVMCore
make -f CMakeFiles/FilePlugin.dir/build.make CMakeFiles/FilePlugin.dir/depend
make[2]: Entering directory '/builds/workspace/pharo-vm_PR-162/build'
cd /builds/workspace/pharo-vm_PR-162/build && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_PR-162/repository /builds/workspace/pharo-vm_PR-162/repository /builds/workspace/pharo-vm_PR-162/build /builds/workspace/pharo-vm_PR-162/build /builds/workspace/pharo-vm_PR-162/build/CMakeFiles/FilePlugin.dir/DependInfo.cmake --color=
Dependee "/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/FilePlugin.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/FilePlugin.dir/depend.internal".
Dependee "/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/FilePlugin.dir/depend.internal".
Scanning dependencies of target FilePlugin
make[2]: Leaving directory '/builds/workspace/pharo-vm_PR-162/build'
make -f CMakeFiles/FilePlugin.dir/build.make CMakeFiles/FilePlugin.dir/build
make[2]: Entering directory '/builds/workspace/pharo-vm_PR-162/build'
[ 36%] 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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c:32:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c: In function ‘waitForDataonSemaphoreIndex’:
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c:846:1: warning: control reaches end of non-void function [-Wreturn-type]
 }
 ^
[ 37%] 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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/FilePlugin/src/unix/sqUnixFile.c
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/src/unix/sqUnixFile.c:31:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_PR-162/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%] 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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/src/unix/sqUnixCharConv.c
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/src/unix/sqUnixCharConv.c:33:0:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_PR-162/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); }
   ^
[ 38%] 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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/src/fileUtils.c
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/src/fileUtils.c:1:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_PR-162/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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/plugins/src/FilePlugin/FilePlugin.c
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqVirtualMachine.h:30:0,
                 from /builds/workspace/pharo-vm_PR-162/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:22:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/plugins/src/FilePlugin/FilePlugin.c: In function ‘pointerFrom’:
/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/plugins/src/FilePlugin/FilePlugin.c: In function ‘primitiveDirectoryEntry’:
/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/plugins/src/FilePlugin/FilePlugin.c: In function ‘primitiveDirectoryLookup’:
/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:797:11: warning: unused variable ‘stringPtr’ [-Wunused-variable]
     char *stringPtr;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:795:11: warning: unused variable ‘results’ [-Wunused-variable]
     sqInt results;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:790:11: warning: unused variable ‘nameString’ [-Wunused-variable]
     sqInt nameString;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:788:11: warning: unused variable ‘modDateOop’ [-Wunused-variable]
     sqInt modDateOop;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:786:11: warning: unused variable ‘i’ [-Wunused-variable]
     sqInt i;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:785:11: warning: unused variable ‘fileSizeOop’ [-Wunused-variable]
     sqInt fileSizeOop;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:780:11: warning: unused variable ‘createDateOop’ [-Wunused-variable]
     sqInt createDateOop;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/plugins/src/FilePlugin/FilePlugin.c: In function ‘primitiveFileRead’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:1141:12: warning: unused variable ‘startIndex1’ [-Wunused-variable]
     size_t startIndex1;
            ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:1138:11: warning: unused variable ‘retryCount’ [-Wunused-variable]
     sqInt retryCount;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:1137:11: warning: unused variable ‘objectPointer1’ [-Wunused-variable]
     sqInt objectPointer1;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:1135:13: warning: unused variable ‘file1’ [-Wunused-variable]
     SQFile *file1;
             ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:1133:12: warning: unused variable ‘elementSize1’ [-Wunused-variable]
     size_t elementSize1;
            ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:1131:12: warning: unused variable ‘count1’ [-Wunused-variable]
     size_t count1;
            ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:1129:11: warning: unused variable ‘bytesRead1’ [-Wunused-variable]
     sqInt bytesRead1;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:1127:11: warning: unused variable ‘array1’ [-Wunused-variable]
     sqInt array1;
           ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/plugins/src/FilePlugin/FilePlugin.c: In function ‘setInterpreter’:
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/build/generated/64/plugins/src/FilePlugin/FilePlugin.c: At top level:
/builds/workspace/pharo-vm_PR-162/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: b742f35e-8e79-0d00-98f1-16150cdb63de " __DATE__ ;
             ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/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_PR-162/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:1230:1: warning: ‘primitiveFileReadWithoutPinning’ defined but not used [-Wunused-function]
 primitiveFileReadWithoutPinning(void)
 ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:1285:1: warning: ‘primitiveFileReadWithPinning’ defined but not used [-Wunused-function]
 primitiveFileReadWithPinning(void)
 ^
/builds/workspace/pharo-vm_PR-162/build/generated/64/plugins/src/FilePlugin/FilePlugin.c: In function ‘primitiveFileGetPosition’:
/builds/workspace/pharo-vm_PR-162/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_PR-162/build/generated/64/plugins/src/FilePlugin/FilePlugin.c: In function ‘primitiveFileSize’:
/builds/workspace/pharo-vm_PR-162/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:1411:3: warning: ‘size’ may be used uninitialized in this function [-Wmaybe-uninitialized]
   methodReturnValue(positive64BitIntegerFor(size));
   ^
[ 39%] 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_PR-162/build'
[ 40%] Built target FilePlugin
make -f CMakeFiles/UnixOSProcessPlugin.dir/build.make CMakeFiles/UnixOSProcessPlugin.dir/depend
make[2]: Entering directory '/builds/workspace/pharo-vm_PR-162/build'
cd /builds/workspace/pharo-vm_PR-162/build && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_PR-162/repository /builds/workspace/pharo-vm_PR-162/repository /builds/workspace/pharo-vm_PR-162/build /builds/workspace/pharo-vm_PR-162/build /builds/workspace/pharo-vm_PR-162/build/CMakeFiles/UnixOSProcessPlugin.dir/DependInfo.cmake --color=
Dependee "/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/UnixOSProcessPlugin.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/UnixOSProcessPlugin.dir/depend.internal".
Dependee "/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/UnixOSProcessPlugin.dir/depend.internal".
Scanning dependencies of target UnixOSProcessPlugin
make[2]: Leaving directory '/builds/workspace/pharo-vm_PR-162/build'
make -f CMakeFiles/UnixOSProcessPlugin.dir/build.make CMakeFiles/UnixOSProcessPlugin.dir/build
make[2]: Entering directory '/builds/workspace/pharo-vm_PR-162/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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DUnixOSProcessPlugin_EXPORTS -I/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqVirtualMachine.h:30:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:38:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c: In function ‘primitiveFileStat’:
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c: In function ‘primitiveFixPointersInArrayOfStrings’:
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c: In function ‘setSigChldHandler’:
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c: In function ‘setSignalNumberhandler’:
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c: In function ‘sigHoldNumber’:
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c: At top level:
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/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_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:499:1: warning: ‘descriptorTableSize’ defined but not used [-Wunused-function]
 descriptorTableSize(void)
 ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:718:1: warning: ‘fileRecordSize’ defined but not used [-Wunused-function]
 fileRecordSize(void)
 ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1202:1: warning: ‘getThisSessionIdentifier’ defined but not used [-Wunused-function]
 getThisSessionIdentifier(void)
 ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1526:1: warning: ‘newSQFileByteArray’ defined but not used [-Wunused-function]
 newSQFileByteArray(void)
 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1536:1: warning: ‘newSQSocketByteArray’ defined but not used [-Wunused-function]
 newSQSocketByteArray(void)
 ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4322:1: warning: ‘restoreDefaultSignalHandlers’ defined but not used [-Wunused-function]
 restoreDefaultSignalHandlers(void)
 ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4478:1: warning: ‘setSigIntDefaultHandler’ defined but not used [-Wunused-function]
 setSigIntDefaultHandler(void)
 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4488:1: warning: ‘setSigIntIgnore’ defined but not used [-Wunused-function]
 setSigIntIgnore(void)
 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4519:1: warning: ‘setSigPipeDefaultHandler’ defined but not used [-Wunused-function]
 setSigPipeDefaultHandler(void)
 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4535:1: warning: ‘setSigPipeHandler’ defined but not used [-Wunused-function]
 setSigPipeHandler(void)
 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4549:1: warning: ‘setSigPipeIgnore’ defined but not used [-Wunused-function]
 setSigPipeIgnore(void)
 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4580:1: warning: ‘sigAbrtNumber’ defined but not used [-Wunused-function]
 sigAbrtNumber(void)
 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4590:1: warning: ‘sigAlrmNumber’ defined but not used [-Wunused-function]
 sigAlrmNumber(void)
 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4600:1: warning: ‘sigChldNumber’ defined but not used [-Wunused-function]
 sigChldNumber(void)
 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4610:1: warning: ‘sigContNumber’ defined but not used [-Wunused-function]
 sigContNumber(void)
 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4640:1: warning: ‘sigHoldNumber’ defined but not used [-Wunused-function]
 sigHoldNumber(void)
 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4654:1: warning: ‘sigHupNumber’ defined but not used [-Wunused-function]
 sigHupNumber(void)
 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4674:1: warning: ‘sigIntNumber’ defined but not used [-Wunused-function]
 sigIntNumber(void)
 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4684:1: warning: ‘sigKillNumber’ defined but not used [-Wunused-function]
 sigKillNumber(void)
 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4705:1: warning: ‘sigPipeNumber’ defined but not used [-Wunused-function]
 sigPipeNumber(void)
 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4715:1: warning: ‘sigQuitNumber’ defined but not used [-Wunused-function]
 sigQuitNumber(void)
 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4725:1: warning: ‘sigStopNumber’ defined but not used [-Wunused-function]
 sigStopNumber(void)
 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4737:1: warning: ‘sigTermNumber’ defined but not used [-Wunused-function]
 sigTermNumber(void)
 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4748:1: warning: ‘sigUsr1Number’ defined but not used [-Wunused-function]
 sigUsr1Number(void)
 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4759:1: warning: ‘sigUsr2Number’ defined but not used [-Wunused-function]
 sigUsr2Number(void)
 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4769:1: warning: ‘sizeOfInt’ defined but not used [-Wunused-function]
 sizeOfInt(void)
 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4779:1: warning: ‘sizeOfPointer’ defined but not used [-Wunused-function]
 sizeOfPointer(void)
 ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4829:1: warning: ‘socketRecordSize’ defined but not used [-Wunused-function]
 socketRecordSize(void)
 ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4915:1: warning: ‘unixFileNumber’ defined but not used [-Wunused-function]
 unixFileNumber(FILEHANDLETYPE fileHandle)
 ^
[ 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_PR-162/build'
[ 42%] Built target UnixOSProcessPlugin
make -f CMakeFiles/DSAPrims.dir/build.make CMakeFiles/DSAPrims.dir/depend
make[2]: Entering directory '/builds/workspace/pharo-vm_PR-162/build'
cd /builds/workspace/pharo-vm_PR-162/build && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_PR-162/repository /builds/workspace/pharo-vm_PR-162/repository /builds/workspace/pharo-vm_PR-162/build /builds/workspace/pharo-vm_PR-162/build /builds/workspace/pharo-vm_PR-162/build/CMakeFiles/DSAPrims.dir/DependInfo.cmake --color=
Dependee "/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/DSAPrims.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/DSAPrims.dir/depend.internal".
Dependee "/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/DSAPrims.dir/depend.internal".
Scanning dependencies of target DSAPrims
make[2]: Leaving directory '/builds/workspace/pharo-vm_PR-162/build'
make -f CMakeFiles/DSAPrims.dir/build.make CMakeFiles/DSAPrims.dir/build
make[2]: Entering directory '/builds/workspace/pharo-vm_PR-162/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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/DSAPrims/src/common/DSAPrims.c
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqVirtualMachine.h:30:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/src/common/DSAPrims.c:22:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/DSAPrims/src/common/DSAPrims.c: At top level:
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/repository/extracted/plugins/DSAPrims/src/common/DSAPrims.c:144:1: warning: ‘bigDivideLoop’ defined but not used [-Wunused-function]
 bigDivideLoop(void)
 ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/build'
[ 43%] Built target DSAPrims
make -f CMakeFiles/SqueakSSL.dir/build.make CMakeFiles/SqueakSSL.dir/depend
make[2]: Entering directory '/builds/workspace/pharo-vm_PR-162/build'
cd /builds/workspace/pharo-vm_PR-162/build && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_PR-162/repository /builds/workspace/pharo-vm_PR-162/repository /builds/workspace/pharo-vm_PR-162/build /builds/workspace/pharo-vm_PR-162/build /builds/workspace/pharo-vm_PR-162/build/CMakeFiles/SqueakSSL.dir/DependInfo.cmake --color=
Dependee "/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/SqueakSSL.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/SqueakSSL.dir/depend.internal".
Dependee "/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/SqueakSSL.dir/depend.internal".
Scanning dependencies of target SqueakSSL
make[2]: Leaving directory '/builds/workspace/pharo-vm_PR-162/build'
make -f CMakeFiles/SqueakSSL.dir/build.make CMakeFiles/SqueakSSL.dir/build
make[2]: Entering directory '/builds/workspace/pharo-vm_PR-162/build'
[ 44%] 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=45 -DSqueakSSL_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/SqueakSSL/src/common/SqueakSSL.c
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqVirtualMachine.h:30:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/src/common/SqueakSSL.c:22:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/SqueakSSL/src/common/SqueakSSL.c: At top level:
/builds/workspace/pharo-vm_PR-162/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=45 -DSqueakSSL_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/SqueakSSL/src/unix/sqUnixSSL.c
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/src/unix/sqUnixSSL.c:3:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/SqueakSSL/src/unix/sqUnixSSL.c: In function ‘sqVerifySAN’:
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/src/unix/sqUnixSSL.c:37:32: warning: pointer targets in initialization differ in signedness [-Wpointer-sign]
 # define ASN1_STRING_get0_data ASN1_STRING_data
                                ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/src/unix/sqUnixSSL.c:170:24: note: in expansion of macro ‘ASN1_STRING_get0_data’
  const char* sANData = ASN1_STRING_get0_data(sAN->d.ia5);
                        ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/src/unix/sqUnixSSL.c: In function ‘sqConnectSSL’:
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/src/unix/sqUnixSSL.c:442: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_PR-162/repository/extracted/plugins/SqueakSSL/src/unix/sqUnixSSL.c:442:47: warning: the address of ‘X509_check_host’ will always evaluate as ‘true’ [-Waddress]
                         if (X509_check_ip_asc && X509_check_host) {
                                               ^
[ 45%] 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_PR-162/build'
[ 45%] Built target SqueakSSL
make -f CMakeFiles/BitBltPlugin.dir/build.make CMakeFiles/BitBltPlugin.dir/depend
make[2]: Entering directory '/builds/workspace/pharo-vm_PR-162/build'
cd /builds/workspace/pharo-vm_PR-162/build && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_PR-162/repository /builds/workspace/pharo-vm_PR-162/repository /builds/workspace/pharo-vm_PR-162/build /builds/workspace/pharo-vm_PR-162/build /builds/workspace/pharo-vm_PR-162/build/CMakeFiles/BitBltPlugin.dir/DependInfo.cmake --color=
Dependee "/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/BitBltPlugin.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/BitBltPlugin.dir/depend.internal".
Dependee "/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/BitBltPlugin.dir/depend.internal".
Scanning dependencies of target BitBltPlugin
make[2]: Leaving directory '/builds/workspace/pharo-vm_PR-162/build'
make -f CMakeFiles/BitBltPlugin.dir/build.make CMakeFiles/BitBltPlugin.dir/build
make[2]: Entering directory '/builds/workspace/pharo-vm_PR-162/build'
[ 45%] 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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqVirtualMachine.h:30:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:22:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c: In function ‘copyBitsFallback’:
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1694:8: warning: unused variable ‘t’ [-Wunused-variable]
  sqInt t;
        ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1693:8: warning: unused variable ‘sxLowBits’ [-Wunused-variable]
  sqInt sxLowBits;
        ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1692:8: warning: unused variable ‘startBits1’ [-Wunused-variable]
  sqInt startBits1;
        ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1691:8: warning: unused variable ‘startBits’ [-Wunused-variable]
  sqInt startBits;
        ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1690:8: warning: unused variable ‘pixPerM11’ [-Wunused-variable]
  sqInt pixPerM11;
        ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1689:8: warning: unused variable ‘pixPerM1’ [-Wunused-variable]
  sqInt pixPerM1;
        ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1688:15: warning: unused variable ‘m1’ [-Wunused-variable]
  unsigned int m1;
               ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1687:8: warning: unused variable ‘endBits’ [-Wunused-variable]
  sqInt endBits;
        ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1686:8: warning: unused variable ‘dxLowBits’ [-Wunused-variable]
  sqInt dxLowBits;
        ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1685:8: warning: unused variable ‘done’ [-Wunused-variable]
  sqInt done;
        ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c: In function ‘loadBitBltDestForm’:
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c: In function ‘loadBitBltFromwarping’:
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c: In function ‘loadBitBltSourceForm’:
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c: In function ‘lockSurfaces’:
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c: In function ‘primitiveCompareColors’:
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:5028:8: warning: unused variable ‘_return_value’ [-Wunused-variable]
  sqInt _return_value;
        ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c: At top level:
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:411:1: warning: ‘affectedBottom’ defined but not used [-Wunused-function]
 affectedBottom(void)
 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:418:1: warning: ‘affectedLeft’ defined but not used [-Wunused-function]
 affectedLeft(void)
 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:425:1: warning: ‘affectedRight’ defined but not used [-Wunused-function]
 affectedRight(void)
 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:432:1: warning: ‘affectedTop’ defined but not used [-Wunused-function]
 affectedTop(void)
 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1133:1: warning: ‘checkSourceOverlap’ defined but not used [-Wunused-function]
 checkSourceOverlap(void)
 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1271:1: warning: ‘copyBitsFastPathSpecialised’ defined but not used [-Wunused-function]
 copyBitsFastPathSpecialised(void)
 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2494:1: warning: ‘default8To32Table’ defined but not used [-Wunused-function]
 default8To32Table(void)
 ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2563:1: warning: ‘destMaskAndPointerInit’ defined but not used [-Wunused-function]
 destMaskAndPointerInit(void)
 ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3066:1: warning: ‘loadBitBltDestForm’ defined but not used [-Wunused-function]
 loadBitBltDestForm(void)
 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3551:1: warning: ‘loadBitBltSourceForm’ defined but not used [-Wunused-function]
 loadBitBltSourceForm(void)
 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3641:1: warning: ‘loadColorMap’ defined but not used [-Wunused-function]
 loadColorMap(void)
 ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3773:1: warning: ‘loadHalftoneForm’ defined but not used [-Wunused-function]
 loadHalftoneForm(void)
 ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:4637:1: warning: ‘performCopyLoop’ defined but not used [-Wunused-function]
 performCopyLoop(void)
 ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6764:1: warning: ‘showDisplayBits’ defined but not used [-Wunused-function]
 showDisplayBits(void)
 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6780:1: warning: ‘sourceSkewAndPointerInit’ defined but not used [-Wunused-function]
 sourceSkewAndPointerInit(void)
 ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:7033:1: warning: ‘tryCopyingBitsQuickly’ defined but not used [-Wunused-function]
 tryCopyingBitsQuickly(void)
 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:7160:1: warning: ‘warpBits’ defined but not used [-Wunused-function]
 warpBits(void)
 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:7802:1: warning: ‘warpLoopSetup’ defined but not used [-Wunused-function]
 warpLoopSetup(void)
 ^
/builds/workspace/pharo-vm_PR-162/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)
 ^
[ 46%] 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 
make[2]: Leaving directory '/builds/workspace/pharo-vm_PR-162/build'
[ 46%] Built target BitBltPlugin
make -f CMakeFiles/MiscPrimitivePlugin.dir/build.make CMakeFiles/MiscPrimitivePlugin.dir/depend
make[2]: Entering directory '/builds/workspace/pharo-vm_PR-162/build'
cd /builds/workspace/pharo-vm_PR-162/build && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_PR-162/repository /builds/workspace/pharo-vm_PR-162/repository /builds/workspace/pharo-vm_PR-162/build /builds/workspace/pharo-vm_PR-162/build /builds/workspace/pharo-vm_PR-162/build/CMakeFiles/MiscPrimitivePlugin.dir/DependInfo.cmake --color=
Dependee "/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/MiscPrimitivePlugin.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/MiscPrimitivePlugin.dir/depend.internal".
Dependee "/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/MiscPrimitivePlugin.dir/depend.internal".
Scanning dependencies of target MiscPrimitivePlugin
make[2]: Leaving directory '/builds/workspace/pharo-vm_PR-162/build'
make -f CMakeFiles/MiscPrimitivePlugin.dir/build.make CMakeFiles/MiscPrimitivePlugin.dir/build
make[2]: Entering directory '/builds/workspace/pharo-vm_PR-162/build'
[ 47%] 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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/src/common/MiscPrimitivePlugin.c
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqVirtualMachine.h:30:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/src/common/MiscPrimitivePlugin.c:22:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/src/common/MiscPrimitivePlugin.c: At top level:
/builds/workspace/pharo-vm_PR-162/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__ ;
             ^
[ 48%] 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 
make[2]: Leaving directory '/builds/workspace/pharo-vm_PR-162/build'
[ 48%] 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_PR-162/build'
cd /builds/workspace/pharo-vm_PR-162/build && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_PR-162/repository /builds/workspace/pharo-vm_PR-162/repository /builds/workspace/pharo-vm_PR-162/build /builds/workspace/pharo-vm_PR-162/build /builds/workspace/pharo-vm_PR-162/build/CMakeFiles/SDL2-2.0.7.dir/DependInfo.cmake --color=
Dependee "/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/SDL2-2.0.7.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/SDL2-2.0.7.dir/depend.internal".
Dependee "/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/build'
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /builds/workspace/pharo-vm_PR-162/build/SDL2-2.0.7-src/libSDL2-2.0.so.0 /builds/workspace/pharo-vm_PR-162/build/build/vm/
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /builds/workspace/pharo-vm_PR-162/build/SDL2-2.0.7-src/libSDL2-2.0.so.0.7.0 /builds/workspace/pharo-vm_PR-162/build/build/vm/
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /builds/workspace/pharo-vm_PR-162/build/SDL2-2.0.7-src/libSDL2.so /builds/workspace/pharo-vm_PR-162/build/build/vm/
make[2]: Leaving directory '/builds/workspace/pharo-vm_PR-162/build'
[ 48%] 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_PR-162/build'
cd /builds/workspace/pharo-vm_PR-162/build && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_PR-162/repository /builds/workspace/pharo-vm_PR-162/repository /builds/workspace/pharo-vm_PR-162/build /builds/workspace/pharo-vm_PR-162/build /builds/workspace/pharo-vm_PR-162/build/CMakeFiles/libssh2-1.7.0.dir/DependInfo.cmake --color=
Dependee "/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/libssh2-1.7.0.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/libssh2-1.7.0.dir/depend.internal".
Dependee "/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/build'
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /builds/workspace/pharo-vm_PR-162/build/libssh2-1.7.0-src/libssh2.so /builds/workspace/pharo-vm_PR-162/build/build/vm/
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /builds/workspace/pharo-vm_PR-162/build/libssh2-1.7.0-src/libssh2.so.1 /builds/workspace/pharo-vm_PR-162/build/build/vm/
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /builds/workspace/pharo-vm_PR-162/build/libssh2-1.7.0-src/libssh2.so.1.0.1 /builds/workspace/pharo-vm_PR-162/build/build/vm/
make[2]: Leaving directory '/builds/workspace/pharo-vm_PR-162/build'
[ 48%] 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_PR-162/build'
cd /builds/workspace/pharo-vm_PR-162/build && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_PR-162/repository /builds/workspace/pharo-vm_PR-162/repository /builds/workspace/pharo-vm_PR-162/build /builds/workspace/pharo-vm_PR-162/build /builds/workspace/pharo-vm_PR-162/build/CMakeFiles/openssl-1.0.2q.dir/DependInfo.cmake --color=
Dependee "/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/openssl-1.0.2q.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/openssl-1.0.2q.dir/depend.internal".
Dependee "/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/build'
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /builds/workspace/pharo-vm_PR-162/build/openssl-1.0.2q-src/libcrypto.so.1.0.0 /builds/workspace/pharo-vm_PR-162/build/build/vm/
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /builds/workspace/pharo-vm_PR-162/build/openssl-1.0.2q-src/libssl.so /builds/workspace/pharo-vm_PR-162/build/build/vm/
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /builds/workspace/pharo-vm_PR-162/build/openssl-1.0.2q-src/libssl.so.1.0.0 /builds/workspace/pharo-vm_PR-162/build/build/vm/
make[2]: Leaving directory '/builds/workspace/pharo-vm_PR-162/build'
[ 48%] 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_PR-162/build'
cd /builds/workspace/pharo-vm_PR-162/build && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_PR-162/repository /builds/workspace/pharo-vm_PR-162/repository /builds/workspace/pharo-vm_PR-162/build /builds/workspace/pharo-vm_PR-162/build /builds/workspace/pharo-vm_PR-162/build/CMakeFiles/libgit2-linux-1.0.0.dir/DependInfo.cmake --color=
Dependee "/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/libgit2-linux-1.0.0.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/libgit2-linux-1.0.0.dir/depend.internal".
Dependee "/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/build'
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /builds/workspace/pharo-vm_PR-162/build/libgit2-linux-1.0.0-src/libgit2.1.0.0.so /builds/workspace/pharo-vm_PR-162/build/build/vm/
make[2]: Leaving directory '/builds/workspace/pharo-vm_PR-162/build'
[ 48%] 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_PR-162/build'
cd /builds/workspace/pharo-vm_PR-162/build && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_PR-162/repository /builds/workspace/pharo-vm_PR-162/repository /builds/workspace/pharo-vm_PR-162/build /builds/workspace/pharo-vm_PR-162/build /builds/workspace/pharo-vm_PR-162/build/CMakeFiles/LocalePlugin.dir/DependInfo.cmake --color=
Dependee "/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/LocalePlugin.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/LocalePlugin.dir/depend.internal".
Dependee "/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/LocalePlugin.dir/depend.internal".
Scanning dependencies of target LocalePlugin
make[2]: Leaving directory '/builds/workspace/pharo-vm_PR-162/build'
make -f CMakeFiles/LocalePlugin.dir/build.make CMakeFiles/LocalePlugin.dir/build
make[2]: Entering directory '/builds/workspace/pharo-vm_PR-162/build'
[ 48%] 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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqVirtualMachine.h:30:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c:22:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c: At top level:
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c:388:1: warning: ‘sqAssert’ defined but not used [-Wunused-function]
 sqAssert(sqInt aBool)
 ^
[ 49%] 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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/LocalePlugin/src/unix/sqUnixLocale.c
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/src/unix/sqUnixLocale.c:33:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_PR-162/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%] 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_PR-162/build'
[ 49%] 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_PR-162/build'
cd /builds/workspace/pharo-vm_PR-162/build && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_PR-162/repository /builds/workspace/pharo-vm_PR-162/repository /builds/workspace/pharo-vm_PR-162/build /builds/workspace/pharo-vm_PR-162/build /builds/workspace/pharo-vm_PR-162/build/CMakeFiles/libgit2-0.25.1.dir/DependInfo.cmake --color=
Dependee "/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/libgit2-0.25.1.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/libgit2-0.25.1.dir/depend.internal".
Dependee "/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/build'
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /builds/workspace/pharo-vm_PR-162/build/libgit2-0.25.1-src/libgit2.so /builds/workspace/pharo-vm_PR-162/build/build/vm/
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /builds/workspace/pharo-vm_PR-162/build/libgit2-0.25.1-src/libgit2.so.0.25.1 /builds/workspace/pharo-vm_PR-162/build/build/vm/
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /builds/workspace/pharo-vm_PR-162/build/libgit2-0.25.1-src/libgit2.so.25 /builds/workspace/pharo-vm_PR-162/build/build/vm/
make[2]: Leaving directory '/builds/workspace/pharo-vm_PR-162/build'
[ 49%] 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_PR-162/build'
cd /builds/workspace/pharo-vm_PR-162/build && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_PR-162/repository /builds/workspace/pharo-vm_PR-162/repository /builds/workspace/pharo-vm_PR-162/build /builds/workspace/pharo-vm_PR-162/build /builds/workspace/pharo-vm_PR-162/build/CMakeFiles/FileAttributesPlugin.dir/DependInfo.cmake --color=
Dependee "/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/FileAttributesPlugin.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/FileAttributesPlugin.dir/depend.internal".
Dependee "/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/FileAttributesPlugin.dir/depend.internal".
Scanning dependencies of target FileAttributesPlugin
make[2]: Leaving directory '/builds/workspace/pharo-vm_PR-162/build'
make -f CMakeFiles/FileAttributesPlugin.dir/build.make CMakeFiles/FileAttributesPlugin.dir/build
make[2]: Entering directory '/builds/workspace/pharo-vm_PR-162/build'
[ 49%] 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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqVirtualMachine.h:30:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:53:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c: In function ‘primitiveFileAttributes’:
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c: In function ‘primitiveLogicalDrives’:
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:709:18: warning: unused variable ‘mask’ [-Wunused-variable]
     unsigned int mask;
                  ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c: In function ‘processDirectory’:
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c: At top level:
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:313:1: warning: ‘badSessionId’ defined but not used [-Wunused-function]
 badSessionId(void)
 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:354:1: warning: ‘faSuccess’ defined but not used [-Wunused-function]
 faSuccess(void)
 ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:1171:1: warning: ‘sizeOfFaPath’ defined but not used [-Wunused-function]
 sizeOfFaPath(void)
 ^
[ 50%] 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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c:7:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_PR-162/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); }
   ^
[ 51%] 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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c:10:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c: In function ‘faFileStatAttributes’:
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c:468:6: warning: unused variable ‘mode’ [-Wunused-variable]
 int  mode;
      ^
[ 51%] 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_PR-162/build'
[ 51%] Built target FileAttributesPlugin
make -f CMakeFiles/B2DPlugin.dir/build.make CMakeFiles/B2DPlugin.dir/depend
make[2]: Entering directory '/builds/workspace/pharo-vm_PR-162/build'
cd /builds/workspace/pharo-vm_PR-162/build && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_PR-162/repository /builds/workspace/pharo-vm_PR-162/repository /builds/workspace/pharo-vm_PR-162/build /builds/workspace/pharo-vm_PR-162/build /builds/workspace/pharo-vm_PR-162/build/CMakeFiles/B2DPlugin.dir/DependInfo.cmake --color=
Dependee "/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/B2DPlugin.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/B2DPlugin.dir/depend.internal".
Dependee "/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/B2DPlugin.dir/depend.internal".
Scanning dependencies of target B2DPlugin
make[2]: Leaving directory '/builds/workspace/pharo-vm_PR-162/build'
make -f CMakeFiles/B2DPlugin.dir/build.make CMakeFiles/B2DPlugin.dir/build
make[2]: Entering directory '/builds/workspace/pharo-vm_PR-162/build'
[ 51%] 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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqVirtualMachine.h:30:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:22:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c: In function ‘stepToNextLine’:
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c: In function ‘stepToNextWideBezierInat’:
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13646:3: warning: statement with no effect [-Wunused-value]
   ((signed)lastX >> 8);
   ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13676:2: warning: statement with no effect [-Wunused-value]
  ((signed)lastX1 >> 8);
  ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c: In function ‘stepToNextWideLine’:
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c: At top level:
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:851:1: warning: ‘aaColorMaskGet’ defined but not used [-Wunused-function]
 aaColorMaskGet(void)
 ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:865:1: warning: ‘aaColorShiftGet’ defined but not used [-Wunused-function]
 aaColorShiftGet(void)
 ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:897:1: warning: ‘aaHalfPixelGet’ defined but not used [-Wunused-function]
 aaHalfPixelGet(void)
 ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:921:1: warning: ‘aaLevelGet’ defined but not used [-Wunused-function]
 aaLevelGet(void)
 ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:935:1: warning: ‘aaScanMaskGet’ defined but not used [-Wunused-function]
 aaScanMaskGet(void)
 ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:949:1: warning: ‘aaShiftGet’ defined but not used [-Wunused-function]
 aaShiftGet(void)
 ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1036:1: warning: ‘adjustAALevel’ defined but not used [-Wunused-function]
 adjustAALevel(void)
 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1175:1: warning: ‘aetStartGet’ defined but not used [-Wunused-function]
 aetStartGet(void)
 ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1189:1: warning: ‘aetUsedGet’ defined but not used [-Wunused-function]
 aetUsedGet(void)
 ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1220:1: warning: ‘allocateBezier’ defined but not used [-Wunused-function]
 allocateBezier(void)
 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1240:1: warning: ‘allocateBezierStackEntry’ defined but not used [-Wunused-function]
 allocateBezierStackEntry(void)
 ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1364:1: warning: ‘allocateLine’ defined but not used [-Wunused-function]
 allocateLine(void)
 ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1430:1: warning: ‘allocateStackFillEntry’ defined but not used [-Wunused-function]
 allocateStackFillEntry(void)
 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1443:1: warning: ‘allocateWideBezier’ defined but not used [-Wunused-function]
 allocateWideBezier(void)
 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1463:1: warning: ‘allocateWideLine’ defined but not used [-Wunused-function]
 allocateWideLine(void)
 ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2218:1: warning: ‘clearSpanBufferGet’ defined but not used [-Wunused-function]
 clearSpanBufferGet(void)
 ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2232:1: warning: ‘clipMaxXGet’ defined but not used [-Wunused-function]
 clipMaxXGet(void)
 ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2246:1: warning: ‘clipMaxYGet’ defined but not used [-Wunused-function]
 clipMaxYGet(void)
 ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2260:1: warning: ‘clipMinXGet’ defined but not used [-Wunused-function]
 clipMinXGet(void)
 ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2274:1: warning: ‘clipMinYGet’ defined but not used [-Wunused-function]
 clipMinYGet(void)
 ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2295:1: warning: ‘colorTransform’ defined but not used [-Wunused-function]
 colorTransform(void)
 ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2672:1: warning: ‘currentYGet’ defined but not used [-Wunused-function]
 currentYGet(void)
 ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2686:1: warning: ‘currentZGet’ defined but not used [-Wunused-function]
 currentZGet(void)
 ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2700:1: warning: ‘destOffsetXGet’ defined but not used [-Wunused-function]
 destOffsetXGet(void)
 ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2714:1: warning: ‘destOffsetYGet’ defined but not used [-Wunused-function]
 destOffsetYGet(void)
 ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2877:1: warning: ‘edgeTransform’ defined but not used [-Wunused-function]
 edgeTransform(void)
 ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3086:1: warning: ‘fillBitmapSpan’ defined but not used [-Wunused-function]
 fillBitmapSpan(void)
 ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3924:1: warning: ‘fillLinearGradient’ defined but not used [-Wunused-function]
 fillLinearGradient(void)
 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4152:1: warning: ‘fillMaxXGet’ defined but not used [-Wunused-function]
 fillMaxXGet(void)
 ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4166:1: warning: ‘fillMaxYGet’ defined but not used [-Wunused-function]
 fillMaxYGet(void)
 ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4180:1: warning: ‘fillMinXGet’ defined but not used [-Wunused-function]
 fillMinXGet(void)
 ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4194:1: warning: ‘fillMinYGet’ defined but not used [-Wunused-function]
 fillMinYGet(void)
 ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4236:1: warning: ‘fillOffsetXGet’ defined but not used [-Wunused-function]
 fillOffsetXGet(void)
 ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4250:1: warning: ‘fillOffsetYGet’ defined but not used [-Wunused-function]
 fillOffsetYGet(void)
 ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4477:1: warning: ‘fillRadialGradient’ defined but not used [-Wunused-function]
 fillRadialGradient(void)
 ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5446:1: warning: ‘finishedProcessing’ defined but not used [-Wunused-function]
 finishedProcessing(void)
 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5453:1: warning: ‘firstPointListGet’ defined but not used [-Wunused-function]
 firstPointListGet(void)
 ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5467:1: warning: ‘freeStackFillEntry’ defined but not used [-Wunused-function]
 freeStackFillEntry(void)
 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5509:1: warning: ‘getStartGet’ defined but not used [-Wunused-function]
 getStartGet(void)
 ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5523:1: warning: ‘getUsedGet’ defined but not used [-Wunused-function]
 getUsedGet(void)
 ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5558:1: warning: ‘hasColorTransform’ defined but not used [-Wunused-function]
 hasColorTransform(void)
 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5565:1: warning: ‘hasColorTransformGet’ defined but not used [-Wunused-function]
 hasColorTransformGet(void)
 ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5579:1: warning: ‘hasEdgeTransform’ defined but not used [-Wunused-function]
 hasEdgeTransform(void)
 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5586:1: warning: ‘hasEdgeTransformGet’ defined but not used [-Wunused-function]
 hasEdgeTransformGet(void)
 ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6007:1: warning: ‘lastExportedEdgeGet’ defined but not used [-Wunused-function]
 lastExportedEdgeGet(void)
 ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6021:1: warning: ‘lastExportedFillGet’ defined but not used [-Wunused-function]
 lastExportedFillGet(void)
 ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6035:1: warning: ‘lastExportedLeftXGet’ defined but not used [-Wunused-function]
 lastExportedLeftXGet(void)
 ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6049:1: warning: ‘lastExportedRightXGet’ defined but not used [-Wunused-function]
 lastExportedRightXGet(void)
 ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8973:1: warning: ‘magicNumberGet’ defined but not used [-Wunused-function]
 magicNumberGet(void)
 ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8987:1: warning: ‘makeRectFromPoints’ defined but not used [-Wunused-function]
 makeRectFromPoints(void)
 ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9058:1: warning: ‘needsFlush’ defined but not used [-Wunused-function]
 needsFlush(void)
 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9065:1: warning: ‘needsFlushGet’ defined but not used [-Wunused-function]
 needsFlushGet(void)
 ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9132:1: warning: ‘objStartGet’ defined but not used [-Wunused-function]
 objStartGet(void)
 ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9146:1: warning: ‘objUsedGet’ defined but not used [-Wunused-function]
 objUsedGet(void)
 ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9185:1: warning: ‘point1Get’ defined but not used [-Wunused-function]
 point1Get(void)
 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9192:1: warning: ‘point2Get’ defined but not used [-Wunused-function]
 point2Get(void)
 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9199:1: warning: ‘point3Get’ defined but not used [-Wunused-function]
 point3Get(void)
 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9206:1: warning: ‘point4Get’ defined but not used [-Wunused-function]
 point4Get(void)
 ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12495:1: warning: ‘returnWideBezierFill’ defined but not used [-Wunused-function]
 returnWideBezierFill(void)
 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12502:1: warning: ‘returnWideBezierWidth’ defined but not used [-Wunused-function]
 returnWideBezierWidth(void)
 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12512:1: warning: ‘returnWideLineFill’ defined but not used [-Wunused-function]
 returnWideLineFill(void)
 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12522:1: warning: ‘returnWideLineWidth’ defined but not used [-Wunused-function]
 returnWideLineWidth(void)
 ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12748:1: warning: ‘sortGlobalEdgeTable’ defined but not used [-Wunused-function]
 sortGlobalEdgeTable(void)
 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12756:1: warning: ‘spanEndAAGet’ defined but not used [-Wunused-function]
 spanEndAAGet(void)
 ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12770:1: warning: ‘spanEndGet’ defined but not used [-Wunused-function]
 spanEndGet(void)
 ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12784:1: warning: ‘spanSizeGet’ defined but not used [-Wunused-function]
 spanSizeGet(void)
 ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12798:1: warning: ‘spanStartGet’ defined but not used [-Wunused-function]
 spanStartGet(void)
 ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12833:1: warning: ‘stackFillEntryLength’ defined but not used [-Wunused-function]
 stackFillEntryLength(void)
 ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12854:1: warning: ‘stackFillSize’ defined but not used [-Wunused-function]
 stackFillSize(void)
 ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12875:1: warning: ‘stateGet’ defined but not used [-Wunused-function]
 stateGet(void)
 ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12894:1: warning: ‘stepToFirstBezier’ defined but not used [-Wunused-function]
 stepToFirstBezier(void)
 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13033:1: warning: ‘stepToFirstLine’ defined but not used [-Wunused-function]
 stepToFirstLine(void)
 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13140:1: warning: ‘stepToFirstWideBezier’ defined but not used [-Wunused-function]
 stepToFirstWideBezier(void)
 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13244:1: warning: ‘stepToFirstWideLine’ defined but not used [-Wunused-function]
 stepToFirstWideLine(void)
 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13388:1: warning: ‘stepToNextBezier’ defined but not used [-Wunused-function]
 stepToNextBezier(void)
 ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13515:1: warning: ‘stepToNextLine’ defined but not used [-Wunused-function]
 stepToNextLine(void)
 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13686:1: warning: ‘stepToNextWideLine’ defined but not used [-Wunused-function]
 stepToNextWideLine(void)
 ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13823:1: warning: ‘stopReasonGet’ defined but not used [-Wunused-function]
 stopReasonGet(void)
 ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14334:1: warning: ‘topFillDepth’ defined but not used [-Wunused-function]
 topFillDepth(void)
 ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14356:1: warning: ‘topFillRightX’ defined but not used [-Wunused-function]
 topFillRightX(void)
 ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14378:1: warning: ‘topFillValue’ defined but not used [-Wunused-function]
 topFillValue(void)
 ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14872:1: warning: ‘wbSizeGet’ defined but not used [-Wunused-function]
 wbSizeGet(void)
 ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14886:1: warning: ‘wbStackClear’ defined but not used [-Wunused-function]
 wbStackClear(void)
 ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14916:1: warning: ‘wbStackSize’ defined but not used [-Wunused-function]
 wbStackSize(void)
 ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14937:1: warning: ‘wbTopGet’ defined but not used [-Wunused-function]
 wbTopGet(void)
 ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15118:1: warning: ‘workBufferPut’ defined but not used [-Wunused-function]
 workBufferPut(sqInt wbOop)
 ^
[ 52%] 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_PR-162/build'
[ 52%] Built target B2DPlugin
make -f CMakeFiles/SocketPlugin.dir/build.make CMakeFiles/SocketPlugin.dir/depend
make[2]: Entering directory '/builds/workspace/pharo-vm_PR-162/build'
cd /builds/workspace/pharo-vm_PR-162/build && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_PR-162/repository /builds/workspace/pharo-vm_PR-162/repository /builds/workspace/pharo-vm_PR-162/build /builds/workspace/pharo-vm_PR-162/build /builds/workspace/pharo-vm_PR-162/build/CMakeFiles/SocketPlugin.dir/DependInfo.cmake --color=
Dependee "/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/SocketPlugin.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/SocketPlugin.dir/depend.internal".
Dependee "/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/SocketPlugin.dir/depend.internal".
Scanning dependencies of target SocketPlugin
make[2]: Leaving directory '/builds/workspace/pharo-vm_PR-162/build'
make -f CMakeFiles/SocketPlugin.dir/build.make CMakeFiles/SocketPlugin.dir/build
make[2]: Entering directory '/builds/workspace/pharo-vm_PR-162/build'
[ 53%] 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=45 -DSocketPlugin_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqVirtualMachine.h:30:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:22:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c: In function ‘primitiveSocketListenOnPortBacklogInterface’:
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:1499:8: warning: unused variable ‘okToListen’ [-Wunused-variable]
  sqInt okToListen;
        ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c: In function ‘socketValueOf’:
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:2312:3: warning: pointer/integer type mismatch in conditional expression
   : (primitiveFailFor(PrimErrBadArgument),
   ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c: At top level:
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:2296:1: warning: ‘socketRecordSize’ defined but not used [-Wunused-function]
 socketRecordSize(void)
 ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:2318:1: warning: ‘sqAssert’ defined but not used [-Wunused-function]
 sqAssert(sqInt aBool)
 ^
[ 53%] 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=45 -DSocketPlugin_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/SocketPlugin/src/common/SocketPluginImpl.c
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/src/common/SocketPluginImpl.c:54:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/SocketPlugin/src/common/SocketPluginImpl.c: In function ‘sqSocketSetReusable’:
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/src/common/SocketPluginImpl.c:1607:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   *(sqInt *)buf= 1;
   ^
[ 54%] 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_PR-162/build'
[ 54%] Built target SocketPlugin
make -f CMakeFiles/JPEGReadWriter2Plugin.dir/build.make CMakeFiles/JPEGReadWriter2Plugin.dir/depend
make[2]: Entering directory '/builds/workspace/pharo-vm_PR-162/build'
cd /builds/workspace/pharo-vm_PR-162/build && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_PR-162/repository /builds/workspace/pharo-vm_PR-162/repository /builds/workspace/pharo-vm_PR-162/build /builds/workspace/pharo-vm_PR-162/build /builds/workspace/pharo-vm_PR-162/build/CMakeFiles/JPEGReadWriter2Plugin.dir/DependInfo.cmake --color=
Dependee "/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/JPEGReadWriter2Plugin.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/JPEGReadWriter2Plugin.dir/depend.internal".
Dependee "/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/JPEGReadWriter2Plugin.dir/depend.internal".
Scanning dependencies of target JPEGReadWriter2Plugin
make[2]: Leaving directory '/builds/workspace/pharo-vm_PR-162/build'
make -f CMakeFiles/JPEGReadWriter2Plugin.dir/build.make CMakeFiles/JPEGReadWriter2Plugin.dir/build
make[2]: Entering directory '/builds/workspace/pharo-vm_PR-162/build'
[ 55%] 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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/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_PR-162/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/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqVirtualMachine.h:30:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c:22:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c: In function ‘primJPEGWriteImageonByteArrayformqualityprogressiveJPEGerrorMgr’:
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c: At top level:
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c:537:1: warning: ‘sqAssert’ defined but not used [-Wunused-function]
 sqAssert(sqInt aBool)
 ^
[ 56%] 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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/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_PR-162/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/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapistd.c
[ 57%] 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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/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_PR-162/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/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccolor.c
[ 58%] 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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcdctmgr.c
[ 59%] 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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/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_PR-162/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/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcinit.c
[ 60%] 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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmainct.c
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmainct.c: In function ‘start_pass_main’:
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmainct.c: In function ‘process_data_simple_main’:
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmainct.c: In function ‘jinit_c_main_controller’:
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmainct.c:247:15: warning: ‘main’ is usually a function [-Wmain]
   my_main_ptr main;
               ^
[ 60%] 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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmarker.c
[ 61%] 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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/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_PR-162/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/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcomapi.c
[ 62%] 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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcparam.c
[ 63%] 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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcphuff.c
[ 63%] 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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcprepct.c
[ 64%] 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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/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_PR-162/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/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jctrans.c
[ 65%] 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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/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_PR-162/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/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapistd.c
[ 66%] 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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatadst.c
[ 67%] 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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatasrc.c
[ 67%] 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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcoefct.c
[ 68%] 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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/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_PR-162/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/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jddctmgr.c
[ 69%] 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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/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_PR-162/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/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdinput.c
[ 70%] 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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c: In function ‘alloc_funny_pointers’:
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c: In function ‘make_funny_pointers’:
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c: In function ‘set_wraparound_pointers’:
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c: In function ‘set_bottom_pointers’:
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c: In function ‘start_pass_main’:
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c: In function ‘process_data_simple_main’:
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c: In function ‘process_data_context_main’:
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c: In function ‘jinit_d_main_controller’:
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c:478:15: warning: ‘main’ is usually a function [-Wmain]
   my_main_ptr main;
               ^
[ 70%] 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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmarker.c
[ 71%] 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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmaster.c
[ 72%] 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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmerge.c
[ 72%] 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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c
[ 73%] 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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/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_PR-162/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/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdsample.c
[ 74%] 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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/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_PR-162/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/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jerror.c
[ 75%] 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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctflt.c
[ 76%] 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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctfst.c
[ 76%] 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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctint.c
[ 77%] 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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/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_PR-162/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/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctfst.c
[ 78%] 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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/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_PR-162/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/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctred.c
[ 79%] 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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatadst.c
[ 80%] 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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatasrc.c
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatasrc.c: In function ‘init_source’:
/builds/workspace/pharo-vm_PR-162/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;
              ^
[ 80%] 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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemmgr.c
[ 81%] 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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemnobs.c
[ 81%] 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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant1.c
[ 82%] 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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/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_PR-162/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/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jutils.c
[ 83%] 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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/sqJPEGReadWriter2Plugin.c
[ 83%] 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_PR-162/build'
[ 83%] Built target JPEGReadWriter2Plugin
make -f CMakeFiles/UUIDPlugin.dir/build.make CMakeFiles/UUIDPlugin.dir/depend
make[2]: Entering directory '/builds/workspace/pharo-vm_PR-162/build'
cd /builds/workspace/pharo-vm_PR-162/build && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_PR-162/repository /builds/workspace/pharo-vm_PR-162/repository /builds/workspace/pharo-vm_PR-162/build /builds/workspace/pharo-vm_PR-162/build /builds/workspace/pharo-vm_PR-162/build/CMakeFiles/UUIDPlugin.dir/DependInfo.cmake --color=
Dependee "/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/UUIDPlugin.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/UUIDPlugin.dir/depend.internal".
Dependee "/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/UUIDPlugin.dir/depend.internal".
Scanning dependencies of target UUIDPlugin
make[2]: Leaving directory '/builds/workspace/pharo-vm_PR-162/build'
make -f CMakeFiles/UUIDPlugin.dir/build.make CMakeFiles/UUIDPlugin.dir/build
make[2]: Entering directory '/builds/workspace/pharo-vm_PR-162/build'
[ 84%] 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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DUUIDPlugin_EXPORTS -I/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/plugins/UUIDPlugin/common/UUIDPlugin.c
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/plugins/UUIDPlugin/common/UUIDPlugin.c:2:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/plugins/UUIDPlugin/common/UUIDPlugin.c: In function ‘setInterpreter’:
/builds/workspace/pharo-vm_PR-162/repository/plugins/UUIDPlugin/common/UUIDPlugin.c:108:11: warning: unused variable ‘ok’ [-Wunused-variable]
     sqInt ok;
           ^
[ 84%] 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_PR-162/build'
[ 84%] Built target UUIDPlugin
make -f CMakeFiles/SurfacePlugin.dir/build.make CMakeFiles/SurfacePlugin.dir/depend
make[2]: Entering directory '/builds/workspace/pharo-vm_PR-162/build'
cd /builds/workspace/pharo-vm_PR-162/build && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_PR-162/repository /builds/workspace/pharo-vm_PR-162/repository /builds/workspace/pharo-vm_PR-162/build /builds/workspace/pharo-vm_PR-162/build /builds/workspace/pharo-vm_PR-162/build/CMakeFiles/SurfacePlugin.dir/DependInfo.cmake --color=
Dependee "/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/SurfacePlugin.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/SurfacePlugin.dir/depend.internal".
Dependee "/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/SurfacePlugin.dir/depend.internal".
Scanning dependencies of target SurfacePlugin
make[2]: Leaving directory '/builds/workspace/pharo-vm_PR-162/build'
make -f CMakeFiles/SurfacePlugin.dir/build.make CMakeFiles/SurfacePlugin.dir/build
make[2]: Entering directory '/builds/workspace/pharo-vm_PR-162/build'
[ 84%] Building C object CMakeFiles/SurfacePlugin.dir/extracted/plugins/SurfacePlugin/src/common/SurfacePlugin.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=45 -DSurfacePlugin_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/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/SurfacePlugin.c.o   -c /builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/src/common/SurfacePlugin.c
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqVirtualMachine.h:30:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/src/common/SurfacePlugin.c:31:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/SurfacePlugin/src/common/SurfacePlugin.c: At top level:
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/src/common/SurfacePlugin.c:60:0: warning: ignoring #pragma export on [-Wunknown-pragmas]
 #pragma export on
 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/src/common/SurfacePlugin.c:88:0: warning: ignoring #pragma export off [-Wunknown-pragmas]
 #pragma export off
 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/src/common/SurfacePlugin.c: In function ‘ioShowSurface’:
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/src/common/SurfacePlugin.c:144:3: warning: statement with no effect [-Wunused-value]
   -1;
   ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/src/common/SurfacePlugin.c: In function ‘primitiveCreateManualSurface’:
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/src/common/SurfacePlugin.c:239:10: warning: return makes integer from pointer without a cast [-Wint-conversion]
   return NULL;
          ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/src/common/SurfacePlugin.c: In function ‘primitiveSetManualSurfacePointer’:
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/src/common/SurfacePlugin.c:290:10: warning: return makes integer from pointer without a cast [-Wint-conversion]
   return NULL;
          ^
[ 85%] 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=45 -DSurfacePlugin_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/SurfacePlugin/src/common/sqManualSurface.c
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/src/common/sqManualSurface.c:1:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_PR-162/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); }
   ^
[ 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/SurfacePlugin.c.o CMakeFiles/SurfacePlugin.dir/extracted/plugins/SurfacePlugin/src/common/sqManualSurface.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_PR-162/build'
[ 85%] Built target SurfacePlugin
make -f CMakeFiles/LargeIntegers.dir/build.make CMakeFiles/LargeIntegers.dir/depend
make[2]: Entering directory '/builds/workspace/pharo-vm_PR-162/build'
cd /builds/workspace/pharo-vm_PR-162/build && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_PR-162/repository /builds/workspace/pharo-vm_PR-162/repository /builds/workspace/pharo-vm_PR-162/build /builds/workspace/pharo-vm_PR-162/build /builds/workspace/pharo-vm_PR-162/build/CMakeFiles/LargeIntegers.dir/DependInfo.cmake --color=
Dependee "/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/LargeIntegers.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/LargeIntegers.dir/depend.internal".
Dependee "/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/LargeIntegers.dir/depend.internal".
Scanning dependencies of target LargeIntegers
make[2]: Leaving directory '/builds/workspace/pharo-vm_PR-162/build'
make -f CMakeFiles/LargeIntegers.dir/build.make CMakeFiles/LargeIntegers.dir/build
make[2]: Entering directory '/builds/workspace/pharo-vm_PR-162/build'
[ 85%] 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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqVirtualMachine.h:30:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:22:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c: At top level:
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/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_PR-162/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:3797:1: warning: ‘sqAssert’ defined but not used [-Wunused-function]
 sqAssert(sqInt aBool)
 ^
[ 86%] 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_PR-162/build'
[ 86%] Built target LargeIntegers
make -f CMakeFiles/JPEGReaderPlugin.dir/build.make CMakeFiles/JPEGReaderPlugin.dir/depend
make[2]: Entering directory '/builds/workspace/pharo-vm_PR-162/build'
cd /builds/workspace/pharo-vm_PR-162/build && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_PR-162/repository /builds/workspace/pharo-vm_PR-162/repository /builds/workspace/pharo-vm_PR-162/build /builds/workspace/pharo-vm_PR-162/build /builds/workspace/pharo-vm_PR-162/build/CMakeFiles/JPEGReaderPlugin.dir/DependInfo.cmake --color=
Dependee "/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/JPEGReaderPlugin.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/JPEGReaderPlugin.dir/depend.internal".
Dependee "/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/JPEGReaderPlugin.dir/depend.internal".
Scanning dependencies of target JPEGReaderPlugin
make[2]: Leaving directory '/builds/workspace/pharo-vm_PR-162/build'
make -f CMakeFiles/JPEGReaderPlugin.dir/build.make CMakeFiles/JPEGReaderPlugin.dir/build
make[2]: Entering directory '/builds/workspace/pharo-vm_PR-162/build'
[ 87%] 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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqVirtualMachine.h:30:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:22:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c: At top level:
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:250:1: warning: ‘colorConvertGrayscaleMCU’ defined but not used [-Wunused-function]
 colorConvertGrayscaleMCU(void)
 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:300:1: warning: ‘colorConvertMCU’ defined but not used [-Wunused-function]
 colorConvertMCU(void)
 ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:582:1: warning: ‘fillBuffer’ defined but not used [-Wunused-function]
 fillBuffer(void)
 ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:940:1: warning: ‘nextSampleCb’ defined but not used [-Wunused-function]
 nextSampleCb(void)
 ^
/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:976:1: warning: ‘nextSampleCr’ defined but not used [-Wunused-function]
 nextSampleCr(void)
 ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:1048:1: warning: ‘nextSampleY’ defined but not used [-Wunused-function]
 nextSampleY(void)
 ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:1780:1: warning: ‘stInit’ defined but not used [-Wunused-function]
 stInit(void)
 ^
/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/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_PR-162/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:181:14: warning: ‘ySampleStream’ defined but not used [-Wunused-variable]
 static sqInt ySampleStream;
              ^
[ 88%] 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_PR-162/build'
[ 88%] Built target JPEGReaderPlugin
make -f CMakeFiles/pharo.dir/build.make CMakeFiles/pharo.dir/depend
make[2]: Entering directory '/builds/workspace/pharo-vm_PR-162/build'
cd /builds/workspace/pharo-vm_PR-162/build && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_PR-162/repository /builds/workspace/pharo-vm_PR-162/repository /builds/workspace/pharo-vm_PR-162/build /builds/workspace/pharo-vm_PR-162/build /builds/workspace/pharo-vm_PR-162/build/CMakeFiles/pharo.dir/DependInfo.cmake --color=
Dependee "/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/pharo.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/pharo.dir/depend.internal".
Dependee "/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/pharo.dir/depend.internal".
Scanning dependencies of target pharo
make[2]: Leaving directory '/builds/workspace/pharo-vm_PR-162/build'
make -f CMakeFiles/pharo.dir/build.make CMakeFiles/pharo.dir/build
make[2]: Entering directory '/builds/workspace/pharo-vm_PR-162/build'
[ 89%] 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=45 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/include -I/builds/workspace/pharo-vm_PR-162/repository/include/pharovm -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include -I/builds/workspace/pharo-vm_PR-162/build/build/include/pharovm -I/builds/workspace/pharo-vm_PR-162/build/generated/64/vm/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/src/unixMain.c
In file included from /builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharo.h:14,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/errorCode.h:6,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/parameterVector.h:10,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/parameters.h:10,
                 from /builds/workspace/pharo-vm_PR-162/repository/include/pharovm/pharoClient.h:6,
                 from /builds/workspace/pharo-vm_PR-162/repository/src/unixMain.c:1:
/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_PR-162/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); }
   ^
[ 90%] 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_PR-162/build/build/vm build/vm/libPharoVMCore.so build/vm/libffi.so -ldl -lm -lpthread 
make[2]: Leaving directory '/builds/workspace/pharo-vm_PR-162/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 '/builds/workspace/pharo-vm_PR-162/build'
cd /builds/workspace/pharo-vm_PR-162/build && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_PR-162/repository /builds/workspace/pharo-vm_PR-162/repository /builds/workspace/pharo-vm_PR-162/build /builds/workspace/pharo-vm_PR-162/build /builds/workspace/pharo-vm_PR-162/build/CMakeFiles/build_vmmaker_get_vm.dir/DependInfo.cmake --color=
Dependee "/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/build_vmmaker_get_vm.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/build_vmmaker_get_vm.dir/depend.internal".
Dependee "/builds/workspace/pharo-vm_PR-162/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_PR-162/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_PR-162/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_PR-162/build'
[ 91%] Performing update step for 'build_vmmaker_get_vm'
cd /builds/workspace/pharo-vm_PR-162/build/build/vmmaker/vm && echo

[ 91%] Performing configure step for 'build_vmmaker_get_vm'
cd /builds/workspace/pharo-vm_PR-162/build/build/vmmaker/vm && echo

cd /builds/workspace/pharo-vm_PR-162/build/build/vmmaker/vm && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /builds/workspace/pharo-vm_PR-162/build/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-configure
[ 92%] Performing build step for 'build_vmmaker_get_vm'
cd /builds/workspace/pharo-vm_PR-162/build/build/vmmaker/vm && echo

cd /builds/workspace/pharo-vm_PR-162/build/build/vmmaker/vm && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /builds/workspace/pharo-vm_PR-162/build/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-build
[ 92%] Performing install step for 'build_vmmaker_get_vm'
cd /builds/workspace/pharo-vm_PR-162/build/build/vmmaker/vm && echo

cd /builds/workspace/pharo-vm_PR-162/build/build/vmmaker/vm && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /builds/workspace/pharo-vm_PR-162/build/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-install
[ 93%] Completed 'build_vmmaker_get_vm'
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /builds/workspace/pharo-vm_PR-162/build/CMakeFiles
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /builds/workspace/pharo-vm_PR-162/build/CMakeFiles/build_vmmaker_get_vm-complete
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /builds/workspace/pharo-vm_PR-162/build/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-done
make[2]: Leaving directory '/builds/workspace/pharo-vm_PR-162/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 '/builds/workspace/pharo-vm_PR-162/build'
cd /builds/workspace/pharo-vm_PR-162/build && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_PR-162/repository /builds/workspace/pharo-vm_PR-162/repository/ffiTestLibrary /builds/workspace/pharo-vm_PR-162/build /builds/workspace/pharo-vm_PR-162/build/build/ffiTestLibrary /builds/workspace/pharo-vm_PR-162/build/build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/DependInfo.cmake --color=
Dependee "/builds/workspace/pharo-vm_PR-162/build/build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_PR-162/build/build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/depend.internal".
Dependee "/builds/workspace/pharo-vm_PR-162/build/build/ffiTestLibrary/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_PR-162/build/build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/depend.internal".
Scanning dependencies of target TestLibrary
make[2]: Leaving directory '/builds/workspace/pharo-vm_PR-162/build'
make -f build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/build.make build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/build
make[2]: Entering directory '/builds/workspace/pharo-vm_PR-162/build'
[ 96%] Building C object build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/src/basic_types.c.o
cd /builds/workspace/pharo-vm_PR-162/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=45 -DTestLibrary_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/ffiTestLibrary/src/basic_types.c
[ 97%] Building C object build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/src/callback_types.c.o
cd /builds/workspace/pharo-vm_PR-162/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=45 -DTestLibrary_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/ffiTestLibrary/src/callback_types.c
[ 97%] Building C object build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/src/callbacks.c.o
cd /builds/workspace/pharo-vm_PR-162/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=45 -DTestLibrary_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/ffiTestLibrary/src/callbacks.c
/builds/workspace/pharo-vm_PR-162/repository/ffiTestLibrary/src/callbacks.c: In function ‘otherThread’:
/builds/workspace/pharo-vm_PR-162/repository/ffiTestLibrary/src/callbacks.c:37: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_PR-162/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=45 -DTestLibrary_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/ffiTestLibrary/src/callout.c
[ 98%] Building C object build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/src/registerCallback.c.o
cd /builds/workspace/pharo-vm_PR-162/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=45 -DTestLibrary_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/ffiTestLibrary/src/registerCallback.c
[100%] Building C object build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/src/structures.c.o
cd /builds/workspace/pharo-vm_PR-162/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=45 -DTestLibrary_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_PR-162/build/libffi-build/include -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_PR-162/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_PR-162/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_PR-162/repository/ffiTestLibrary/src/structures.c
[100%] Linking C shared library ../vm/libTestLibrary.so
cd /builds/workspace/pharo-vm_PR-162/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_PR-162/build'
[100%] Built target TestLibrary
make[1]: Leaving directory '/builds/workspace/pharo-vm_PR-162/build'
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_progress_start /builds/workspace/pharo-vm_PR-162/build/CMakeFiles 0
make -f CMakeFiles/Makefile2 preinstall
make[1]: Entering directory '/builds/workspace/pharo-vm_PR-162/build'
make[1]: Nothing to be done for 'preinstall'.
make[1]: Leaving directory '/builds/workspace/pharo-vm_PR-162/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_PR-162/build/build/dist/./
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/.//bin
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/.//bin/pharo
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/.//pharo
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/lib
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/lib/libFilePlugin.so
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/lib/libgit2.1.0.0.so
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/lib/libssl.so
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/lib/libMiscPrimitivePlugin.so
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/lib/libB2DPlugin.so
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/lib/libgit2.so.0.25.1
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/lib/libJPEGReaderPlugin.so
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/lib/libTestLibrary.so
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/lib/libgit2.so
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/lib/libLargeIntegers.so
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/lib/libSqueakSSL.so
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/lib/libJPEGReadWriter2Plugin.so
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/lib/libSDL2-2.0.so.0
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/lib/libUUIDPlugin.so
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/lib/libssl.so.1.0.0
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/lib/libDSAPrims.so
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/lib/libSDL2-2.0.so.0.7.0
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/lib/pharo
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/lib/libPharoVMCore.so
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/lib/libBitBltPlugin.so
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/lib/libssh2.so.1
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/lib/libgit2.so.25
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/lib/libLocalePlugin.so
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/lib/libssh2.so.1.0.1
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/lib/libSDL2.so
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/lib/libUnixOSProcessPlugin.so
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/lib/libcrypto.so.1.0.0
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/lib/libssh2.so
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/lib/libFileAttributesPlugin.so
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/lib/libSocketPlugin.so
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/lib/libSurfacePlugin.so
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/lib/libffi.so
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/include/pharovm
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/include/pharovm/sqUnixCharConv.h
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/include/pharovm/sqConfig.h
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/include/pharovm/sqGnu.h
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/include/pharovm/sqPlatformSpecific.h
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/include/pharovm/config.h
-- Up-to-date: /builds/workspace/pharo-vm_PR-162/build/build/dist/include/pharovm
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/include/pharovm/exportDefinition.h
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/include/pharovm/semaphores
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/include/pharovm/semaphores/pSemaphore.h
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/include/pharovm/semaphores/platformSemaphore.h
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/include/pharovm/semaphores/pharoSemaphore.h
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/include/pharovm/threads
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/include/pharovm/threads/vmthread.h
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/include/pharovm/pharoClient.h
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/include/pharovm/jit
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/include/pharovm/jit/jit.h
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/include/pharovm/imageAccess.h
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/include/pharovm/sigjmp_support.h
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/include/pharovm/fileDialog.h
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/include/pharovm/pharo.h
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/include/pharovm/threadSafeQueue
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/include/pharovm/threadSafeQueue/threadSafeQueue.h
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/include/pharovm/debug.h
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/include/pharovm/sqNamedPrims.h
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/include/pharovm/stringUtilities.h
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/include/pharovm/parameterVector.h
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/include/pharovm/macros.h
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/include/pharovm/errorCode.h
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/include/pharovm/pathUtilities.h
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/include/pharovm/interpreter.h
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/include/pharovm/parameters.h
-- Up-to-date: /builds/workspace/pharo-vm_PR-162/build/build/dist/include/pharovm
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/include/pharovm/sqVirtualMachine.h
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/include/pharovm/sqAtomicOps.h
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/include/pharovm/sq.h
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/include/pharovm/sqaio.h
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/include/pharovm/sqMemoryAccess.h
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/include/pharovm/sqCogStackAlignment.h
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/include/pharovm/sqAssert.h
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/include/pharovm/dispdbg.h
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/include/pharovm/sqMemoryFence.h
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/cmake
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/cmake/FindFFI.cmake
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/cmake/FindCairo.cmake
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/cmake/importCairo.cmake
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/cmake/FindLibGit2.cmake
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/cmake/DownloadProject.CMakeLists.cmake.in
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/cmake/importLibFFI.cmake
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/cmake/FindSDL2.cmake
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/cmake/Windows.cmake
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/cmake/versionExtraction.cmake
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/cmake/packaging.cmake
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/cmake/vmmaker.cmake
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/cmake/Linux.cmake
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/cmake/Darwin.cmake
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/cmake/importFreetype2.cmake
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/cmake/DownloadProject.cmake
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/cmake/importSDL2.cmake
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/cmake/importLibGit2.cmake
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src/win
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src/win/faSupport.c
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src/common
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src/unix
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/win
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/win/faSupport.h
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/win/dirent.h
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/common
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/common/faConstants.h
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/common/faCommon.h
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/unix
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/unix/faSupport.h
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/UnixOSProcessPlugin
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/UnixOSProcessPlugin/src
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/UnixOSProcessPlugin/src/common
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/DSAPrims
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/DSAPrims/src
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/DSAPrims/src/common
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/DSAPrims/src/common/DSAPrims.c
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReaderPlugin
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReaderPlugin/src
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReaderPlugin/src/common
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/B2DPlugin
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/B2DPlugin/src
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/B2DPlugin/src/common
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/win
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/win/sqWin32SSL.c
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/osx
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/osx/sqMacSSL.c
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/common
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/common/SqueakSSL.c
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/unix
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/unix/sqUnixSSL.c
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/include
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/include/common
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/include/common/SqueakSSL.h
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/include/unix
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/include/unix/openssl_overlay.h
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltArmLinux.c
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltArmOther.c
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltGeneric.c
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltDispatch.c
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltArmSimd.c
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltArm.c
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/include
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/include/common
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/include/common/BitBltArmSimd.h
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/include/common/BitBltDispatch.h
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/include/common/BitBltArm.h
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/include/common/BitBltInternal.h
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/include/common/BitBltGeneric.h
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/SocketPlugin
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/SocketPlugin/src
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/SocketPlugin/src/common
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/SocketPlugin/src/common/SocketPluginImpl.c
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/SocketPlugin/include
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/SocketPlugin/include/common
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/SocketPlugin/include/common/SocketPlugin.h
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/SurfacePlugin
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/SurfacePlugin/src
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/SurfacePlugin/src/common
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/SurfacePlugin/src/common/sqManualSurface.c
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/SurfacePlugin/src/common/SurfacePlugin.c
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/SurfacePlugin/include
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/SurfacePlugin/include/common
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/SurfacePlugin/include/common/SurfacePlugin.h
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/MiscPrimitivePlugin
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/MiscPrimitivePlugin/src
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/MiscPrimitivePlugin/src/common
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/MiscPrimitivePlugin/src/common/MiscPrimitivePlugin.c
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/win
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/win/sqWin32Locale.c
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/osx
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/osx/sqIOSLocale.c
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/common
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/unix
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/unix/sqUnixLocale.c
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/include
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/include/osx
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/include/osx/sqIOSLocale.h
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/include/common
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/include/common/LocalePlugin.h
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/IA32ABI
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/src
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/x64win64stub.c
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/AlienSUnitTestProcedures.c
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/x64sysvabicc.c
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/IA32ABI.c
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/arm32abicc.c
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/xabicc.c
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/ia32abicc.c
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/ppc32abicc.c
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/arm64abicc.c
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/x64win64abicc.c
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessARM32.h
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessppc.h
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessppcPostLogicInteger.h
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dax64business.h
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessARM64.h
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessPostLogic.h
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dax64win64business.h
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessARM.h
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessppcPostLogicFloat.h
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessppcPostLogicDouble.h
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/ia32abi.h
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusiness.h
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/AlienSUnitTestProcedures.h
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/FilePlugin
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/src
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/win
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/win/sqWin32FilePrims.c
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/osx
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/osx/sqUnixFile.c
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/common
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/unix
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/unix/sqUnixFile.c
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/include
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/include/win
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/include/win/sqWin32File.h
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/include/common
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/include/common/FilePlugin.h
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcparam.c
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcoefct.c
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jchuff.c
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmaster.c
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcolor.c
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jchuff.h
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/README.6b2
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.h
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccoefct.c
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapistd.c
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmaster.c
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemnobs.c
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccolor.c
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.h
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmainct.c
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jddctmgr.c
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jutils.c
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapimin.c
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctred.c
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jinclude.h
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatadst.c
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctflt.c
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdtrans.c
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcinit.c
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdsample.c
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdct.h
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant2.c
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmerge.c
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jerror.h
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jversion.h
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatasrc.c
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcdctmgr.c
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/README
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdpostct.c
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jpegint.h
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatadst.c
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctint.c
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmarker.c
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatasrc.c
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcprepct.c
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/ReadMe.txt
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctint.c
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/Error.c
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemmgr.c
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdinput.c
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jpeglib.h
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcphuff.c
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcomapi.c
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/sqJPEGReadWriter2Plugin.c
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jerror.c
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctfst.c
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctfst.c
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapimin.c
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcsample.c
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jctrans.c
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jconfig.h
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctflt.c
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemsys.h
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmarker.c
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant1.c
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapistd.c
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmorecfg.h
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/LargeIntegers
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/LargeIntegers/src
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/LargeIntegers/src/common
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/win
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/win/sqWin32FFI.c
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/osx
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/osx/dummyFFI.c
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/sqManualSurface.c
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/SqueakFFIPrims.c
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/sqFFITestFuncs.c
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/ARM32FFIPlugin.c
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/ARM64FFIPlugin.c
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/IA32FFIPlugin.c
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/sqFFIPlugin.c
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/X64Win64FFIPlugin.c
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/unix
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/unix/ppc-sysv.c
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/unix/ppc-darwin.c
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/unix/any-libffi.c
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/unix/x86-sysv.c
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/osx
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/osx/dummyFFI.h
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/common
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/common/sqFFI.h
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/unix
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/unix/ffi-test.h
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/unix/ppc-global.h
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/unix/ffi-test-sq.h
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/vm
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/vm/src
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/vm/src/win
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/vm/src/win/sqWin32SpurAlloc.c
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/vm/src/win/sqWin32Directory.c
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/vm/src/win/aioWin.c
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/vm/src/osx
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/vm/src/osx/aioOSX.c
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/vm/src/common
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/vm/src/common/sqExternalSemaphores.c
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/vm/src/common/sqNamedPrims.c
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/vm/src/common/sqTicker.c
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/vm/src/common/sqVirtualMachine.c
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/vm/src/common/heartbeat.c
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/vm/src/common/sqHeapMap.c
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/vm/src/unix
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/vm/src/unix/sqUnixCharConv.c
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/vm/src/unix/aio.c
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/vm/include
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/vm/include/win
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/vm/include/win/sqWin32HandleTable.h
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/vm/include/win/sqWin32Alloc.h
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/vm/include/win/sqConfig.h
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/vm/include/win/sqWin32.h
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/vm/include/win/sqGnu.h
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/vm/include/win/sqPlatformSpecific.h
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/vm/include/osx
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/vm/include/osx/sqConfig.h
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/vm/include/osx/sqGnu.h
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/vm/include/osx/sqPlatformSpecific.h
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/vm/include/common
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/vm/include/common/sqVirtualMachine.h
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/vm/include/common/sqAtomicOps.h
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/vm/include/common/sq.h
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/vm/include/common/sqaio.h
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/vm/include/common/sqMemoryAccess.h
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/vm/include/common/sqCogStackAlignment.h
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/vm/include/common/sqAssert.h
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/vm/include/common/dispdbg.h
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/vm/include/common/sqMemoryFence.h
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/vm/include/unix
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/vm/include/unix/sqUnixCharConv.h
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/vm/include/unix/sqConfig.h
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/vm/include/unix/sqGnu.h
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/extracted/vm/include/unix/sqPlatformSpecific.h
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/include
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/include/pharovm
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/include/pharovm/exportDefinition.h
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/include/pharovm/semaphores
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/include/pharovm/semaphores/pSemaphore.h
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/include/pharovm/semaphores/platformSemaphore.h
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/include/pharovm/semaphores/pharoSemaphore.h
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/include/pharovm/threads
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/include/pharovm/threads/vmthread.h
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/include/pharovm/pharoClient.h
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/include/pharovm/jit
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/include/pharovm/jit/jit.h
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/include/pharovm/config.h.in
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/include/pharovm/imageAccess.h
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/include/pharovm/sigjmp_support.h
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/include/pharovm/fileDialog.h
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/include/pharovm/pharo.h
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/include/pharovm/threadSafeQueue
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/include/pharovm/threadSafeQueue/threadSafeQueue.h
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/include/pharovm/debug.h
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/include/pharovm/sqNamedPrims.h
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/include/pharovm/stringUtilities.h
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/include/pharovm/parameterVector.h
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/include/pharovm/macros.h
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/include/pharovm/errorCode.h
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/include/pharovm/pathUtilities.h
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/include/pharovm/interpreter.h
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/include/pharovm/parameters.h
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/packaging
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/packaging/linux
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/packaging/linux/bin
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/packaging/linux/bin/launch.sh.in
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/packaging/linux/launch.sh.in
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/plugins
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/plugins/UUIDPlugin
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/plugins/UUIDPlugin/common
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/plugins/UUIDPlugin/common/UUIDPlugin.c
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/resources
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/resources/windows
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/resources/windows/Pharo.ico
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/resources/windows/PharoConsole.exe.manifest.in
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/resources/windows/Pharo.rc.in
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/resources/windows/PharoConsole.rc.in
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/resources/windows/Pharo.exe.manifest.in
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/resources/windows/PharoDLL.rc.in
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/resources/mac
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/resources/mac/PharoImage.icns
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/resources/mac/PharoChanges.icns
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/resources/mac/PharoSources.icns
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/resources/mac/Info.plist.in
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/resources/mac/Pharo.icns
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/resources/img.image
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/scripts
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/scripts/runScriptInCygwinBash.ps1
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/scripts/installCygwin.ps1
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/scripts/runTests.sh
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/scripts/installVMMaker.st
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/src
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/src/debugUnix.c
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/src/fileUtilsWin.c
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/src/semaphores
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/src/semaphores/platformSemaphore.c
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/src/semaphores/pharoSemaphore.c
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/src/parameters.c
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/src/utils
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/src/utils/setjmp-Windows-wrapper-X86.S
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/src/utils/setjmp-Windows-wrapper-ARM64.S
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/src/debugWin.c
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/src/stringUtilities.c
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/src/unixMain.c
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/src/utilsMac.mm
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/src/fileDialogWin32.c
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/src/nullDisplay.c
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/src/memoryUnix.c
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/src/macAlias.c
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/src/parameterVector.c
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/src/fileDialogCommon.c
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/src/imageAccess.c
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/src/fileDialogMac.m
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/src/fileUtils.c
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/src/debug.c
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/src/threadSafeQueue
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/src/threadSafeQueue/threadSafeQueue.c
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/src/fileDialogUnix.c
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/src/pathUtilities.c
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/src/utils.c
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/src/client.c
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/src/win32Main.c
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/src/errorCode.c
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/src/externalPrimitives.c
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/ffiTestLibrary
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/ffiTestLibrary/CMakeLists.txt
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/ffiTestLibrary/src
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/ffiTestLibrary/src/callback_types.c
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/ffiTestLibrary/src/basic_types.c
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/ffiTestLibrary/src/registerCallback.c
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/ffiTestLibrary/src/callout.c
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/ffiTestLibrary/src/callbacks.c
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/ffiTestLibrary/src/structures.c
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/ffiTestLibrary/includes
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/ffiTestLibrary/includes/testLibrary.h
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/ffiTestLibrary/includes/callbacks.h
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/ffiTestLibrary/includes/structures.h
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/ffi
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/ffi/src
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/ffi/src/callbacks
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/ffi/src/callbacks/callbackPrimitives.c
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/ffi/src/callbacks/callbacks.c
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/ffi/src/worker
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/ffi/src/worker/workerPrimitives.c
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/ffi/src/worker/workerTask.c
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/ffi/src/worker/worker.c
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/ffi/src/typesPrimitives.c
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/ffi/src/pThreadedFFI.c
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/ffi/src/sameThread
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/ffi/src/sameThread/sameThread.c
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/ffi/src/utils.c
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/ffi/src/primitiveUtils.c
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/ffi/src/types.c
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/ffi/src/primitiveCalls.c
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/ffi/src/functionDefinitionPrimitives.c
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/ffi/include
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/ffi/include/worker.h
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/ffi/include/pThreadedFFIUtils.h
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/ffi/include/pThreadedFFI.h
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/ffi/include/callbacks.h
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/ffi/include/workerTask.h
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/version.info
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/CMakeLists.txt
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/macros.cmake
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/plugins.cmake
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/plugins.macros.cmake
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/generated/
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/generated//64
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/generated//64/plugins
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/generated//64/plugins/src
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/generated//64/plugins/src/FilePlugin
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/generated//64/plugins/src/FilePlugin/FilePlugin.c
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/generated//64/examplePlugins.ext
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/generated//64/vm
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/generated//64/vm/src
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/generated//64/vm/src/gcc3x-cointerp.c
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/generated//64/vm/src/cogitX64WIN64.c
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/generated//64/vm/src/cointerp.c
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/generated//64/vm/src/cogit.c
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/generated//64/vm/src/cogitX64SysV.c
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/generated//64/vm/src/cogitaarch64.c
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/generated//64/vm/include
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/generated//64/vm/include/interp.h
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/generated//64/vm/include/vmCallback.h
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/generated//64/vm/include/cointerp.h
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/generated//64/vm/include/cogit.h
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/generated//64/vm/include/cogmethod.h
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/generated//32
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/generated//32/plugins
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/generated//32/plugins/src
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/generated//32/plugins/src/FilePlugin
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/generated//32/plugins/src/FilePlugin/FilePlugin.c
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/generated//32/examplePlugins.ext
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/generated//32/vm
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/generated//32/vm/src
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/generated//32/vm/src/gcc3x-cointerp.c
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/generated//32/vm/src/cogitMIPSEL.c
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/generated//32/vm/src/cogitARMv5.c
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/generated//32/vm/src/cointerp.c
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/generated//32/vm/src/cogit.c
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/generated//32/vm/src/cogitIA32.c
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/generated//32/vm/include
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/generated//32/vm/include/interp.h
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/generated//32/vm/include/vmCallback.h
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/generated//32/vm/include/cointerp.h
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/generated//32/vm/include/cogit.h
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/pharo-vm/generated//32/vm/include/cogmethod.h
-- Up-to-date: /builds/workspace/pharo-vm_PR-162/build/build/dist/include/pharovm
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/include/pharovm/interp.h
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/include/pharovm/vmCallback.h
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/include/pharovm/cointerp.h
-- Installing: /builds/workspace/pharo-vm_PR-162/build/build/dist/include/pharovm/cogit.h
-- Installing: /builds/workspace/pharo-vm_PR-162/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_PR-162/repository -B/builds/workspace/pharo-vm_PR-162/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_PR-162/build/CMakeFiles /builds/workspace/pharo-vm_PR-162/build/CMakeFiles/progress.marks
make -f CMakeFiles/Makefile2 all
make[1]: Entering directory '/builds/workspace/pharo-vm_PR-162/build'
make -f libffi-build/CMakeFiles/objlib.dir/build.make libffi-build/CMakeFiles/objlib.dir/depend
make[2]: Entering directory '/builds/workspace/pharo-vm_PR-162/build'
cd /builds/workspace/pharo-vm_PR-162/build && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_PR-162/repository /builds/workspace/pharo-vm_PR-162/build/libffi-src /builds/workspace/pharo-vm_PR-162/build /builds/workspace/pharo-vm_PR-162/build/libffi-build /builds/workspace/pharo-vm_PR-162/build/libffi-build/CMakeFiles/objlib.dir/DependInfo.cmake --color=
make[2]: Leaving directory '/builds/workspace/pharo-vm_PR-162/build'
make -f libffi-build/CMakeFiles/objlib.dir/build.make libffi-build/CMakeFiles/objlib.dir/build
make[2]: Entering directory '/builds/workspace/pharo-vm_PR-162/build'
make[2]: Nothing to be done for 'libffi-build/CMakeFiles/objlib.dir/build'.
make[2]: Leaving directory '/builds/workspace/pharo-vm_PR-162/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_PR-162/build'
cd /builds/workspace/pharo-vm_PR-162/build && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_PR-162/repository /builds/workspace/pharo-vm_PR-162/build/libffi-src /builds/workspace/pharo-vm_PR-162/build /builds/workspace/pharo-vm_PR-162/build/libffi-build /builds/workspace/pharo-vm_PR-162/build/libffi-build/CMakeFiles/ffi_shared.dir/DependInfo.cmake --color=
make[2]: Leaving directory '/builds/workspace/pharo-vm_PR-162/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_PR-162/build'
make[2]: Nothing to be done for 'libffi-build/CMakeFiles/ffi_shared.dir/build'.
make[2]: Leaving directory '/builds/workspace/pharo-vm_PR-162/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_PR-162/build'
cd /builds/workspace/pharo-vm_PR-162/build && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_PR-162/repository /builds/workspace/pharo-vm_PR-162/repository /builds/workspace/pharo-vm_PR-162/build /builds/workspace/pharo-vm_PR-162/build /builds/workspace/pharo-vm_PR-162/build/CMakeFiles/build_vmmaker_get_vm-build.dir/DependInfo.cmake --color=
make[2]: Leaving directory '/builds/workspace/pharo-vm_PR-162/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_PR-162/build'
[  6%] Performing update step for 'build_vmmaker_get_vm'
cd /builds/workspace/pharo-vm_PR-162/build/build/vmmaker/vm && echo

[  7%] Performing configure step for 'build_vmmaker_get_vm'
cd /builds/workspace/pharo-vm_PR-162/build/build/vmmaker/vm && echo

cd /builds/workspace/pharo-vm_PR-162/build/build/vmmaker/vm && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /builds/workspace/pharo-vm_PR-162/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_PR-162/build/build/vmmaker/vm && echo

cd /builds/workspace/pharo-vm_PR-162/build/build/vmmaker/vm && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /builds/workspace/pharo-vm_PR-162/build/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-build
make[2]: Leaving directory '/builds/workspace/pharo-vm_PR-162/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_PR-162/build'
cd /builds/workspace/pharo-vm_PR-162/build && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_PR-162/repository /builds/workspace/pharo-vm_PR-162/repository /builds/workspace/pharo-vm_PR-162/build /builds/workspace/pharo-vm_PR-162/build /builds/workspace/pharo-vm_PR-162/build/CMakeFiles/build_vmmaker_get_image.dir/DependInfo.cmake --color=
make[2]: Leaving directory '/builds/workspace/pharo-vm_PR-162/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_PR-162/build'
[  9%] Performing update step for 'build_vmmaker_get_image'
cd /builds/workspace/pharo-vm_PR-162/build/build/vmmaker/image && echo

[ 10%] Performing configure step for 'build_vmmaker_get_image'
cd /builds/workspace/pharo-vm_PR-162/build/build/vmmaker/image && echo

cd /builds/workspace/pharo-vm_PR-162/build/build/vmmaker/image && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /builds/workspace/pharo-vm_PR-162/build/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-configure
[ 10%] Performing build step for 'build_vmmaker_get_image'
cd /builds/workspace/pharo-vm_PR-162/build/build/vmmaker/image && /builds/workspace/pharo-vm_PR-162/build/build/vmmaker/vm/pharo --headless /builds/workspace/pharo-vm_PR-162/build/build/vmmaker/image/Pharo9.0-SNAPSHOT-64bit-ac4bf08.image save VMMaker
cd /builds/workspace/pharo-vm_PR-162/build/build/vmmaker/image && /builds/workspace/pharo-vm_PR-162/build/build/vmmaker/vm/pharo --headless /builds/workspace/pharo-vm_PR-162/build/build/vmmaker/image/VMMaker.image --save --quit /builds/workspace/pharo-vm_PR-162/repository/scripts/installVMMaker.st /builds/workspace/pharo-vm_PR-162/repository
NewUndeclaredWarning: UndefinedObject>>DoIt (path is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (path is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (path is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (path is Undeclared)
MetacelloNotification: Fetched -> BaselineOfVMMaker-tonel.1 --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc
MetacelloNotification: Loading -> BaselineOfVMMaker-tonel.1 --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc
MetacelloNotification: Loaded -> BaselineOfVMMaker-tonel.1 --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc
MetacelloNotification: Loading baseline of BaselineOfVMMaker...
MetacelloNotification: Fetched -> BaselineOfLLVMDisassembler-CompatibleUserName.1604592041 --- https://github.com/guillep/pharo-llvmDisassembler.git[master] --- https://github.com/guillep/pharo-llvmDisassembler.git[master]
MetacelloNotification: Loading -> BaselineOfLLVMDisassembler-CompatibleUserName.1604592041 --- https://github.com/guillep/pharo-llvmDisassembler.git[master] --- https://github.com/guillep/pharo-llvmDisassembler.git[master]
MetacelloNotification: Loaded -> BaselineOfLLVMDisassembler-CompatibleUserName.1604592041 --- https://github.com/guillep/pharo-llvmDisassembler.git[master] --- https://github.com/guillep/pharo-llvmDisassembler.git[master]
MetacelloNotification: Fetched -> BaselineOfUnicorn-CompatibleUserName.1615322588 --- https://github.com/guillep/pharo-unicorn.git[master] --- https://github.com/guillep/pharo-unicorn.git[master]
MetacelloNotification: Loading -> BaselineOfUnicorn-CompatibleUserName.1615322588 --- https://github.com/guillep/pharo-unicorn.git[master] --- https://github.com/guillep/pharo-unicorn.git[master]
MetacelloNotification: Loaded -> BaselineOfUnicorn-CompatibleUserName.1615322588 --- 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_PR-162/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc
MetacelloNotification: Fetched -> Slang-Tests-tonel.1 --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc
MetacelloNotification: Fetched -> Melchor-tonel.1 --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc
MetacelloNotification: Project: Unicorn baseline
MetacelloNotification: Fetched -> Unicorn-CompatibleUserName.1615322588 --- https://github.com/guillep/pharo-unicorn.git[master] --- https://github.com/guillep/pharo-unicorn.git[master]
MetacelloNotification: Project: LLVMDisassembler baseline
MetacelloNotification: Fetched -> LLVMDisassembler-CompatibleUserName.1604592041 --- 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_PR-162/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc
MetacelloNotification: Fetched -> Printf-tonel.1 --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc
MetacelloNotification: Fetched -> VMMaker-tonel.1 --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc
MetacelloNotification: Fetched -> VMMaker-Slang-tonel.1 --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc
MetacelloNotification: Fetched -> VMMakerCompatibilityForPharo6-tonel.1 --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc
MetacelloNotification: Fetched -> VMMakerTests-tonel.1 --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc
MetacelloNotification: Fetched -> VMMaker-MT-Tests-tonel.1 --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc
MetacelloNotification: Fetched -> VMMaker-Tools-tonel.1 --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc
MetacelloNotification: Fetched -> VMMaker-OriginalTests-tonel.1 --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc
MetacelloNotification: Fetched -> FileAttributesPlugin-tonel.1 --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc
MetacelloNotification: Loading -> Slang-tonel.1 --- tonel:///builds/workspace/pharo-vm_PR-162/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_PR-162/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> Slang-Tests-tonel.1 --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc --- cache
MetacelloNotification: Loaded -> Slang-Tests-tonel.1 --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> Melchor-tonel.1 --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc --- cache
NewUndeclaredWarning: VMPluginCodeGenerator>>sizeOfIntegralCType: (BytesPerWord is Undeclared)
MetacelloNotification: Loaded -> Melchor-tonel.1 --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc --- cache
MetacelloNotification: Starting atomic load
NewUndeclaredWarning: UcARMRegisters class>>eflags (UC_ARM_REG_EFLAGS is Undeclared)
MetacelloNotification: 	Loaded -> Unicorn-CompatibleUserName.1615322588 --- 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.1604592041 --- https://github.com/guillep/pharo-llvmDisassembler.git[master] --- cache
MetacelloNotification: Finished atomic load
MetacelloNotification: Loading -> VMMakerLoadingDependencies-tonel.1 --- tonel:///builds/workspace/pharo-vm_PR-162/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_PR-162/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> Printf-tonel.1 --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc --- cache
MetacelloNotification: Loaded -> Printf-tonel.1 --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> VMMaker-tonel.1 --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc --- cache
CPack: - Install project: PharoVM []
CPack: -   Install component: Unspecified
CPack: -   Install component: bin
CPack: -   Install component: c-src
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)
CPack: -   Install component: include
CPack: Create package
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: StackInterpreter>>openImageFileNamed: (FileStream is Undeclared)
NewUndeclaredWarning: StackInterpreter>>openImageFileNamed: (FileStream 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)
CPack: - package: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/packages/PharoVM-9.0.0-1181fa2ec-Windows-x86_64-Unspecified.zip generated.
CPack: - checksum file: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/packages/PharoVM-9.0.0-1181fa2ec-Windows-x86_64-Unspecified.zip.sha1 generated.
CPack: - package: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/packages/PharoVM-9.0.0-1181fa2ec-Windows-x86_64-bin.zip generated.
CPack: - checksum file: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/packages/PharoVM-9.0.0-1181fa2ec-Windows-x86_64-bin.zip.sha1 generated.
CPack: - package: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/packages/PharoVM-9.0.0-1181fa2ec-Windows-x86_64-c-src.zip generated.
CPack: - checksum file: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/packages/PharoVM-9.0.0-1181fa2ec-Windows-x86_64-c-src.zip.sha1 generated.
CPack: - package: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/packages/PharoVM-9.0.0-1181fa2ec-Windows-x86_64-include.zip generated.
CPack: - checksum file: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/packages/PharoVM-9.0.0-1181fa2ec-Windows-x86_64-include.zip.sha1 generated.
CPack: Create package using TGZ
CPack: Install projects
CPack: - Run preinstall target for: PharoVM
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>>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_PR-162/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> VMMaker-Slang-tonel.1 --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc --- cache
MetacelloNotification: Loaded -> VMMaker-Slang-tonel.1 --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> VMMakerCompatibilityForPharo6-tonel.1 --- tonel:///builds/workspace/pharo-vm_PR-162/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_PR-162/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> VMMakerTests-tonel.1 --- tonel:///builds/workspace/pharo-vm_PR-162/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_PR-162/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> VMMaker-MT-Tests-tonel.1 --- tonel:///builds/workspace/pharo-vm_PR-162/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_PR-162/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> VMMaker-Tools-tonel.1 --- tonel:///builds/workspace/pharo-vm_PR-162/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_PR-162/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> VMMaker-OriginalTests-tonel.1 --- tonel:///builds/workspace/pharo-vm_PR-162/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_PR-162/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> FileAttributesPlugin-tonel.1 --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc --- cache
MetacelloNotification: Loaded -> FileAttributesPlugin-tonel.1 --- tonel:///builds/workspace/pharo-vm_PR-162/repository/smalltalksrc --- cache
MetacelloNotification: ...finished baseline
cd /builds/workspace/pharo-vm_PR-162/build/build/vmmaker/image && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /builds/workspace/pharo-vm_PR-162/build/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-build
[ 11%] Performing install step for 'build_vmmaker_get_image'
cd /builds/workspace/pharo-vm_PR-162/build/build/vmmaker/image && echo

cd /builds/workspace/pharo-vm_PR-162/build/build/vmmaker/image && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /builds/workspace/pharo-vm_PR-162/build/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-install
[ 11%] Completed 'build_vmmaker_get_image'
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /builds/workspace/pharo-vm_PR-162/build/CMakeFiles
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /builds/workspace/pharo-vm_PR-162/build/CMakeFiles/build_vmmaker_get_image-complete
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /builds/workspace/pharo-vm_PR-162/build/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-done
make[2]: Leaving directory '/builds/workspace/pharo-vm_PR-162/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_PR-162/build'
cd /builds/workspace/pharo-vm_PR-162/build && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_PR-162/repository /builds/workspace/pharo-vm_PR-162/repository /builds/workspace/pharo-vm_PR-162/build /builds/workspace/pharo-vm_PR-162/build /builds/workspace/pharo-vm_PR-162/build/CMakeFiles/libffi_copy.dir/DependInfo.cmake --color=
make[2]: Leaving directory '/builds/workspace/pharo-vm_PR-162/build'
make -f CMakeFiles/libffi_copy.dir/build.make CMakeFiles/libffi_copy.dir/build
make[2]: Entering directory '/builds/workspace/pharo-vm_PR-162/build'
[ 13%] Copying libffi binaries to '/builds/workspace/pharo-vm_PR-162/build/build/vm/'
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /builds/workspace/pharo-vm_PR-162/build/build/vm/libffi.so /builds/workspace/pharo-vm_PR-162/build/build/vm/
make[2]: Leaving directory '/builds/workspace/pharo-vm_PR-162/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_PR-162/build'
cd /builds/workspace/pharo-vm_PR-162/build && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_PR-162/repository /builds/workspace/pharo-vm_PR-162/repository /builds/workspace/pharo-vm_PR-162/build /builds/workspace/pharo-vm_PR-162/build /builds/workspace/pharo-vm_PR-162/build/CMakeFiles/PharoVMCore.dir/DependInfo.cmake --color=
make[2]: Leaving directory '/builds/workspace/pharo-vm_PR-162/build'
make -f CMakeFiles/PharoVMCore.dir/build.make CMakeFiles/PharoVMCore.dir/build
make[2]: Entering directory '/builds/workspace/pharo-vm_PR-162/build'
make[2]: Nothing to be done for 'CMakeFiles/PharoVMCore.dir/build'.
make[2]: Leaving directory '/builds/workspace/pharo-vm_PR-162/build'
[ 36%] Built target PharoVMCore
make -f CMakeFiles/FilePlugin.dir/build.make CMakeFiles/FilePlugin.dir/depend
make[2]: Entering directory '/builds/workspace/pharo-vm_PR-162/build'
cd /builds/workspace/pharo-vm_PR-162/build && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_PR-162/repository /builds/workspace/pharo-vm_PR-162/repository /builds/workspace/pharo-vm_PR-162/build /builds/workspace/pharo-vm_PR-162/build /builds/workspace/pharo-vm_PR-162/build/CMakeFiles/FilePlugin.dir/DependInfo.cmake --color=
make[2]: Leaving directory '/builds/workspace/pharo-vm_PR-162/build'
make -f CMakeFiles/FilePlugin.dir/build.make CMakeFiles/FilePlugin.dir/build
make[2]: Entering directory '/builds/workspace/pharo-vm_PR-162/build'
make[2]: Nothing to be done for 'CMakeFiles/FilePlugin.dir/build'.
make[2]: Leaving directory '/builds/workspace/pharo-vm_PR-162/build'
[ 40%] Built target FilePlugin
make -f CMakeFiles/UnixOSProcessPlugin.dir/build.make CMakeFiles/UnixOSProcessPlugin.dir/depend
make[2]: Entering directory '/builds/workspace/pharo-vm_PR-162/build'
cd /builds/workspace/pharo-vm_PR-162/build && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_PR-162/repository /builds/workspace/pharo-vm_PR-162/repository /builds/workspace/pharo-vm_PR-162/build /builds/workspace/pharo-vm_PR-162/build /builds/workspace/pharo-vm_PR-162/build/CMakeFiles/UnixOSProcessPlugin.dir/DependInfo.cmake --color=
make[2]: Leaving directory '/builds/workspace/pharo-vm_PR-162/build'
make -f CMakeFiles/UnixOSProcessPlugin.dir/build.make CMakeFiles/UnixOSProcessPlugin.dir/build
make[2]: Entering directory '/builds/workspace/pharo-vm_PR-162/build'
make[2]: Nothing to be done for 'CMakeFiles/UnixOSProcessPlugin.dir/build'.
make[2]: Leaving directory '/builds/workspace/pharo-vm_PR-162/build'
[ 42%] Built target UnixOSProcessPlugin
make -f CMakeFiles/DSAPrims.dir/build.make CMakeFiles/DSAPrims.dir/depend
make[2]: Entering directory '/builds/workspace/pharo-vm_PR-162/build'
cd /builds/workspace/pharo-vm_PR-162/build && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_PR-162/repository /builds/workspace/pharo-vm_PR-162/repository /builds/workspace/pharo-vm_PR-162/build /builds/workspace/pharo-vm_PR-162/build /builds/workspace/pharo-vm_PR-162/build/CMakeFiles/DSAPrims.dir/DependInfo.cmake --color=
make[2]: Leaving directory '/builds/workspace/pharo-vm_PR-162/build'
make -f CMakeFiles/DSAPrims.dir/build.make CMakeFiles/DSAPrims.dir/build
make[2]: Entering directory '/builds/workspace/pharo-vm_PR-162/build'
make[2]: Nothing to be done for 'CMakeFiles/DSAPrims.dir/build'.
make[2]: Leaving directory '/builds/workspace/pharo-vm_PR-162/build'
[ 43%] Built target DSAPrims
make -f CMakeFiles/SqueakSSL.dir/build.make CMakeFiles/SqueakSSL.dir/depend
make[2]: Entering directory '/builds/workspace/pharo-vm_PR-162/build'
cd /builds/workspace/pharo-vm_PR-162/build && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_PR-162/repository /builds/workspace/pharo-vm_PR-162/repository /builds/workspace/pharo-vm_PR-162/build /builds/workspace/pharo-vm_PR-162/build /builds/workspace/pharo-vm_PR-162/build/CMakeFiles/SqueakSSL.dir/DependInfo.cmake --color=
make[2]: Leaving directory '/builds/workspace/pharo-vm_PR-162/build'
make -f CMakeFiles/SqueakSSL.dir/build.make CMakeFiles/SqueakSSL.dir/build
make[2]: Entering directory '/builds/workspace/pharo-vm_PR-162/build'
make[2]: Nothing to be done for 'CMakeFiles/SqueakSSL.dir/build'.
make[2]: Leaving directory '/builds/workspace/pharo-vm_PR-162/build'
[ 45%] Built target SqueakSSL
make -f CMakeFiles/BitBltPlugin.dir/build.make CMakeFiles/BitBltPlugin.dir/depend
make[2]: Entering directory '/builds/workspace/pharo-vm_PR-162/build'
cd /builds/workspace/pharo-vm_PR-162/build && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_PR-162/repository /builds/workspace/pharo-vm_PR-162/repository /builds/workspace/pharo-vm_PR-162/build /builds/workspace/pharo-vm_PR-162/build /builds/workspace/pharo-vm_PR-162/build/CMakeFiles/BitBltPlugin.dir/DependInfo.cmake --color=
make[2]: Leaving directory '/builds/workspace/pharo-vm_PR-162/build'
make -f CMakeFiles/BitBltPlugin.dir/build.make CMakeFiles/BitBltPlugin.dir/build
make[2]: Entering directory '/builds/workspace/pharo-vm_PR-162/build'
make[2]: Nothing to be done for 'CMakeFiles/BitBltPlugin.dir/build'.
make[2]: Leaving directory '/builds/workspace/pharo-vm_PR-162/build'
[ 46%] Built target BitBltPlugin
make -f CMakeFiles/MiscPrimitivePlugin.dir/build.make CMakeFiles/MiscPrimitivePlugin.dir/depend
make[2]: Entering directory '/builds/workspace/pharo-vm_PR-162/build'
cd /builds/workspace/pharo-vm_PR-162/build && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_PR-162/repository /builds/workspace/pharo-vm_PR-162/repository /builds/workspace/pharo-vm_PR-162/build /builds/workspace/pharo-vm_PR-162/build /builds/workspace/pharo-vm_PR-162/build/CMakeFiles/MiscPrimitivePlugin.dir/DependInfo.cmake --color=
make[2]: Leaving directory '/builds/workspace/pharo-vm_PR-162/build'
make -f CMakeFiles/MiscPrimitivePlugin.dir/build.make CMakeFiles/MiscPrimitivePlugin.dir/build
make[2]: Entering directory '/builds/workspace/pharo-vm_PR-162/build'
make[2]: Nothing to be done for 'CMakeFiles/MiscPrimitivePlugin.dir/build'.
make[2]: Leaving directory '/builds/workspace/pharo-vm_PR-162/build'
[ 48%] 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_PR-162/build'
cd /builds/workspace/pharo-vm_PR-162/build && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_PR-162/repository /builds/workspace/pharo-vm_PR-162/repository /builds/workspace/pharo-vm_PR-162/build /builds/workspace/pharo-vm_PR-162/build /builds/workspace/pharo-vm_PR-162/build/CMakeFiles/SDL2-2.0.7.dir/DependInfo.cmake --color=
make[2]: Leaving directory '/builds/workspace/pharo-vm_PR-162/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_PR-162/build'
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /builds/workspace/pharo-vm_PR-162/build/SDL2-2.0.7-src/libSDL2-2.0.so.0 /builds/workspace/pharo-vm_PR-162/build/build/vm/
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /builds/workspace/pharo-vm_PR-162/build/SDL2-2.0.7-src/libSDL2-2.0.so.0.7.0 /builds/workspace/pharo-vm_PR-162/build/build/vm/
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /builds/workspace/pharo-vm_PR-162/build/SDL2-2.0.7-src/libSDL2.so /builds/workspace/pharo-vm_PR-162/build/build/vm/
make[2]: Leaving directory '/builds/workspace/pharo-vm_PR-162/build'
[ 48%] 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_PR-162/build'
cd /builds/workspace/pharo-vm_PR-162/build && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_PR-162/repository /builds/workspace/pharo-vm_PR-162/repository /builds/workspace/pharo-vm_PR-162/build /builds/workspace/pharo-vm_PR-162/build /builds/workspace/pharo-vm_PR-162/build/CMakeFiles/libssh2-1.7.0.dir/DependInfo.cmake --color=
make[2]: Leaving directory '/builds/workspace/pharo-vm_PR-162/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_PR-162/build'
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /builds/workspace/pharo-vm_PR-162/build/libssh2-1.7.0-src/libssh2.so /builds/workspace/pharo-vm_PR-162/build/build/vm/
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /builds/workspace/pharo-vm_PR-162/build/libssh2-1.7.0-src/libssh2.so.1 /builds/workspace/pharo-vm_PR-162/build/build/vm/
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /builds/workspace/pharo-vm_PR-162/build/libssh2-1.7.0-src/libssh2.so.1.0.1 /builds/workspace/pharo-vm_PR-162/build/build/vm/
make[2]: Leaving directory '/builds/workspace/pharo-vm_PR-162/build'
[ 48%] 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_PR-162/build'
cd /builds/workspace/pharo-vm_PR-162/build && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_PR-162/repository /builds/workspace/pharo-vm_PR-162/repository /builds/workspace/pharo-vm_PR-162/build /builds/workspace/pharo-vm_PR-162/build /builds/workspace/pharo-vm_PR-162/build/CMakeFiles/openssl-1.0.2q.dir/DependInfo.cmake --color=
make[2]: Leaving directory '/builds/workspace/pharo-vm_PR-162/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_PR-162/build'
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /builds/workspace/pharo-vm_PR-162/build/openssl-1.0.2q-src/libcrypto.so.1.0.0 /builds/workspace/pharo-vm_PR-162/build/build/vm/
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /builds/workspace/pharo-vm_PR-162/build/openssl-1.0.2q-src/libssl.so /builds/workspace/pharo-vm_PR-162/build/build/vm/
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /builds/workspace/pharo-vm_PR-162/build/openssl-1.0.2q-src/libssl.so.1.0.0 /builds/workspace/pharo-vm_PR-162/build/build/vm/
make[2]: Leaving directory '/builds/workspace/pharo-vm_PR-162/build'
[ 48%] 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_PR-162/build'
cd /builds/workspace/pharo-vm_PR-162/build && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_PR-162/repository /builds/workspace/pharo-vm_PR-162/repository /builds/workspace/pharo-vm_PR-162/build /builds/workspace/pharo-vm_PR-162/build /builds/workspace/pharo-vm_PR-162/build/CMakeFiles/libgit2-linux-1.0.0.dir/DependInfo.cmake --color=
make[2]: Leaving directory '/builds/workspace/pharo-vm_PR-162/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_PR-162/build'
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /builds/workspace/pharo-vm_PR-162/build/libgit2-linux-1.0.0-src/libgit2.1.0.0.so /builds/workspace/pharo-vm_PR-162/build/build/vm/
make[2]: Leaving directory '/builds/workspace/pharo-vm_PR-162/build'
[ 48%] 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_PR-162/build'
cd /builds/workspace/pharo-vm_PR-162/build && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_PR-162/repository /builds/workspace/pharo-vm_PR-162/repository /builds/workspace/pharo-vm_PR-162/build /builds/workspace/pharo-vm_PR-162/build /builds/workspace/pharo-vm_PR-162/build/CMakeFiles/LocalePlugin.dir/DependInfo.cmake --color=
make[2]: Leaving directory '/builds/workspace/pharo-vm_PR-162/build'
make -f CMakeFiles/LocalePlugin.dir/build.make CMakeFiles/LocalePlugin.dir/build
make[2]: Entering directory '/builds/workspace/pharo-vm_PR-162/build'
make[2]: Nothing to be done for 'CMakeFiles/LocalePlugin.dir/build'.
make[2]: Leaving directory '/builds/workspace/pharo-vm_PR-162/build'
[ 49%] 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_PR-162/build'
cd /builds/workspace/pharo-vm_PR-162/build && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_PR-162/repository /builds/workspace/pharo-vm_PR-162/repository /builds/workspace/pharo-vm_PR-162/build /builds/workspace/pharo-vm_PR-162/build /builds/workspace/pharo-vm_PR-162/build/CMakeFiles/libgit2-0.25.1.dir/DependInfo.cmake --color=
make[2]: Leaving directory '/builds/workspace/pharo-vm_PR-162/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_PR-162/build'
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /builds/workspace/pharo-vm_PR-162/build/libgit2-0.25.1-src/libgit2.so /builds/workspace/pharo-vm_PR-162/build/build/vm/
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /builds/workspace/pharo-vm_PR-162/build/libgit2-0.25.1-src/libgit2.so.0.25.1 /builds/workspace/pharo-vm_PR-162/build/build/vm/
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /builds/workspace/pharo-vm_PR-162/build/libgit2-0.25.1-src/libgit2.so.25 /builds/workspace/pharo-vm_PR-162/build/build/vm/
make[2]: Leaving directory '/builds/workspace/pharo-vm_PR-162/build'
[ 49%] 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_PR-162/build'
cd /builds/workspace/pharo-vm_PR-162/build && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_PR-162/repository /builds/workspace/pharo-vm_PR-162/repository /builds/workspace/pharo-vm_PR-162/build /builds/workspace/pharo-vm_PR-162/build /builds/workspace/pharo-vm_PR-162/build/CMakeFiles/FileAttributesPlugin.dir/DependInfo.cmake --color=
make[2]: Leaving directory '/builds/workspace/pharo-vm_PR-162/build'
make -f CMakeFiles/FileAttributesPlugin.dir/build.make CMakeFiles/FileAttributesPlugin.dir/build
make[2]: Entering directory '/builds/workspace/pharo-vm_PR-162/build'
make[2]: Nothing to be done for 'CMakeFiles/FileAttributesPlugin.dir/build'.
make[2]: Leaving directory '/builds/workspace/pharo-vm_PR-162/build'
[ 51%] Built target FileAttributesPlugin
make -f CMakeFiles/B2DPlugin.dir/build.make CMakeFiles/B2DPlugin.dir/depend
make[2]: Entering directory '/builds/workspace/pharo-vm_PR-162/build'
cd /builds/workspace/pharo-vm_PR-162/build && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_PR-162/repository /builds/workspace/pharo-vm_PR-162/repository /builds/workspace/pharo-vm_PR-162/build /builds/workspace/pharo-vm_PR-162/build /builds/workspace/pharo-vm_PR-162/build/CMakeFiles/B2DPlugin.dir/DependInfo.cmake --color=
make[2]: Leaving directory '/builds/workspace/pharo-vm_PR-162/build'
make -f CMakeFiles/B2DPlugin.dir/build.make CMakeFiles/B2DPlugin.dir/build
make[2]: Entering directory '/builds/workspace/pharo-vm_PR-162/build'
make[2]: Nothing to be done for 'CMakeFiles/B2DPlugin.dir/build'.
make[2]: Leaving directory '/builds/workspace/pharo-vm_PR-162/build'
[ 52%] Built target B2DPlugin
make -f CMakeFiles/SocketPlugin.dir/build.make CMakeFiles/SocketPlugin.dir/depend
make[2]: Entering directory '/builds/workspace/pharo-vm_PR-162/build'
cd /builds/workspace/pharo-vm_PR-162/build && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_PR-162/repository /builds/workspace/pharo-vm_PR-162/repository /builds/workspace/pharo-vm_PR-162/build /builds/workspace/pharo-vm_PR-162/build /builds/workspace/pharo-vm_PR-162/build/CMakeFiles/SocketPlugin.dir/DependInfo.cmake --color=
make[2]: Leaving directory '/builds/workspace/pharo-vm_PR-162/build'
make -f CMakeFiles/SocketPlugin.dir/build.make CMakeFiles/SocketPlugin.dir/build
make[2]: Entering directory '/builds/workspace/pharo-vm_PR-162/build'
make[2]: Nothing to be done for 'CMakeFiles/SocketPlugin.dir/build'.
make[2]: Leaving directory '/builds/workspace/pharo-vm_PR-162/build'
[ 54%] Built target SocketPlugin
make -f CMakeFiles/JPEGReadWriter2Plugin.dir/build.make CMakeFiles/JPEGReadWriter2Plugin.dir/depend
make[2]: Entering directory '/builds/workspace/pharo-vm_PR-162/build'
cd /builds/workspace/pharo-vm_PR-162/build && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_PR-162/repository /builds/workspace/pharo-vm_PR-162/repository /builds/workspace/pharo-vm_PR-162/build /builds/workspace/pharo-vm_PR-162/build /builds/workspace/pharo-vm_PR-162/build/CMakeFiles/JPEGReadWriter2Plugin.dir/DependInfo.cmake --color=
make[2]: Leaving directory '/builds/workspace/pharo-vm_PR-162/build'
make -f CMakeFiles/JPEGReadWriter2Plugin.dir/build.make CMakeFiles/JPEGReadWriter2Plugin.dir/build
make[2]: Entering directory '/builds/workspace/pharo-vm_PR-162/build'
make[2]: Nothing to be done for 'CMakeFiles/JPEGReadWriter2Plugin.dir/build'.
make[2]: Leaving directory '/builds/workspace/pharo-vm_PR-162/build'
[ 83%] Built target JPEGReadWriter2Plugin
make -f CMakeFiles/UUIDPlugin.dir/build.make CMakeFiles/UUIDPlugin.dir/depend
make[2]: Entering directory '/builds/workspace/pharo-vm_PR-162/build'
cd /builds/workspace/pharo-vm_PR-162/build && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_PR-162/repository /builds/workspace/pharo-vm_PR-162/repository /builds/workspace/pharo-vm_PR-162/build /builds/workspace/pharo-vm_PR-162/build /builds/workspace/pharo-vm_PR-162/build/CMakeFiles/UUIDPlugin.dir/DependInfo.cmake --color=
make[2]: Leaving directory '/builds/workspace/pharo-vm_PR-162/build'
make -f CMakeFiles/UUIDPlugin.dir/build.make CMakeFiles/UUIDPlugin.dir/build
make[2]: Entering directory '/builds/workspace/pharo-vm_PR-162/build'
make[2]: Nothing to be done for 'CMakeFiles/UUIDPlugin.dir/build'.
make[2]: Leaving directory '/builds/workspace/pharo-vm_PR-162/build'
[ 84%] Built target UUIDPlugin
make -f CMakeFiles/SurfacePlugin.dir/build.make CMakeFiles/SurfacePlugin.dir/depend
make[2]: Entering directory '/builds/workspace/pharo-vm_PR-162/build'
cd /builds/workspace/pharo-vm_PR-162/build && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_PR-162/repository /builds/workspace/pharo-vm_PR-162/repository /builds/workspace/pharo-vm_PR-162/build /builds/workspace/pharo-vm_PR-162/build /builds/workspace/pharo-vm_PR-162/build/CMakeFiles/SurfacePlugin.dir/DependInfo.cmake --color=
make[2]: Leaving directory '/builds/workspace/pharo-vm_PR-162/build'
make -f CMakeFiles/SurfacePlugin.dir/build.make CMakeFiles/SurfacePlugin.dir/build
make[2]: Entering directory '/builds/workspace/pharo-vm_PR-162/build'
make[2]: Nothing to be done for 'CMakeFiles/SurfacePlugin.dir/build'.
make[2]: Leaving directory '/builds/workspace/pharo-vm_PR-162/build'
[ 85%] Built target SurfacePlugin
make -f CMakeFiles/LargeIntegers.dir/build.make CMakeFiles/LargeIntegers.dir/depend
make[2]: Entering directory '/builds/workspace/pharo-vm_PR-162/build'
cd /builds/workspace/pharo-vm_PR-162/build && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_PR-162/repository /builds/workspace/pharo-vm_PR-162/repository /builds/workspace/pharo-vm_PR-162/build /builds/workspace/pharo-vm_PR-162/build /builds/workspace/pharo-vm_PR-162/build/CMakeFiles/LargeIntegers.dir/DependInfo.cmake --color=
make[2]: Leaving directory '/builds/workspace/pharo-vm_PR-162/build'
make -f CMakeFiles/LargeIntegers.dir/build.make CMakeFiles/LargeIntegers.dir/build
make[2]: Entering directory '/builds/workspace/pharo-vm_PR-162/build'
make[2]: Nothing to be done for 'CMakeFiles/LargeIntegers.dir/build'.
make[2]: Leaving directory '/builds/workspace/pharo-vm_PR-162/build'
[ 86%] Built target LargeIntegers
make -f CMakeFiles/JPEGReaderPlugin.dir/build.make CMakeFiles/JPEGReaderPlugin.dir/depend
make[2]: Entering directory '/builds/workspace/pharo-vm_PR-162/build'
cd /builds/workspace/pharo-vm_PR-162/build && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_PR-162/repository /builds/workspace/pharo-vm_PR-162/repository /builds/workspace/pharo-vm_PR-162/build /builds/workspace/pharo-vm_PR-162/build /builds/workspace/pharo-vm_PR-162/build/CMakeFiles/JPEGReaderPlugin.dir/DependInfo.cmake --color=
make[2]: Leaving directory '/builds/workspace/pharo-vm_PR-162/build'
make -f CMakeFiles/JPEGReaderPlugin.dir/build.make CMakeFiles/JPEGReaderPlugin.dir/build
make[2]: Entering directory '/builds/workspace/pharo-vm_PR-162/build'
make[2]: Nothing to be done for 'CMakeFiles/JPEGReaderPlugin.dir/build'.
make[2]: Leaving directory '/builds/workspace/pharo-vm_PR-162/build'
[ 88%] Built target JPEGReaderPlugin
make -f CMakeFiles/pharo.dir/build.make CMakeFiles/pharo.dir/depend
make[2]: Entering directory '/builds/workspace/pharo-vm_PR-162/build'
cd /builds/workspace/pharo-vm_PR-162/build && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_PR-162/repository /builds/workspace/pharo-vm_PR-162/repository /builds/workspace/pharo-vm_PR-162/build /builds/workspace/pharo-vm_PR-162/build /builds/workspace/pharo-vm_PR-162/build/CMakeFiles/pharo.dir/DependInfo.cmake --color=
make[2]: Leaving directory '/builds/workspace/pharo-vm_PR-162/build'
make -f CMakeFiles/pharo.dir/build.make CMakeFiles/pharo.dir/build
make[2]: Entering directory '/builds/workspace/pharo-vm_PR-162/build'
make[2]: Nothing to be done for 'CMakeFiles/pharo.dir/build'.
make[2]: Leaving directory '/builds/workspace/pharo-vm_PR-162/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 '/builds/workspace/pharo-vm_PR-162/build'
cd /builds/workspace/pharo-vm_PR-162/build && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_PR-162/repository /builds/workspace/pharo-vm_PR-162/repository /builds/workspace/pharo-vm_PR-162/build /builds/workspace/pharo-vm_PR-162/build /builds/workspace/pharo-vm_PR-162/build/CMakeFiles/build_vmmaker_get_vm.dir/DependInfo.cmake --color=
make[2]: Leaving directory '/builds/workspace/pharo-vm_PR-162/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_PR-162/build'
[ 91%] Performing update step for 'build_vmmaker_get_vm'
cd /builds/workspace/pharo-vm_PR-162/build/build/vmmaker/vm && echo

[ 91%] Performing configure step for 'build_vmmaker_get_vm'
cd /builds/workspace/pharo-vm_PR-162/build/build/vmmaker/vm && echo

cd /builds/workspace/pharo-vm_PR-162/build/build/vmmaker/vm && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /builds/workspace/pharo-vm_PR-162/build/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-configure
[ 92%] Performing build step for 'build_vmmaker_get_vm'
cd /builds/workspace/pharo-vm_PR-162/build/build/vmmaker/vm && echo

cd /builds/workspace/pharo-vm_PR-162/build/build/vmmaker/vm && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /builds/workspace/pharo-vm_PR-162/build/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-build
[ 92%] Performing install step for 'build_vmmaker_get_vm'
cd /builds/workspace/pharo-vm_PR-162/build/build/vmmaker/vm && echo

cd /builds/workspace/pharo-vm_PR-162/build/build/vmmaker/vm && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /builds/workspace/pharo-vm_PR-162/build/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-install
[ 93%] Completed 'build_vmmaker_get_vm'
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /builds/workspace/pharo-vm_PR-162/build/CMakeFiles
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /builds/workspace/pharo-vm_PR-162/build/CMakeFiles/build_vmmaker_get_vm-complete
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /builds/workspace/pharo-vm_PR-162/build/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-done
make[2]: Leaving directory '/builds/workspace/pharo-vm_PR-162/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 '/builds/workspace/pharo-vm_PR-162/build'
cd /builds/workspace/pharo-vm_PR-162/build && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_PR-162/repository /builds/workspace/pharo-vm_PR-162/repository/ffiTestLibrary /builds/workspace/pharo-vm_PR-162/build /builds/workspace/pharo-vm_PR-162/build/build/ffiTestLibrary /builds/workspace/pharo-vm_PR-162/build/build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/DependInfo.cmake --color=
make[2]: Leaving directory '/builds/workspace/pharo-vm_PR-162/build'
make -f build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/build.make build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/build
make[2]: Entering directory '/builds/workspace/pharo-vm_PR-162/build'
make[2]: Nothing to be done for 'build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/build'.
make[2]: Leaving directory '/builds/workspace/pharo-vm_PR-162/build'
[100%] Built target TestLibrary
make[1]: Leaving directory '/builds/workspace/pharo-vm_PR-162/build'
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_progress_start /builds/workspace/pharo-vm_PR-162/build/CMakeFiles 0
make -f CMakeFiles/Makefile2 preinstall
make[1]: Entering directory '/builds/workspace/pharo-vm_PR-162/build'
make[1]: Nothing to be done for 'preinstall'.
make[1]: Leaving directory '/builds/workspace/pharo-vm_PR-162/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
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_PR-162/build/build/packages/PharoVM-9.0.0-1181fa2-Linux-x86_64-Unspecified.zip generated.
CPack: - checksum file: /builds/workspace/pharo-vm_PR-162/build/build/packages/PharoVM-9.0.0-1181fa2-Linux-x86_64-Unspecified.zip.sha1 generated.
CPack: - package: /builds/workspace/pharo-vm_PR-162/build/build/packages/PharoVM-9.0.0-1181fa2-Linux-x86_64-bin.zip generated.
CPack: - checksum file: /builds/workspace/pharo-vm_PR-162/build/build/packages/PharoVM-9.0.0-1181fa2-Linux-x86_64-bin.zip.sha1 generated.
CPack: - package: /builds/workspace/pharo-vm_PR-162/build/build/packages/PharoVM-9.0.0-1181fa2-Linux-x86_64-c-src.zip generated.
CPack: - checksum file: /builds/workspace/pharo-vm_PR-162/build/build/packages/PharoVM-9.0.0-1181fa2-Linux-x86_64-c-src.zip.sha1 generated.
CPack: - package: /builds/workspace/pharo-vm_PR-162/build/build/packages/PharoVM-9.0.0-1181fa2-Linux-x86_64-include.zip generated.
CPack: - checksum file: /builds/workspace/pharo-vm_PR-162/build/build/packages/PharoVM-9.0.0-1181fa2-Linux-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_PR-162/build/build/packages/PharoVM-9.0.0-1181fa2ec-Windows-x86_64-Unspecified.tar.gz generated.
CPack: - checksum file: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/packages/PharoVM-9.0.0-1181fa2ec-Windows-x86_64-Unspecified.tar.gz.sha1 generated.
CPack: - package: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/packages/PharoVM-9.0.0-1181fa2ec-Windows-x86_64-bin.tar.gz generated.
CPack: - checksum file: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/packages/PharoVM-9.0.0-1181fa2ec-Windows-x86_64-bin.tar.gz.sha1 generated.
CPack: - package: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/packages/PharoVM-9.0.0-1181fa2ec-Windows-x86_64-c-src.tar.gz generated.
CPack: - checksum file: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/packages/PharoVM-9.0.0-1181fa2ec-Windows-x86_64-c-src.tar.gz.sha1 generated.
CPack: - package: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/packages/PharoVM-9.0.0-1181fa2ec-Windows-x86_64-include.tar.gz generated.
CPack: - checksum file: /cygdrive/c/builds/workspace/pharo-vm_PR-162/build/build/packages/PharoVM-9.0.0-1181fa2ec-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] }
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_PR-162/build/build/packages/PharoVM-9.0.0-1181fa2-Linux-x86_64-Unspecified.tar.gz generated.
CPack: - checksum file: /builds/workspace/pharo-vm_PR-162/build/build/packages/PharoVM-9.0.0-1181fa2-Linux-x86_64-Unspecified.tar.gz.sha1 generated.
CPack: - package: /builds/workspace/pharo-vm_PR-162/build/build/packages/PharoVM-9.0.0-1181fa2-Linux-x86_64-bin.tar.gz generated.
CPack: - checksum file: /builds/workspace/pharo-vm_PR-162/build/build/packages/PharoVM-9.0.0-1181fa2-Linux-x86_64-bin.tar.gz.sha1 generated.
CPack: - package: /builds/workspace/pharo-vm_PR-162/build/build/packages/PharoVM-9.0.0-1181fa2-Linux-x86_64-c-src.tar.gz generated.
CPack: - checksum file: /builds/workspace/pharo-vm_PR-162/build/build/packages/PharoVM-9.0.0-1181fa2-Linux-x86_64-c-src.tar.gz.sha1 generated.
CPack: - package: /builds/workspace/pharo-vm_PR-162/build/build/packages/PharoVM-9.0.0-1181fa2-Linux-x86_64-include.tar.gz generated.
CPack: - checksum file: /builds/workspace/pharo-vm_PR-162/build/build/packages/PharoVM-9.0.0-1181fa2-Linux-x86_64-include.tar.gz.sha1 generated.
[Pipeline] }
[Pipeline] // dir
[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
Still waiting to schedule task
Waiting for next available executor on ‘unix’
Running on pharo-ci-jenkins2-bootstrap-unix in /builds/workspace/pharo-vm_PR-162
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Upload)
[Pipeline] echo
[DO NO UPLOAD] In PR 162
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // node
[Pipeline] node
Running on pharo-ci-jenkins2-bootstrap-unix in /builds/workspace/pharo-vm_PR-162
[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/opensmalltalk-vm.git
 > git init /builds/workspace/pharo-vm_PR-162 # timeout=10
Fetching upstream changes from https://github.com/pharo-project/opensmalltalk-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 https://github.com/pharo-project/opensmalltalk-vm.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Using shallow fetch with depth 2
Merging remotes/origin/headless commit 42a6888edec2249901c8a5ee555e3a71bd56e906 into PR head commit 1181fa2ec3cb2642bb60622d6a5899ec91535504
Merge succeeded, producing 1181fa2ec3cb2642bb60622d6a5899ec91535504
Checking out Revision 1181fa2ec3cb2642bb60622d6a5899ec91535504 (PR-162)
Commit message: "- Fixing the compilation in C - Adding more events so it is correctly tracked all executions - Using the correct time to get real information without depending on the frequency of the heartbeat"
 > git config remote.origin.url https://github.com/pharo-project/opensmalltalk-vm.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/pharo-project/opensmalltalk-vm.git # timeout=10
Fetching upstream changes from https://github.com/pharo-project/opensmalltalk-vm.git
using GIT_ASKPASS to set credentials pharo-ci using token as pass
 > git fetch --tags --progress https://github.com/pharo-project/opensmalltalk-vm.git +refs/pull/162/head:refs/remotes/origin/PR-162 +refs/heads/headless:refs/remotes/origin/headless # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 1181fa2ec3cb2642bb60622d6a5899ec91535504 # timeout=10
 > git remote # timeout=10
 > git config --get remote.origin.url # timeout=10
using GIT_ASKPASS to set credentials pharo-ci using token as pass
 > git merge 42a6888edec2249901c8a5ee555e3a71bd56e906 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 1181fa2ec3cb2642bb60622d6a5899ec91535504 # timeout=10

GitHub has been notified of this commit’s build result

[Pipeline] unstash
[Pipeline] dir
Running in /builds/workspace/pharo-vm_PR-162/build
[Pipeline] {
[Pipeline] sh
+ wget http://files.pharo.org/vm/pharo-spur64/win/third-party/Gtk3.zip
--2021-03-10 12:39:27--  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.07M 6s
    50K .......... .......... .......... .......... ..........  0% 8.34M 4s
   100K .......... .......... .......... .......... ..........  0% 25.4M 3s
   150K .......... .......... .......... .......... ..........  0% 25.0M 3s
   200K .......... .......... .......... .......... ..........  1% 14.3M 2s
   250K .......... .......... .......... .......... ..........  1% 21.3M 2s
   300K .......... .......... .......... .......... ..........  1% 17.8M 2s
   350K .......... .......... .......... .......... ..........  1% 23.3M 2s
   400K .......... .......... .......... .......... ..........  1% 22.6M 2s
   450K .......... .......... .......... .......... ..........  2% 17.8M 2s
   500K .......... .......... .......... .......... ..........  2% 22.4M 2s
   550K .......... .......... .......... .......... ..........  2% 20.2M 2s
   600K .......... .......... .......... .......... ..........  2% 20.8M 2s
   650K .......... .......... .......... .......... ..........  2% 19.2M 2s
   700K .......... .......... .......... .......... ..........  3% 22.3M 2s
   750K .......... .......... .......... .......... ..........  3% 33.3M 2s
   800K .......... .......... .......... .......... ..........  3% 16.8M 1s
   850K .......... .......... .......... .......... ..........  3% 21.9M 1s
   900K .......... .......... .......... .......... ..........  3% 20.8M 1s
   950K .......... .......... .......... .......... ..........  4% 28.3M 1s
  1000K .......... .......... .......... .......... ..........  4% 16.6M 1s
  1050K .......... .......... .......... .......... ..........  4% 25.0M 1s
  1100K .......... .......... .......... .......... ..........  4% 22.1M 1s
  1150K .......... .......... .......... .......... ..........  4% 19.2M 1s
  1200K .......... .......... .......... .......... ..........  5% 19.5M 1s
  1250K .......... .......... .......... .......... ..........  5% 24.7M 1s
  1300K .......... .......... .......... .......... ..........  5% 15.4M 1s
  1350K .......... .......... .......... .......... ..........  5% 29.0M 1s
  1400K .......... .......... .......... .......... ..........  5% 16.1M 1s
  1450K .......... .......... .......... .......... ..........  6% 27.3M 1s
  1500K .......... .......... .......... .......... ..........  6% 20.8M 1s
  1550K .......... .......... .......... .......... ..........  6% 19.3M 1s
  1600K .......... .......... .......... .......... ..........  6% 20.2M 1s
  1650K .......... .......... .......... .......... ..........  6% 32.8M 1s
  1700K .......... .......... .......... .......... ..........  7% 17.0M 1s
  1750K .......... .......... .......... .......... ..........  7% 23.0M 1s
  1800K .......... .......... .......... .......... ..........  7% 21.9M 1s
  1850K .......... .......... .......... .......... ..........  7% 20.7M 1s
  1900K .......... .......... .......... .......... ..........  7% 20.3M 1s
  1950K .......... .......... .......... .......... ..........  8% 28.3M 1s
  2000K .......... .......... .......... .......... ..........  8% 20.6M 1s
  2050K .......... .......... .......... .......... ..........  8% 18.4M 1s
  2100K .......... .......... .......... .......... ..........  8% 26.7M 1s
  2150K .......... .......... .......... .......... ..........  8% 16.5M 1s
  2200K .......... .......... .......... .......... ..........  9% 23.1M 1s
  2250K .......... .......... .......... .......... ..........  9% 24.8M 1s
  2300K .......... .......... .......... .......... ..........  9% 30.3M 1s
  2350K .......... .......... .......... .......... ..........  9% 17.8M 1s
  2400K .......... .......... .......... .......... ..........  9% 23.9M 1s
  2450K .......... .......... .......... .......... .......... 10% 20.4M 1s
  2500K .......... .......... .......... .......... .......... 10% 19.7M 1s
  2550K .......... .......... .......... .......... .......... 10% 24.9M 1s
  2600K .......... .......... .......... .......... .......... 10% 15.8M 1s
  2650K .......... .......... .......... .......... .......... 10% 23.6M 1s
  2700K .......... .......... .......... .......... .......... 11% 26.7M 1s
  2750K .......... .......... .......... .......... .......... 11% 20.7M 1s
  2800K .......... .......... .......... .......... .......... 11% 25.0M 1s
  2850K .......... .......... .......... .......... .......... 11% 19.7M 1s
  2900K .......... .......... .......... .......... .......... 11% 23.9M 1s
  2950K .......... .......... .......... .......... .......... 12% 18.1M 1s
  3000K .......... .......... .......... .......... .......... 12% 21.7M 1s
  3050K .......... .......... .......... .......... .......... 12% 25.3M 1s
  3100K .......... .......... .......... .......... .......... 12% 22.1M 1s
  3150K .......... .......... .......... .......... .......... 12% 20.0M 1s
  3200K .......... .......... .......... .......... .......... 13% 25.9M 1s
  3250K .......... .......... .......... .......... .......... 13% 6.95M 1s
  3300K .......... .......... .......... .......... .......... 13%  217M 1s
  3350K .......... .......... .......... .......... .......... 13%  169M 1s
  3400K .......... .......... .......... .......... .......... 13% 8.48M 1s
  3450K .......... .......... .......... .......... .......... 14% 16.0M 1s
  3500K .......... .......... .......... .......... .......... 14% 30.6M 1s
  3550K .......... .......... .......... .......... .......... 14% 16.9M 1s
  3600K .......... .......... .......... .......... .......... 14% 23.6M 1s
  3650K .......... .......... .......... .......... .......... 14% 22.1M 1s
  3700K .......... .......... .......... .......... .......... 15% 22.4M 1s
  3750K .......... .......... .......... .......... .......... 15% 22.8M 1s
  3800K .......... .......... .......... .......... .......... 15% 20.7M 1s
  3850K .......... .......... .......... .......... .......... 15% 22.6M 1s
  3900K .......... .......... .......... .......... .......... 15% 22.5M 1s
  3950K .......... .......... .......... .......... .......... 16% 21.9M 1s
  4000K .......... .......... .......... .......... .......... 16% 19.3M 1s
  4050K .......... .......... .......... .......... .......... 16% 33.0M 1s
  4100K .......... .......... .......... .......... .......... 16% 17.4M 1s
  4150K .......... .......... .......... .......... .......... 16% 23.0M 1s
  4200K .......... .......... .......... .......... .......... 17% 22.4M 1s
  4250K .......... .......... .......... .......... .......... 17% 20.4M 1s
  4300K .......... .......... .......... .......... .......... 17% 24.0M 1s
  4350K .......... .......... .......... .......... .......... 17% 19.4M 1s
  4400K .......... .......... .......... .......... .......... 17% 33.8M 1s
  4450K .......... .......... .......... .......... .......... 18% 19.4M 1s
  4500K .......... .......... .......... .......... .......... 18% 23.8M 1s
  4550K .......... .......... .......... .......... .......... 18% 17.9M 1s
  4600K .......... .......... .......... .......... .......... 18% 22.1M 1s
  4650K .......... .......... .......... .......... .......... 18% 23.6M 1s
  4700K .......... .......... .......... .......... .......... 19% 22.8M 1s
  4750K .......... .......... .......... .......... .......... 19% 19.3M 1s
  4800K .......... .......... .......... .......... .......... 19% 20.4M 1s
  4850K .......... .......... .......... .......... .......... 19% 24.3M 1s
  4900K .......... .......... .......... .......... .......... 19% 21.5M 1s
  4950K .......... .......... .......... .......... .......... 20% 23.2M 1s
  5000K .......... .......... .......... .......... .......... 20% 27.0M 1s
  5050K .......... .......... .......... .......... .......... 20% 19.5M 1s
  5100K .......... .......... .......... .......... .......... 20% 29.1M 1s
  5150K .......... .......... .......... .......... .......... 21% 21.4M 1s
  5200K .......... .......... .......... .......... .......... 21% 25.6M 1s
  5250K .......... .......... .......... .......... .......... 21% 20.4M 1s
  5300K .......... .......... .......... .......... .......... 21% 20.7M 1s
  5350K .......... .......... .......... .......... .......... 21% 26.8M 1s
  5400K .......... .......... .......... .......... .......... 22% 19.4M 1s
  5450K .......... .......... .......... .......... .......... 22% 21.6M 1s
  5500K .......... .......... .......... .......... .......... 22% 20.3M 1s
  5550K .......... .......... .......... .......... .......... 22% 31.4M 1s
  5600K .......... .......... .......... .......... .......... 22% 19.4M 1s
  5650K .......... .......... .......... .......... .......... 23% 20.3M 1s
  5700K .......... .......... .......... .......... .......... 23% 22.9M 1s
  5750K .......... .......... .......... .......... .......... 23% 24.1M 1s
  5800K .......... .......... .......... .......... .......... 23% 22.7M 1s
  5850K .......... .......... .......... .......... .......... 23% 22.5M 1s
  5900K .......... .......... .......... .......... .......... 24% 21.7M 1s
  5950K .......... .......... .......... .......... .......... 24% 23.1M 1s
  6000K .......... .......... .......... .......... .......... 24% 22.6M 1s
  6050K .......... .......... .......... .......... .......... 24% 22.1M 1s
  6100K .......... .......... .......... .......... .......... 24% 21.9M 1s
  6150K .......... .......... .......... .......... .......... 25% 23.6M 1s
  6200K .......... .......... .......... .......... .......... 25% 22.5M 1s
  6250K .......... .......... .......... .......... .......... 25% 24.6M 1s
  6300K .......... .......... .......... .......... .......... 25% 25.5M 1s
  6350K .......... .......... .......... .......... .......... 25% 20.8M 1s
  6400K .......... .......... .......... .......... .......... 26% 21.8M 1s
  6450K .......... .......... .......... .......... .......... 26% 7.66M 1s
  6500K .......... .......... .......... .......... .......... 26%  212M 1s
  6550K .......... .......... .......... .......... .......... 26%  250M 1s
  6600K .......... .......... .......... .......... .......... 26% 8.55M 1s
  6650K .......... .......... .......... .......... .......... 27% 25.2M 1s
  6700K .......... .......... .......... .......... .......... 27% 30.1M 1s
  6750K .......... .......... .......... .......... .......... 27% 17.0M 1s
  6800K .......... .......... .......... .......... .......... 27% 22.9M 1s
  6850K .......... .......... .......... .......... .......... 27% 30.2M 1s
  6900K .......... .......... .......... .......... .......... 28% 18.5M 1s
  6950K .......... .......... .......... .......... .......... 28% 52.2M 1s
  7000K .......... .......... .......... .......... .......... 28% 16.6M 1s
  7050K .......... .......... .......... .......... .......... 28% 20.8M 1s
  7100K .......... .......... .......... .......... .......... 28% 27.0M 1s
  7150K .......... .......... .......... .......... .......... 29% 21.0M 1s
  7200K .......... .......... .......... .......... .......... 29% 22.9M 1s
  7250K .......... .......... .......... .......... .......... 29% 22.8M 1s
  7300K .......... .......... .......... .......... .......... 29% 32.1M 1s
  7350K .......... .......... .......... .......... .......... 29% 19.1M 1s
  7400K .......... .......... .......... .......... .......... 30% 22.4M 1s
  7450K .......... .......... .......... .......... .......... 30% 27.2M 1s
  7500K .......... .......... .......... .......... .......... 30% 20.4M 1s
  7550K .......... .......... .......... .......... .......... 30% 26.0M 1s
  7600K .......... .......... .......... .......... .......... 30% 22.2M 1s
  7650K .......... .......... .......... .......... .......... 31% 30.9M 1s
  7700K .......... .......... .......... .......... .......... 31% 18.1M 1s
  7750K .......... .......... .......... .......... .......... 31% 22.8M 1s
  7800K .......... .......... .......... .......... .......... 31% 27.2M 1s
  7850K .......... .......... .......... .......... .......... 31% 20.2M 1s
  7900K .......... .......... .......... .......... .......... 32% 26.8M 1s
  7950K .......... .......... .......... .......... .......... 32% 20.9M 1s
  8000K .......... .......... .......... .......... .......... 32% 25.0M 1s
  8050K .......... .......... .......... .......... .......... 32% 25.5M 1s
  8100K .......... .......... .......... .......... .......... 32% 20.8M 1s
  8150K .......... .......... .......... .......... .......... 33% 25.8M 1s
  8200K .......... .......... .......... .......... .......... 33% 22.4M 1s
  8250K .......... .......... .......... .......... .......... 33% 26.6M 1s
  8300K .......... .......... .......... .......... .......... 33% 20.7M 1s
  8350K .......... .......... .......... .......... .......... 33% 30.9M 1s
  8400K .......... .......... .......... .......... .......... 34% 19.1M 1s
  8450K .......... .......... .......... .......... .......... 34% 20.9M 1s
  8500K .......... .......... .......... .......... .......... 34% 29.4M 1s
  8550K .......... .......... .......... .......... .......... 34% 20.9M 1s
  8600K .......... .......... .......... .......... .......... 34% 26.7M 1s
  8650K .......... .......... .......... .......... .......... 35% 19.6M 1s
  8700K .......... .......... .......... .......... .......... 35% 35.6M 1s
  8750K .......... .......... .......... .......... .......... 35% 18.0M 1s
  8800K .......... .......... .......... .......... .......... 35% 25.9M 1s
  8850K .......... .......... .......... .......... .......... 35% 23.1M 1s
  8900K .......... .......... .......... .......... .......... 36% 20.3M 1s
  8950K .......... .......... .......... .......... .......... 36% 29.1M 1s
  9000K .......... .......... .......... .......... .......... 36% 19.9M 1s
  9050K .......... .......... .......... .......... .......... 36% 31.0M 1s
  9100K .......... .......... .......... .......... .......... 36% 20.2M 1s
  9150K .......... .......... .......... .......... .......... 37% 20.6M 1s
  9200K .......... .......... .......... .......... .......... 37% 27.0M 1s
  9250K .......... .......... .......... .......... .......... 37% 20.7M 1s
  9300K .......... .......... .......... .......... .......... 37% 23.7M 1s
  9350K .......... .......... .......... .......... .......... 37% 32.1M 1s
  9400K .......... .......... .......... .......... .......... 38% 24.5M 1s
  9450K .......... .......... .......... .......... .......... 38% 20.6M 1s
  9500K .......... .......... .......... .......... .......... 38% 26.3M 1s
  9550K .......... .......... .......... .......... .......... 38% 18.5M 1s
  9600K .......... .......... .......... .......... .......... 38% 24.0M 1s
  9650K .......... .......... .......... .......... .......... 39% 21.8M 1s
  9700K .......... .......... .......... .......... .......... 39% 23.8M 1s
  9750K .......... .......... .......... .......... .......... 39% 29.6M 1s
  9800K .......... .......... .......... .......... .......... 39% 21.5M 1s
  9850K .......... .......... .......... .......... .......... 39% 20.9M 1s
  9900K .......... .......... .......... .......... .......... 40% 26.4M 1s
  9950K .......... .......... .......... .......... .......... 40% 21.8M 1s
 10000K .......... .......... .......... .......... .......... 40% 21.3M 1s
 10050K .......... .......... .......... .......... .......... 40% 26.7M 1s
 10100K .......... .......... .......... .......... .......... 40% 29.7M 1s
 10150K .......... .......... .......... .......... .......... 41% 17.7M 1s
 10200K .......... .......... .......... .......... .......... 41% 32.3M 1s
 10250K .......... .......... .......... .......... .......... 41% 18.4M 1s
 10300K .......... .......... .......... .......... .......... 41% 24.7M 1s
 10350K .......... .......... .......... .......... .......... 42% 26.9M 1s
 10400K .......... .......... .......... .......... .......... 42% 19.9M 1s
 10450K .......... .......... .......... .......... .......... 42% 26.6M 1s
 10500K .......... .......... .......... .......... .......... 42% 27.5M 1s
 10550K .......... .......... .......... .......... .......... 42% 17.5M 1s
 10600K .......... .......... .......... .......... .......... 43% 23.8M 1s
 10650K .......... .......... .......... .......... .......... 43% 20.6M 1s
 10700K .......... .......... .......... .......... .......... 43% 25.4M 1s
 10750K .......... .......... .......... .......... .......... 43% 20.1M 1s
 10800K .......... .......... .......... .......... .......... 43% 30.7M 1s
 10850K .......... .......... .......... .......... .......... 44% 18.2M 1s
 10900K .......... .......... .......... .......... .......... 44% 40.8M 1s
 10950K .......... .......... .......... .......... .......... 44% 18.1M 1s
 11000K .......... .......... .......... .......... .......... 44% 22.6M 1s
 11050K .......... .......... .......... .......... .......... 44% 29.8M 1s
 11100K .......... .......... .......... .......... .......... 45% 18.6M 1s
 11150K .......... .......... .......... .......... .......... 45% 33.1M 1s
 11200K .......... .......... .......... .......... .......... 45% 19.1M 1s
 11250K .......... .......... .......... .......... .......... 45% 20.5M 1s
 11300K .......... .......... .......... .......... .......... 45% 30.6M 1s
 11350K .......... .......... .......... .......... .......... 46% 20.0M 1s
 11400K .......... .......... .......... .......... .......... 46% 25.5M 1s
 11450K .......... .......... .......... .......... .......... 46% 23.1M 1s
 11500K .......... .......... .......... .......... .......... 46% 27.9M 1s
 11550K .......... .......... .......... .......... .......... 46% 18.4M 1s
 11600K .......... .......... .......... .......... .......... 47% 39.9M 1s
 11650K .......... .......... .......... .......... .......... 47% 16.7M 1s
 11700K .......... .......... .......... .......... .......... 47% 23.4M 1s
 11750K .......... .......... .......... .......... .......... 47% 23.9M 1s
 11800K .......... .......... .......... .......... .......... 47% 23.7M 1s
 11850K .......... .......... .......... .......... .......... 48% 30.5M 1s
 11900K .......... .......... .......... .......... .......... 48% 18.3M 1s
 11950K .......... .......... .......... .......... .......... 48% 22.4M 1s
 12000K .......... .......... .......... .......... .......... 48% 25.9M 1s
 12050K .......... .......... .......... .......... .......... 48% 21.8M 1s
 12100K .......... .......... .......... .......... .......... 49% 27.6M 1s
 12150K .......... .......... .......... .......... .......... 49% 21.1M 1s
 12200K .......... .......... .......... .......... .......... 49% 27.7M 1s
 12250K .......... .......... .......... .......... .......... 49% 21.5M 1s
 12300K .......... .......... .......... .......... .......... 49% 27.9M 1s
 12350K .......... .......... .......... .......... .......... 50% 22.5M 1s
 12400K .......... .......... .......... .......... .......... 50% 18.6M 1s
 12450K .......... .......... .......... .......... .......... 50% 30.5M 1s
 12500K .......... .......... .......... .......... .......... 50% 19.6M 1s
 12550K .......... .......... .......... .......... .......... 50% 23.0M 1s
 12600K .......... .......... .......... .......... .......... 51% 22.8M 1s
 12650K .......... .......... .......... .......... .......... 51% 23.7M 1s
 12700K .......... .......... .......... .......... .......... 51% 25.5M 1s
 12750K .......... .......... .......... .......... .......... 51% 22.1M 1s
 12800K .......... .......... .......... .......... .......... 51% 22.7M 1s
 12850K .......... .......... .......... .......... .......... 52% 23.1M 1s
 12900K .......... .......... .......... .......... .......... 52% 33.9M 1s
 12950K .......... .......... .......... .......... .......... 52% 17.6M 1s
 13000K .......... .......... .......... .......... .......... 52% 30.2M 1s
 13050K .......... .......... .......... .......... .......... 52% 19.9M 1s
 13100K .......... .......... .......... .......... .......... 53% 23.6M 1s
 13150K .......... .......... .......... .......... .......... 53% 22.3M 1s
 13200K .......... .......... .......... .......... .......... 53% 25.5M 1s
 13250K .......... .......... .......... .......... .......... 53% 23.1M 1s
 13300K .......... .......... .......... .......... .......... 53% 25.2M 1s
 13350K .......... .......... .......... .......... .......... 54% 20.0M 1s
 13400K .......... .......... .......... .......... .......... 54% 26.6M 1s
 13450K .......... .......... .......... .......... .......... 54% 22.5M 1s
 13500K .......... .......... .......... .......... .......... 54% 31.4M 1s
 13550K .......... .......... .......... .......... .......... 54% 23.5M 1s
 13600K .......... .......... .......... .......... .......... 55% 20.9M 0s
 13650K .......... .......... .......... .......... .......... 55% 21.3M 0s
 13700K .......... .......... .......... .......... .......... 55% 22.1M 0s
 13750K .......... .......... .......... .......... .......... 55% 21.7M 0s
 13800K .......... .......... .......... .......... .......... 55% 25.8M 0s
 13850K .......... .......... .......... .......... .......... 56% 22.5M 0s
 13900K .......... .......... .......... .......... .......... 56% 23.4M 0s
 13950K .......... .......... .......... .......... .......... 56% 24.4M 0s
 14000K .......... .......... .......... .......... .......... 56% 27.7M 0s
 14050K .......... .......... .......... .......... .......... 56% 19.3M 0s
 14100K .......... .......... .......... .......... .......... 57% 25.5M 0s
 14150K .......... .......... .......... .......... .......... 57% 21.1M 0s
 14200K .......... .......... .......... .......... .......... 57% 29.4M 0s
 14250K .......... .......... .......... .......... .......... 57% 21.9M 0s
 14300K .......... .......... .......... .......... .......... 57% 20.0M 0s
 14350K .......... .......... .......... .......... .......... 58% 27.9M 0s
 14400K .......... .......... .......... .......... .......... 58% 33.2M 0s
 14450K .......... .......... .......... .......... .......... 58% 19.6M 0s
 14500K .......... .......... .......... .......... .......... 58% 19.7M 0s
 14550K .......... .......... .......... .......... .......... 58% 23.5M 0s
 14600K .......... .......... .......... .......... .......... 59% 22.6M 0s
 14650K .......... .......... .......... .......... .......... 59% 25.8M 0s
 14700K .......... .......... .......... .......... .......... 59% 24.3M 0s
 14750K .......... .......... .......... .......... .......... 59% 19.5M 0s
 14800K .......... .......... .......... .......... .......... 59% 25.8M 0s
 14850K .......... .......... .......... .......... .......... 60% 20.8M 0s
 14900K .......... .......... .......... .......... .......... 60% 32.3M 0s
 14950K .......... .......... .......... .......... .......... 60% 18.0M 0s
 15000K .......... .......... .......... .......... .......... 60% 34.4M 0s
 15050K .......... .......... .......... .......... .......... 60% 19.4M 0s
 15100K .......... .......... .......... .......... .......... 61% 47.5M 0s
 15150K .......... .......... .......... .......... .......... 61% 15.7M 0s
 15200K .......... .......... .......... .......... .......... 61% 21.1M 0s
 15250K .......... .......... .......... .......... .......... 61% 27.6M 0s
 15300K .......... .......... .......... .......... .......... 61% 21.7M 0s
 15350K .......... .......... .......... .......... .......... 62% 21.7M 0s
 15400K .......... .......... .......... .......... .......... 62% 24.4M 0s
 15450K .......... .......... .......... .......... .......... 62% 22.6M 0s
 15500K .......... .......... .......... .......... .......... 62% 22.5M 0s
 15550K .......... .......... .......... .......... .......... 63% 23.7M 0s
 15600K .......... .......... .......... .......... .......... 63% 22.8M 0s
 15650K .......... .......... .......... .......... .......... 63% 25.1M 0s
 15700K .......... .......... .......... .......... .......... 63% 29.6M 0s
 15750K .......... .......... .......... .......... .......... 63% 16.7M 0s
 15800K .......... .......... .......... .......... .......... 64% 24.1M 0s
 15850K .......... .......... .......... .......... .......... 64% 24.5M 0s
 15900K .......... .......... .......... .......... .......... 64% 21.1M 0s
 15950K .......... .......... .......... .......... .......... 64% 32.4M 0s
 16000K .......... .......... .......... .......... .......... 64% 18.0M 0s
 16050K .......... .......... .......... .......... .......... 65% 24.5M 0s
 16100K .......... .......... .......... .......... .......... 65% 25.0M 0s
 16150K .......... .......... .......... .......... .......... 65% 21.3M 0s
 16200K .......... .......... .......... .......... .......... 65% 26.2M 0s
 16250K .......... .......... .......... .......... .......... 65% 20.8M 0s
 16300K .......... .......... .......... .......... .......... 66% 23.0M 0s
 16350K .......... .......... .......... .......... .......... 66% 27.9M 0s
 16400K .......... .......... .......... .......... .......... 66% 20.4M 0s
 16450K .......... .......... .......... .......... .......... 66% 24.9M 0s
 16500K .......... .......... .......... .......... .......... 66% 21.4M 0s
 16550K .......... .......... .......... .......... .......... 67% 28.4M 0s
 16600K .......... .......... .......... .......... .......... 67% 22.3M 0s
 16650K .......... .......... .......... .......... .......... 67% 24.1M 0s
 16700K .......... .......... .......... .......... .......... 67% 23.0M 0s
 16750K .......... .......... .......... .......... .......... 67% 27.8M 0s
 16800K .......... .......... .......... .......... .......... 68% 23.5M 0s
 16850K .......... .......... .......... .......... .......... 68% 17.6M 0s
 16900K .......... .......... .......... .......... .......... 68% 23.7M 0s
 16950K .......... .......... .......... .......... .......... 68% 19.9M 0s
 17000K .......... .......... .......... .......... .......... 68% 22.5M 0s
 17050K .......... .......... .......... .......... .......... 69% 24.1M 0s
 17100K .......... .......... .......... .......... .......... 69% 24.9M 0s
 17150K .......... .......... .......... .......... .......... 69% 21.3M 0s
 17200K .......... .......... .......... .......... .......... 69% 22.2M 0s
 17250K .......... .......... .......... .......... .......... 69% 31.0M 0s
 17300K .......... .......... .......... .......... .......... 70% 19.0M 0s
 17350K .......... .......... .......... .......... .......... 70% 25.1M 0s
 17400K .......... .......... .......... .......... .......... 70% 22.8M 0s
 17450K .......... .......... .......... .......... .......... 70% 23.1M 0s
 17500K .......... .......... .......... .......... .......... 70% 26.3M 0s
 17550K .......... .......... .......... .......... .......... 71% 21.9M 0s
 17600K .......... .......... .......... .......... .......... 71% 26.1M 0s
 17650K .......... .......... .......... .......... .......... 71% 20.0M 0s
 17700K .......... .......... .......... .......... .......... 71% 30.6M 0s
 17750K .......... .......... .......... .......... .......... 71% 23.8M 0s
 17800K .......... .......... .......... .......... .......... 72% 20.3M 0s
 17850K .......... .......... .......... .......... .......... 72% 23.2M 0s
 17900K .......... .......... .......... .......... .......... 72% 20.7M 0s
 17950K .......... .......... .......... .......... .......... 72% 38.5M 0s
 18000K .......... .......... .......... .......... .......... 72% 17.3M 0s
 18050K .......... .......... .......... .......... .......... 73% 29.7M 0s
 18100K .......... .......... .......... .......... .......... 73% 19.1M 0s
 18150K .......... .......... .......... .......... .......... 73% 48.9M 0s
 18200K .......... .......... .......... .......... .......... 73% 16.5M 0s
 18250K .......... .......... .......... .......... .......... 73% 20.9M 0s
 18300K .......... .......... .......... .......... .......... 74% 23.8M 0s
 18350K .......... .......... .......... .......... .......... 74% 24.2M 0s
 18400K .......... .......... .......... .......... .......... 74% 22.9M 0s
 18450K .......... .......... .......... .......... .......... 74% 23.0M 0s
 18500K .......... .......... .......... .......... .......... 74% 22.5M 0s
 18550K .......... .......... .......... .......... .......... 75% 23.5M 0s
 18600K .......... .......... .......... .......... .......... 75% 22.9M 0s
 18650K .......... .......... .......... .......... .......... 75% 28.8M 0s
 18700K .......... .......... .......... .......... .......... 75% 20.1M 0s
 18750K .......... .......... .......... .......... .......... 75% 30.3M 0s
 18800K .......... .......... .......... .......... .......... 76% 20.2M 0s
 18850K .......... .......... .......... .......... .......... 76% 27.5M 0s
 18900K .......... .......... .......... .......... .......... 76% 24.4M 0s
 18950K .......... .......... .......... .......... .......... 76% 18.4M 0s
 19000K .......... .......... .......... .......... .......... 76% 27.7M 0s
 19050K .......... .......... .......... .......... .......... 77% 20.0M 0s
 19100K .......... .......... .......... .......... .......... 77% 34.0M 0s
 19150K .......... .......... .......... .......... .......... 77% 18.4M 0s
 19200K .......... .......... .......... .......... .......... 77% 29.3M 0s
 19250K .......... .......... .......... .......... .......... 77% 22.1M 0s
 19300K .......... .......... .......... .......... .......... 78% 19.4M 0s
 19350K .......... .......... .......... .......... .......... 78% 27.9M 0s
 19400K .......... .......... .......... .......... .......... 78% 20.4M 0s
 19450K .......... .......... .......... .......... .......... 78% 28.3M 0s
 19500K .......... .......... .......... .......... .......... 78% 19.5M 0s
 19550K .......... .......... .......... .......... .......... 79% 36.7M 0s
 19600K .......... .......... .......... .......... .......... 79% 18.0M 0s
 19650K .......... .......... .......... .......... .......... 79% 24.2M 0s
 19700K .......... .......... .......... .......... .......... 79% 21.8M 0s
 19750K .......... .......... .......... .......... .......... 79% 23.0M 0s
 19800K .......... .......... .......... .......... .......... 80% 33.9M 0s
 19850K .......... .......... .......... .......... .......... 80% 22.1M 0s
 19900K .......... .......... .......... .......... .......... 80% 22.2M 0s
 19950K .......... .......... .......... .......... .......... 80% 23.4M 0s
 20000K .......... .......... .......... .......... .......... 80% 19.1M 0s
 20050K .......... .......... .......... .......... .......... 81% 31.0M 0s
 20100K .......... .......... .......... .......... .......... 81% 24.6M 0s
 20150K .......... .......... .......... .......... .......... 81% 17.7M 0s
 20200K .......... .......... .......... .......... .......... 81% 22.6M 0s
 20250K .......... .......... .......... .......... .......... 81% 22.4M 0s
 20300K .......... .......... .......... .......... .......... 82% 26.1M 0s
 20350K .......... .......... .......... .......... .......... 82% 21.7M 0s
 20400K .......... .......... .......... .......... .......... 82% 24.9M 0s
 20450K .......... .......... .......... .......... .......... 82% 22.5M 0s
 20500K .......... .......... .......... .......... .......... 82% 26.1M 0s
 20550K .......... .......... .......... .......... .......... 83% 20.2M 0s
 20600K .......... .......... .......... .......... .......... 83% 23.0M 0s
 20650K .......... .......... .......... .......... .......... 83% 23.2M 0s
 20700K .......... .......... .......... .......... .......... 83% 23.0M 0s
 20750K .......... .......... .......... .......... .......... 84% 29.8M 0s
 20800K .......... .......... .......... .......... .......... 84% 20.8M 0s
 20850K .......... .......... .......... .......... .......... 84% 26.1M 0s
 20900K .......... .......... .......... .......... .......... 84% 20.6M 0s
 20950K .......... .......... .......... .......... .......... 84% 22.3M 0s
 21000K .......... .......... .......... .......... .......... 85% 23.4M 0s
 21050K .......... .......... .......... .......... .......... 85% 23.7M 0s
 21100K .......... .......... .......... .......... .......... 85% 27.8M 0s
 21150K .......... .......... .......... .......... .......... 85% 21.0M 0s
 21200K .......... .......... .......... .......... .......... 85% 21.5M 0s
 21250K .......... .......... .......... .......... .......... 86% 27.4M 0s
 21300K .......... .......... .......... .......... .......... 86% 27.4M 0s
 21350K .......... .......... .......... .......... .......... 86% 19.3M 0s
 21400K .......... .......... .......... .......... .......... 86% 21.4M 0s
 21450K .......... .......... .......... .......... .......... 86% 23.2M 0s
 21500K .......... .......... .......... .......... .......... 87% 26.2M 0s
 21550K .......... .......... .......... .......... .......... 87% 26.0M 0s
 21600K .......... .......... .......... .......... .......... 87% 21.6M 0s
 21650K .......... .......... .......... .......... .......... 87% 21.1M 0s
 21700K .......... .......... .......... .......... .......... 87% 27.5M 0s
 21750K .......... .......... .......... .......... .......... 88% 20.2M 0s
 21800K .......... .......... .......... .......... .......... 88% 25.7M 0s
 21850K .......... .......... .......... .......... .......... 88% 23.1M 0s
 21900K .......... .......... .......... .......... .......... 88% 29.8M 0s
 21950K .......... .......... .......... .......... .......... 88% 18.2M 0s
 22000K .......... .......... .......... .......... .......... 89% 31.1M 0s
 22050K .......... .......... .......... .......... .......... 89% 36.5M 0s
 22100K .......... .......... .......... .......... .......... 89% 14.0M 0s
 22150K .......... .......... .......... .......... .......... 89% 25.0M 0s
 22200K .......... .......... .......... .......... .......... 89% 22.8M 0s
 22250K .......... .......... .......... .......... .......... 90% 28.3M 0s
 22300K .......... .......... .......... .......... .......... 90% 21.5M 0s
 22350K .......... .......... .......... .......... .......... 90% 24.0M 0s
 22400K .......... .......... .......... .......... .......... 90% 24.6M 0s
 22450K .......... .......... .......... .......... .......... 90% 21.8M 0s
 22500K .......... .......... .......... .......... .......... 91% 24.8M 0s
 22550K .......... .......... .......... .......... .......... 91% 20.7M 0s
 22600K .......... .......... .......... .......... .......... 91% 30.6M 0s
 22650K .......... .......... .......... .......... .......... 91% 19.5M 0s
 22700K .......... .......... .......... .......... .......... 91% 30.2M 0s
 22750K .......... .......... .......... .......... .......... 92% 19.9M 0s
 22800K .......... .......... .......... .......... .......... 92% 20.8M 0s
 22850K .......... .......... .......... .......... .......... 92% 23.8M 0s
 22900K .......... .......... .......... .......... .......... 92% 23.0M 0s
 22950K .......... .......... .......... .......... .......... 92% 31.4M 0s
 23000K .......... .......... .......... .......... .......... 93% 19.0M 0s
 23050K .......... .......... .......... .......... .......... 93% 21.9M 0s
 23100K .......... .......... .......... .......... .......... 93% 22.0M 0s
 23150K .......... .......... .......... .......... .......... 93% 22.2M 0s
 23200K .......... .......... .......... .......... .......... 93% 22.3M 0s
 23250K .......... .......... .......... .......... .......... 94% 21.5M 0s
 23300K .......... .......... .......... .......... .......... 94% 32.1M 0s
 23350K .......... .......... .......... .......... .......... 94% 19.3M 0s
 23400K .......... .......... .......... .......... .......... 94% 21.9M 0s
 23450K .......... .......... .......... .......... .......... 94% 26.1M 0s
 23500K .......... .......... .......... .......... .......... 95% 20.9M 0s
 23550K .......... .......... .......... .......... .......... 95% 32.5M 0s
 23600K .......... .......... .......... .......... .......... 95% 19.0M 0s
 23650K .......... .......... .......... .......... .......... 95% 32.1M 0s
 23700K .......... .......... .......... .......... .......... 95% 18.8M 0s
 23750K .......... .......... .......... .......... .......... 96% 42.9M 0s
 23800K .......... .......... .......... .......... .......... 96% 15.1M 0s
 23850K .......... .......... .......... .......... .......... 96% 24.3M 0s
 23900K .......... .......... .......... .......... .......... 96% 27.1M 0s
 23950K .......... .......... .......... .......... .......... 96% 22.1M 0s
 24000K .......... .......... .......... .......... .......... 97% 26.2M 0s
 24050K .......... .......... .......... .......... .......... 97% 19.3M 0s
 24100K .......... .......... .......... .......... .......... 97% 32.6M 0s
 24150K .......... .......... .......... .......... .......... 97% 20.3M 0s
 24200K .......... .......... .......... .......... .......... 97% 20.5M 0s
 24250K .......... .......... .......... .......... .......... 98% 32.4M 0s
 24300K .......... .......... .......... .......... .......... 98% 20.4M 0s
 24350K .......... .......... .......... .......... .......... 98% 24.1M 0s
 24400K .......... .......... .......... .......... .......... 98% 20.5M 0s
 24450K .......... .......... .......... .......... .......... 98% 30.0M 0s
 24500K .......... .......... .......... .......... .......... 99% 21.6M 0s
 24550K .......... .......... .......... .......... .......... 99% 20.7M 0s
 24600K .......... .......... .......... .......... .......... 99% 26.4M 0s
 24650K .......... .......... .......... .......... .......... 99% 20.5M 0s
 24700K .......... .......... .......... .......... .......... 99% 33.1M 0s
 24750K .........                                             100%  220M=1.1s

2021-03-10 12:39:28 (22.4 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.0-1181fa2ec-Windows-x86_64-bin.zip -d ./bundleGTK
Archive:  build/packages/PharoVM-9.0.0-1181fa2ec-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/PharoConsole.exe  
  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_PR-162/build/bundleGTK
[Pipeline] {
[Pipeline] sh
+ zip -r -9 ../PharoVM-8.1.0-GTK-1181fa2e-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 PharoConsole.exe 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 73%)
  adding: PharoConsole.exe (deflated 72%)
  adding: PharoVMCore.dll (deflated 71%)
  adding: SDL2.dll (deflated 76%)
  adding: SocketPlugin.dll (deflated 70%)
  adding: SqueakSSL.dll (deflated 69%)
  adding: SurfacePlugin.dll (deflated 72%)
  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 89%)
  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] node
[Pipeline] node
[Pipeline] node
Running on pharo-ci-jenkins2-osx2 in /builds/workspace/pharo-vm_PR-162
Running on pharo-ci-jenkins2-win10 in C:\builds\workspace\pharo-vm_PR-162
[Pipeline] {
[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...
[Pipeline] cleanWs
[WS-CLEANUP] done
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[WS-CLEANUP] done
[Pipeline] stage
[Pipeline] { (Tests-Darwin-x86_64-CoInterpreter)
[Pipeline] stage
[Pipeline] { (Tests-Windows-x86_64-CoInterpreter)
[Pipeline] unstash
[Pipeline] unstash
[Pipeline] sh
+ mkdir runTests
[Pipeline] dir
Running in /builds/workspace/pharo-vm_PR-162/runTests
[Pipeline] {
[Pipeline] sh
+ wget -O - get.pharo.org/64/90
+ bash
--2021-03-10 12:39:49--  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: 3244 (3.2K)
Saving to: ‘STDOUT’

     0K ...                                                   100%  238M=0s

2021-03-10 12:39:49 (238 MB/s) - written to stdout [3244/3244]

Downloading the latest 90 Image:
    http://files.pharo.org/get-files/90/pharo64.zip
Pharo.image
[Pipeline] bat
[Pipeline] sh

ci@WIN10-CI C:\builds\workspace\pharo-vm_PR-162>mkdir runTests 
[Pipeline] dir
Running in C:\builds\workspace\pharo-vm_PR-162\runTests
+ echo 90
[Pipeline] {
[Pipeline] bat
[Pipeline] sh

ci@WIN10-CI C:\builds\workspace\pharo-vm_PR-162\runTests>wget -O - get.pharo.org/64/90   | bash  
--2021-03-10 03:39:51--  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: 3244 (3.2K)
Saving to: 'STDOUT'

     0K ...                                                   100% 37.7M=0s

2021-03-10 03:39:51 (37.7 MB/s) - written to stdout [3244/3244]

+ unzip ../build/build/packages/PharoVM-9.0.0-1181fa2ec-Darwin-x86_64-bin.zip -d .
Archive:  ../build/build/packages/PharoVM-9.0.0-1181fa2ec-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  
Downloading the latest 90 Image:
    http://files.pharo.org/get-files/90/pharo64.zip
[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 '.*'
[DEBUG] 2021-03-10 12:39:53.000 logParameters (src/parameters.c:279):Image file name: Pharo.image
[DEBUG] 2021-03-10 12:39:53.000 logParameters (src/parameters.c:280):Is default Image: no
[DEBUG] 2021-03-10 12:39:53.000 logParameters (src/parameters.c:281):Is interactive session: no
[DEBUG] 2021-03-10 12:39:53.000 logParameterVector (src/parameters.c:269):vmParameters [count = 3]:
[DEBUG] 2021-03-10 12:39:53.000 logParameterVector (src/parameters.c:272): ./Pharo.app/Contents/MacOS/Pharo
[DEBUG] 2021-03-10 12:39:53.000 logParameterVector (src/parameters.c:272): --logLevel=4
[DEBUG] 2021-03-10 12:39:53.000 logParameterVector (src/parameters.c:272): --headless
[DEBUG] 2021-03-10 12:39:53.000 logParameterVector (src/parameters.c:269):imageParameters [count = 4]:
[DEBUG] 2021-03-10 12:39:53.000 logParameterVector (src/parameters.c:272): test
[DEBUG] 2021-03-10 12:39:53.000 logParameterVector (src/parameters.c:272): --junit-xml-output
[DEBUG] 2021-03-10 12:39:53.000 logParameterVector (src/parameters.c:272): --stage-name=Tests-Darwin-x86_64-CoInterpreter
[DEBUG] 2021-03-10 12:39:53.000 logParameterVector (src/parameters.c:272): .*
[INFO ] 2021-03-10 12:39:53.000 vm_main_with_parameters (src/client.c:110):Opening Image: Pharo.image
[DEBUG] 2021-03-10 12:39:53.000 vm_main_with_parameters (src/client.c:132):Working Directory /System/Volumes/Data/builds/workspace/pharo-vm_PR-162/runTests
[DEBUG] 2021-03-10 12:39:53.000 vm_main_with_parameters (src/client.c:134):sizeof(int): 4
[DEBUG] 2021-03-10 12:39:53.000 vm_main_with_parameters (src/client.c:135):sizeof(long): 8
[DEBUG] 2021-03-10 12:39:53.000 vm_main_with_parameters (src/client.c:136):sizeof(long long): 8
[DEBUG] 2021-03-10 12:39:53.000 vm_main_with_parameters (src/client.c:137):sizeof(void*): 8
[DEBUG] 2021-03-10 12:39:53.000 vm_main_with_parameters (src/client.c:138):sizeof(sqInt): 8
[DEBUG] 2021-03-10 12:39:53.000 vm_main_with_parameters (src/client.c:139):sizeof(sqLong): 8
[DEBUG] 2021-03-10 12:39:53.000 vm_main_with_parameters (src/client.c:140):sizeof(float): 4
[DEBUG] 2021-03-10 12:39:53.000 vm_main_with_parameters (src/client.c:141):sizeof(double): 8
[DEBUG] 2021-03-10 12:39:53.000 runOnMainThread (src/client.c:256):Running VM on main thread
[DEBUG] 2021-03-10 12:39:53.000 sqAllocateMemory (src/memoryUnix.c:107):Trying to load the image in 0x3255000
[DEBUG] 2021-03-10 12:39:53.000 sqAllocateMemory (src/memoryUnix.c:149):Loading the image in 0x102ec8000
[WARN ] 2021-03-10 12:39:53.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: SecurityPlugin
[WARN ] 2021-03-10 12:39:53.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveTimezoneOffset
[WARN ] 2021-03-10 12:39:54.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveFileMasks
[WARN ] 2021-03-10 12:39:54.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveDirectoryDelimitor
[WARN ] 2021-03-10 12:39:54.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: InternetConfigPlugin
[WARN ] 2021-03-10 12:39:54.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveResolverStatus
[WARN ] 2021-03-10 12:39:54.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveResolverLocalAddress
[WARN ] 2021-03-10 12:39:54.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveResolverHostNameSize
[WARN ] 2021-03-10 12:39:54.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveResolverHostNameResult
[WARN ] 2021-03-10 12:39:54.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: MD5Plugin
[WARN ] 2021-03-10 12:39:54.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveFileStdioHandles
[WARN ] 2021-03-10 12:39:54.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: SDL2DisplayPlugin
Running tests in 772 Packages
[WARN ] 2021-03-10 12:39:54.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: FloatArrayPlugin
Pharo.image
[Pipeline] bat

ci@WIN10-CI C:\builds\workspace\pharo-vm_PR-162\runTests>echo 90  1>pharo.version 
[Pipeline] echo
Executing: #!c:\tools\cygwin\bin\bash --login
    cd `cygpath "C:\builds\workspace\pharo-vm_PR-162"`
    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.0-1181fa2ec-Windows-x86_64-bin.zip -d .
Archive:  ../build/build/packages/PharoVM-9.0.0-1181fa2ec-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: ./PharoConsole.exe      
  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_PR-162"`
    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] 2021-03-10 11:39:58.000 logParameters (src/parameters.c:279):Image file name: Pharo.image
[DEBUG] 2021-03-10 11:39:58.000 logParameters (src/parameters.c:280):Is default Image: no
[DEBUG] 2021-03-10 11:39:58.000 logParameters (src/parameters.c:281):Is interactive session: no
[DEBUG] 2021-03-10 11:39:58.000 logParameterVector (src/parameters.c:269):vmParameters [count = 3]:
[DEBUG] 2021-03-10 11:39:58.000 logParameterVector (src/parameters.c:272): C:\builds\workspace\pharo-vm_PR-162\runTests\PharoConsole.exe
[DEBUG] 2021-03-10 11:39:58.000 logParameterVector (src/parameters.c:272): --logLevel=4
[DEBUG] 2021-03-10 11:39:58.000 logParameterVector (src/parameters.c:272): --headless
[DEBUG] 2021-03-10 11:39:58.000 logParameterVector (src/parameters.c:269):imageParameters [count = 4]:
[DEBUG] 2021-03-10 11:39:58.000 logParameterVector (src/parameters.c:272): test
[DEBUG] 2021-03-10 11:39:58.000 logParameterVector (src/parameters.c:272): --junit-xml-output
[DEBUG] 2021-03-10 11:39:58.000 logParameterVector (src/parameters.c:272): --stage-name=Tests-Windows-x86_64-CoInterpreter
[DEBUG] 2021-03-10 11:39:58.000 logParameterVector (src/parameters.c:272): .*
[INFO ] 2021-03-10 11:39:58.000 vm_main_with_parameters (src/client.c:110):Opening Image: Pharo.image
[DEBUG] 2021-03-10 11:39:58.000 vm_main_with_parameters (src/client.c:132):Working Directory C:\builds\workspace\pharo-vm_PR-162\runTests
[DEBUG] 2021-03-10 11:39:58.000 vm_main_with_parameters (src/client.c:134):sizeof(int): 4
[DEBUG] 2021-03-10 11:39:58.000 vm_main_with_parameters (src/client.c:135):sizeof(long): 4
[DEBUG] 2021-03-10 11:39:58.000 vm_main_with_parameters (src/client.c:136):sizeof(long long): 8
[DEBUG] 2021-03-10 11:39:58.000 vm_main_with_parameters (src/client.c:137):sizeof(void*): 8
[DEBUG] 2021-03-10 11:39:58.000 vm_main_with_parameters (src/client.c:138):sizeof(sqInt): 8
[DEBUG] 2021-03-10 11:39:58.000 vm_main_with_parameters (src/client.c:139):sizeof(sqLong): 8
[DEBUG] 2021-03-10 11:39:58.000 vm_main_with_parameters (src/client.c:140):sizeof(float): 4
[DEBUG] 2021-03-10 11:39:58.000 vm_main_with_parameters (src/client.c:141):sizeof(double): 8
[DEBUG] 2021-03-10 11:39:58.000 runOnMainThread (src/client.c:256):Running VM on main thread
[DEBUG] 2021-03-10 11:39:58.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading  SecurityPlugin
[DEBUG] 2021-03-10 11:39:58.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading  SecurityPlugin.dll
[DEBUG] 2021-03-10 11:39:58.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading  libSecurityPlugin.dll
[WARN ] 2021-03-10 11:39:58.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: SecurityPlugin
[WARN ] 2021-03-10 11:39:58.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol setInterpreter: T
[WARN ] 2021-03-10 11:39:58.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL
[WARN ] 2021-03-10 11:39:58.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol setInterpreter: T
[DEBUG] 2021-03-10 11:39:58.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading  LargeIntegers
[WARN ] 2021-03-10 11:39:58.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol initialiseModule: T
[DEBUG] 2021-03-10 11:39:58.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading  LocalePlugin
[WARN ] 2021-03-10 11:39:58.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveTimezoneOffsetAccessorDepth: T
[WARN ] 2021-03-10 11:39:58.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveTimezoneOffset
[DEBUG] 2021-03-10 11:39:58.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading  MiscPrimitivePlugin
[WARN ] 2021-03-10 11:39:58.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol initialiseModule: T
[WARN ] 2021-03-10 11:39:58.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveInitilizeCallbacks: T
[WARN ] 2021-03-10 11:39:58.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL
[WARN ] 2021-03-10 11:39:58.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveInitilizeCallbacksAccessorDepth: T
[WARN ] 2021-03-10 11:39:58.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL
[DEBUG] 2021-03-10 11:39:58.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading  FileAttributesPlugin
[WARN ] 2021-03-10 11:39:59.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveFileMasksAccessorDepth: T
[WARN ] 2021-03-10 11:39:59.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveFileMasks
[WARN ] 2021-03-10 11:39:59.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveInterpreterSourceVersion: T
[WARN ] 2021-03-10 11:39:59.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL
[WARN ] 2021-03-10 11:39:59.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveInterpreterSourceVersion: T
[DEBUG] 2021-03-10 11:39:59.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading  FilePlugin
[WARN ] 2021-03-10 11:39:59.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveDirectoryDelimitorAccessorDepth: T
[WARN ] 2021-03-10 11:39:59.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveDirectoryDelimitor
[DEBUG] 2021-03-10 11:39:59.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading  SocketPlugin
[WARN ] 2021-03-10 11:39:59.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveResolverStatusAccessorDepth: T
[WARN ] 2021-03-10 11:39:59.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveResolverStatus
[WARN ] 2021-03-10 11:39:59.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveResolverLocalAddressAccessorDepth: T
[WARN ] 2021-03-10 11:39:59.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveResolverLocalAddress
[WARN ] 2021-03-10 11:39:59.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveResolverHostNameSizeAccessorDepth: T
[WARN ] 2021-03-10 11:39:59.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveResolverHostNameSize
[WARN ] 2021-03-10 11:39:59.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveResolverHostNameResultAccessorDepth: T
[WARN ] 2021-03-10 11:39:59.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveResolverHostNameResult
[DEBUG] 2021-03-10 11:39:59.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading  MD5Plugin
[DEBUG] 2021-03-10 11:39:59.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading  MD5Plugin.dll
[DEBUG] 2021-03-10 11:39:59.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading  libMD5Plugin.dll
[WARN ] 2021-03-10 11:39:59.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: MD5Plugin
[WARN ] 2021-03-10 11:39:59.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol setInterpreter: T
[WARN ] 2021-03-10 11:39:59.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL
[WARN ] 2021-03-10 11:39:59.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol setInterpreter: T
[WARN ] 2021-03-10 11:39:59.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T
[WARN ] 2021-03-10 11:39:59.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL
[WARN ] 2021-03-10 11:39:59.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveGetAddressOfOOP: T
[WARN ] 2021-03-10 11:39:59.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL
[WARN ] 2021-03-10 11:39:59.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveGetAddressOfOOPAccessorDepth: T
[WARN ] 2021-03-10 11:39:59.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL
[WARN ] 2021-03-10 11:39:59.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveFillBasicType: T
[WARN ] 2021-03-10 11:39:59.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL
[WARN ] 2021-03-10 11:39:59.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveFillBasicTypeAccessorDepth: T
[WARN ] 2021-03-10 11:39:59.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL
[WARN ] 2021-03-10 11:39:59.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveTypeByteSize: T
[WARN ] 2021-03-10 11:39:59.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL
[WARN ] 2021-03-10 11:39:59.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveTypeByteSizeAccessorDepth: T
[WARN ] 2021-03-10 11:39:59.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL
[WARN ] 2021-03-10 11:39:59.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveDefineFunction: T
[WARN ] 2021-03-10 11:39:59.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL
[WARN ] 2021-03-10 11:39:59.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveDefineFunctionAccessorDepth: T
[WARN ] 2021-03-10 11:39:59.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL
[DEBUG] 2021-03-10 11:39:59.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading  Kernel32
[DEBUG] 2021-03-10 11:39:59.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading  C:\builds\workspace\pharo-vm_PR-162\runTests\libgit2-1-0-0.dll
[WARN ] 2021-03-10 11:39:59.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveFileStdioHandlesAccessorDepth: T
[WARN ] 2021-03-10 11:39:59.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveFileStdioHandles
[DEBUG] 2021-03-10 11:39:59.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading  SDL2DisplayPlugin
[DEBUG] 2021-03-10 11:39:59.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading  SDL2DisplayPlugin.dll
[DEBUG] 2021-03-10 11:39:59.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading  libSDL2DisplayPlugin.dll
[WARN ] 2021-03-10 11:39:59.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: SDL2DisplayPlugin
[WARN ] 2021-03-10 11:39:59.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol setInterpreter: T
[WARN ] 2021-03-10 11:39:59.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL
[WARN ] 2021-03-10 11:39:59.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol setInterpreter: T
[DEBUG] 2021-03-10 11:39:59.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading  SDL2
Running tests in 772 Packages
Still waiting to schedule task
Waiting for next available executor on ‘Linux-x86_64[DEBUG] 2021-03-10 11:39:59.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading  BitBltPlugin
[DEBUG] 2021-03-10 11:39:59.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading  B2DPlugin
[DEBUG] 2021-03-10 11:39:59.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading  FloatArrayPlugin
[DEBUG] 2021-03-10 11:39:59.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading  FloatArrayPlugin.dll
[DEBUG] 2021-03-10 11:39:59.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading  libFloatArrayPlugin.dll
[WARN ] 2021-03-10 11:39:59.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: FloatArrayPlugin
[WARN ] 2021-03-10 11:39:59.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol setInterpreter: T
[WARN ] 2021-03-10 11:39:59.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL
[WARN ] 2021-03-10 11:39:59.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol setInterpreter: T
[DEBUG] 2021-03-10 11:39:59.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading  libfreetype-6.dll
[DEBUG] 2021-03-10 11:40:00.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)
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 ] 2021-03-10 12:42:02.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: ZipPlugin
[WARN ] 2021-03-10 12:42:02.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: ZipPlugin
[WARN ] 2021-03-10 12:42:02.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: ZipPlugin
[WARN ] 2021-03-10 12:42:02.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: ZipPlugin
\\
Segmentation fault Wed Mar 10 12:42:10 2021


/System/Volumes/Data/builds/workspace/pharo-vm_PR-162/runTests/Pharo.app/Contents/MacOS/Pharo
PharoVM version:5.0-Pharo 9.0.0 built on Mar 10 2021 11:56:06 Compiler: 4.2.1 Compatible Apple LLVM 11.0.3 (clang-1103.0.32.29) 4.2.1 Compatible Apple LLVM 11.0.3 (clang-1103.0.32.29) [Production Spur 64-bit VM]
Built from: CoInterpreter VMMaker-tonel.1 uuid: 5a936737-8e79-0d00-8c26-95ea0b709faa Mar 10 2021
 With:StackToRegisterMappingCogit VMMaker-tonel.1 uuid: 5a936737-8e79-0d00-8c26-95ea0b709faa Mar 10 2021
 Revision: v8.1.0-alpha-1508-g1181fa2ec - Commit: 1181fa2ec - Date: 2021-03-10 11:45:06 +0100

C stack backtrace & registers:
	rax 0x00007fae44008800 rbx 0x0000000102db76e0 rcx 0x30578b4808798b48 rdx 0x0000000000000000
	rdi 0x0000000102fc93c8 rsi 0x0000000102fc93c8 rbp 0x00007ffeecef76f0 rsp 0x00007ffeecef76f0
	r8  0x000000010461dc00 r9  0x000000010492c450 r10 0x00007fff95465df8 r11 0x00007fff95465df0
	r12 0x0000000102e50b78 r13 0x00007ffeecf295a8 r14 0x000000010492c450 r15 0x0000000103026000
	rip 0x0000000102cd831f
*0   libPharoVMCore.dylib                0x0000000102cd831f recordMethodActivatedAfterStackCheckOffset + 15
1   libPharoVMCore.dylib                0x0000000102d8e429 reportStackState + 313
2   libPharoVMCore.dylib                0x0000000102d8e2c7 doReport + 183
3   libPharoVMCore.dylib                0x0000000102d8efad sigsegv + 77
4   libsystem_platform.dylib            0x00007fff6eadb5fd _sigtramp + 29
5   ???                                 0x0058000000000001 0x0 + 24769797950537729
6   libPharoVMCore.dylib                0x0000000102d37fe7 ceStackOverflow + 55
7   ???                                 0x0000000102ec84c4 0x0 + 4344022212
8   ???                                 0x00007ffeecef6cc0 0x0 + 140732873534656

Can't dump Smalltalk stack(s). Not in VM thread

Most recent primitives
=
compare:with:collated:
=
basicNew
stringHash:initialHash:
compare:with:collated:
**StackOverflow**
**StackOverflow**
basicNew
**StackOverflow**
stringHash:initialHash:
compare:with:collated:
**StackOverflow**
**StackOverflow**
**StackOverflow**
stringHash:initialHash:
compare:with:collated:
stringHash:initialHash:
compare:with:collated:
stringHash:initialHash:
stringHash:initialHash:
compare:with:collated:
basicNew
stringHash:initialHash:
compare:with:collated:
indexOfAscii:inString:startingAt:
stringHash:initialHash:
stringHash:initialHash:
compare:with:collated:
indexOfAscii:inString:startingAt:
stringHash:initialHash:
compare:with:collated:
indexOfAscii:inString:startingAt:
findSubstring:in:startingAt:matchTable:
indexOfAscii:inString:startingAt:
indexOfAscii:inString:startingAt:
indexOfAscii:inString:startingAt:
indexOfAscii:inString:startingAt:
indexOfAscii:inString:startingAt:
basicNew
basicNew
basicNew
basicNew
**StackOverflow**
stringHash:initialHash:
stringHash:initialHash:
stringHash:initialHash:
stringHash:initialHash:
stringHash:initialHash:
stringHash:initialHash:
stringHash:initialHash:
basicNew
**StackOverflow**
**StackOverflow**
basicNew:
objectAt:put:
withArgs:executeMethod:
basicNew
basicNew
basicNew
basicNew
basicNew
basicIdentityHash
**StackOverflow**
species
species
class
class
species
class
species
class
species
species
class
class
class
species
class
class
class
class
class
class
class
class
at:
value:
=
shallowCopy
shallowCopy
class
class
class
**StackOverflow**
basicIdentityHash
stringHash:initialHash:
basicNew
stringHash:initialHash:
basicNew
basicNew
basicNew
**StackOverflow**
basicNew
basicNew
basicNew
basicNew
basicNew
class
value:value:
species
species
basicNew
basicNew
class
basicNew
value:
value:
class
value:
findNextHandlerOrSignalingContext
tempAt:
tempAt:
findNextUnwindContextUpTo:
terminateTo:
class
class
class
stringHash:initialHash:
stringHash:initialHash:
compare:with:collated:
class
basicNew
stringHash:initialHash:
stringHash:initialHash:
stringHash:initialHash:
=
compare:with:collated:
**StackOverflow**
stringHash:initialHash:
stringHash:initialHash:
compare:with:collated:
stringHash:initialHash:
compare:with:collated:
findSubstring:in:startingAt:matchTable:
indexOfAscii:inString:startingAt:
basicNew:
stringHash:initialHash:
compare:with:collated:
stringHash:initialHash:
compare:with:collated:
indexOfAscii:inString:startingAt:
basicNew
basicNew
findSubstring:in:startingAt:matchTable:
indexOfAscii:inString:startingAt:
indexOfAscii:inString:startingAt:
**StackOverflow**
**StackOverflow**
**StackOverflow**
indexOfAscii:inString:startingAt:
**StackOverflow**
indexOfAscii:inString:startingAt:
indexOfAscii:inString:startingAt:
indexOfAscii:inString:startingAt:
indexOfAscii:inString:startingAt:
indexOfAscii:inString:startingAt:
indexOfAscii:inString:startingAt:
stringHash:initialHash:
compare:with:collated:
indexOfAscii:inString:startingAt:
indexOfAscii:inString:startingAt:
indexOfAscii:inString:startingAt:
stringHash:initialHash:
compare:with:collated:
indexOfAscii:inString:startingAt:
indexOfAscii:inString:startingAt:
indexOfAscii:inString:startingAt:
indexOfAscii:inString:startingAt:
indexOfAscii:inString:startingAt:
**StackOverflow**
**StackOverflow**
**StackOverflow**
basicNew
**StackOverflow**
**StackOverflow**
stringHash:initialHash:
stringHash:initialHash:
stringHash:initialHash:
stringHash:initialHash:
stringHash:initialHash:
stringHash:initialHash:
stringHash:initialHash:
**StackOverflow**
**StackOverflow**
basicNew
**StackOverflow**
basicNew
stringHash:initialHash:
compare:with:collated:
perform:
basicNew:
class
class
basicNew
basicNew
basicNew
basicNew
basicNew
basicNew
**StackOverflow**
stringHash:initialHash:
stringHash:initialHash:
stringHash:initialHash:
stringHash:initialHash:
stringHash:initialHash:
stringHash:initialHash:
stringHash:initialHash:
stringHash:initialHash:
stringHash:initialHash:
stringHash:initialHash:
stringHash:initialHash:
stringHash:initialHash:
stringHash:initialHash:
stringHash:initialHash:
stringHash:initialHash:
stringHash:initialHash:
stringHash:initialHash:
stringHash:initialHash:
basicNew
basicNew
basicNew
stringHash:initialHash:
basicNew
basicIdentityHash
at:put:
at:put:
at:put:
generate:
basicNew
basicIdentityHash
basicNew
**StackOverflow**
stringHash:initialHash:
**CompactCode**
nowTick
signal
=
=
=
bitShift:
value:value:
resumptionTick
resumptionTick
resumptionTick
resumptionTick

stack page bytes 8192 available headroom 5576 minimum unused headroom 5976

	(Segmentation fault)
/builds/workspace/pharo-vm_PR-162/runTests@tmp/durable-cc84ff57/script.sh: line 1:  2125 Abort trap: 6           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 '.*'
[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: EpiceaBrowsers-Tests
starting testcase: EpApplyPreviewerTest>>testBehaviorCategoryChange ... finished
starting testcase: EpApplyPreviewerTest>>testBehaviorCommentChange ... finished
starting testcase: EpApplyPreviewerTest>>testBehaviorNameChange ... finished
starting testcase: EpApplyPreviewerTest>>testCategoryAdditionWithCategoryRemoved ... finished
starting testcase: EpApplyPreviewerTest>>testCategoryRemovalWithCategoryAdded ... finished
starting testcase: EpApplyPreviewerTest>>testCategoryRenameWithPreviousRollback ... finished
starting testcase: EpApplyPreviewerTest>>testClassAdditionWithClassRemoved ... finished
starting testcase: EpApplyPreviewerTest>>testClassAdditionWithInstanceVariablesChanged ... finished
starting testcase: EpApplyPreviewerTest>>testClassAdditionWithSuperclassChanged ... finished
starting testcase: EpApplyPreviewerTest>>testClassRemovalWithClassAdded ... finished
starting testcase: EpApplyPreviewerTest>>testKeepChangeWhenMethodAdditionWithAbsentBehavior ... finished
starting testcase: EpApplyPreviewerTest>>testKeepChangeWhenMethodModificationWithAbsentBehavior ... finished
starting testcase: EpApplyPreviewerTest>>testMethodAdditionWithMethodRemoved ... finished
starting testcase: EpApplyPreviewerTest>>testMethodAdditionWithProtocolChanged ... finished
starting testcase: EpApplyPreviewerTest>>testMethodAdditionWithSourceCodeChanged ... finished
starting testcase: EpApplyPreviewerTest>>testMethodModificationWithMethodRemoved ... finished
starting testcase: EpApplyPreviewerTest>>testMethodRemovalWithMethodAdded ... finished
starting testcase: EpApplyPreviewerTest>>testNonCodeChangeEvent ... finished
starting testcase: EpApplyPreviewerTest>>testProtocolAdditionWithProtocolRemoved ... finished
starting testcase: EpApplyPreviewerTest>>testProtocolRemovalWithProtocolAdded ... finished
starting testcase: EpApplyPreviewerTest>>testRedundantBehaviorCategoryChange ... finished
starting testcase: EpApplyPreviewerTest>>testRedundantBehaviorCategoryChangeWithAbsentBehavior ... finished
starting testcase: EpApplyPreviewerTest>>testRedundantBehaviorCommentChange ... finished
starting testcase: EpApplyPreviewerTest>>testRedundantBehaviorCommentChangeWithAbsentBehavior ... finished
starting testcase: EpApplyPreviewerTest>>testRedundantCategoryAddition ... finished
starting testcase: EpApplyPreviewerTest>>testRedundantCategoryRemoval ... finished
starting testcase: EpApplyPreviewerTest>>testRedundantCategoryRenameWithAbsentCategory ... finished
starting testcase: EpApplyPreviewerTest>>testRedundantClassAddition ... finished
starting testcase: EpApplyPreviewerTest>>testRedundantClassRemoval ... finished
starting testcase: EpApplyPreviewerTest>>testRedundantMethodAddition ... finished
starting testcase: EpApplyPreviewerTest>>testRedundantMethodModification ... finished
starting testcase: EpApplyPreviewerTest>>testRedundantMethodRemoval ... finished
starting testcase: EpApplyPreviewerTest>>testRedundantMethodRemovalWithAbsentBehavior ... finished
starting testcase: EpApplyPreviewerTest>>testRedundantProtocolAddition ... finished
starting testcase: EpApplyPreviewerTest>>testRedundantProtocolRemoval ... finished
starting testcase: EpApplyPreviewerTest>>testRedundantSequenceOfMethodModifications ... finished
starting testcase: EpApplyPreviewerTest>>testSequenceOfClassAndMethodAddition ... finished
starting testcase: EpApplyPreviewerTest>>testSequenceOfMethodModifications ... finished
starting testcase: EpApplyPreviewerTest>>testTraitAdditionWithTraitRemoved ... finished
starting testcase: EpApplyPreviewerTest>>testTraitModification ... finished
starting testcase: EpApplyPreviewerTest>>testTraitRemovalWithTraitAdded ... finished
starting testcase: EpApplyTest>>testBehaviorNameChange ... finished
starting testcase: EpApplyTest>>testCategoryAdditionWithCategoryRemoved ... finished
starting testcase: EpApplyTest>>testCategoryRemovalWithCategoryAdded ... finished
starting testcase: EpApplyTest>>testCategoryRename ... finished
starting testcase: EpApplyTest>>testClassAdditionWithCategoryChanged ... finished
starting testcase: EpApplyTest>>testClassAdditionWithClassRemoved ... finished
starting testcase: EpApplyTest>>testClassAdditionWithInstanceVariablesChanged ... finished
starting testcase: EpApplyTest>>testClassAdditionWithMetaclassInstanceVariablesChanged ... 
[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
[DEBUG] 2021-03-10 11:42:35.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading  ZipPlugin
[DEBUG] 2021-03-10 11:42:35.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading  ZipPlugin.dll
[DEBUG] 2021-03-10 11:42:35.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading  libZipPlugin.dll
[WARN ] 2021-03-10 11:42:35.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: ZipPlugin
[WARN ] 2021-03-10 11:42:35.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol setInterpreter: T
[WARN ] 2021-03-10 11:42:35.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL
[WARN ] 2021-03-10 11:42:35.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol setInterpreter: T
[DEBUG] 2021-03-10 11:42:35.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading  ZipPlugin
[DEBUG] 2021-03-10 11:42:35.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading  ZipPlugin.dll
[DEBUG] 2021-03-10 11:42:35.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading  libZipPlugin.dll
[WARN ] 2021-03-10 11:42:35.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: ZipPlugin
[WARN ] 2021-03-10 11:42:35.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol setInterpreter: T
[WARN ] 2021-03-10 11:42:35.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL
[WARN ] 2021-03-10 11:42:35.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol setInterpreter: T
[DEBUG] 2021-03-10 11:42:35.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading  ZipPlugin
[DEBUG] 2021-03-10 11:42:35.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading  ZipPlugin.dll
[DEBUG] 2021-03-10 11:42:35.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading  libZipPlugin.dll
[WARN ] 2021-03-10 11:42:35.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: ZipPlugin
[WARN ] 2021-03-10 11:42:35.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol setInterpreter: T
[WARN ] 2021-03-10 11:42:35.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL
[WARN ] 2021-03-10 11:42:35.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol setInterpreter: T
[DEBUG] 2021-03-10 11:42:35.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading  ZipPlugin
[DEBUG] 2021-03-10 11:42:35.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading  ZipPlugin.dll
[DEBUG] 2021-03-10 11:42:35.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading  libZipPlugin.dll
[WARN ] 2021-03-10 11:42:35.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: ZipPlugin
[WARN ] 2021-03-10 11:42:35.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol setInterpreter: T
[WARN ] 2021-03-10 11:42:35.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL
[WARN ] 2021-03-10 11:42:35.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol setInterpreter: T
[DEBUG] 2021-03-10 11:42:46.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading  C:\builds\workspace\pharo-vm_PR-162\runTests\libcairo-2.dll
[WARN ] 2021-03-10 11:42:46.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveGetSameThreadRunnerAddress: T
[WARN ] 2021-03-10 11:42:46.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL
[WARN ] 2021-03-10 11:42:46.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveGetSameThreadRunnerAddressAccessorDepth: T
[WARN ] 2021-03-10 11:42:46.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL
[WARN ] 2021-03-10 11:42:47.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveRegisterCallback: T
[WARN ] 2021-03-10 11:42:47.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL
[WARN ] 2021-03-10 11:42:47.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveRegisterCallbackAccessorDepth: T
[WARN ] 2021-03-10 11:42:47.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL
[DEBUG] 2021-03-10 11:42:47.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading  SurfacePlugin
[WARN ] 2021-03-10 11:42:58.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveResolverStartNameLookupAccessorDepth: T
[WARN ] 2021-03-10 11:42:58.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveResolverStartNameLookup
[WARN ] 2021-03-10 11:42:58.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveResolverNameLookupResultAccessorDepth: T
[WARN ] 2021-03-10 11:42:58.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveResolverNameLookupResult
[WARN ] 2021-03-10 11:43:13.000 sqAllocateMemorySegmentOfSizeAboveAllocatedSizeInto (extracted/vm/src/win/sqWin32SpurAlloc.c:163):Unable to VirtualAlloc committed memory at desired address (17179869184 bytes requested at 000000008c000000, above 000000008c000000), 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 ] 2021-03-10 11:43:24.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primMontgomeryDigitLengthAccessorDepth: T
[WARN ] 2021-03-10 11:43:24.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primMontgomeryDigitLength












































EXCEPTION_ACCESS_VIOLATION(-1073741819) at 0x000000006fb0869b - 2021-03-10 03:43:37.457

C:\builds\workspace\pharo-vm_PR-162\runTests\PharoConsole.exe
PharoVM version:5.0-Pharo 9.0.0 built on Mar 10 2021 02:59:58 Compiler: 4.2.1 Compatible Clang 8.0.1 (tags/RELEASE_801/final) 4.2.1 Compatible Clang 8.0.1 (tags/RELEASE_801/final) [Production Spur 64-bit VM]
Built from: CoInterpreter VMMaker-tonel.1 uuid: 56fcc343-8e79-0d00-ab55-d4ae075e129a Mar 10 2021
 With:StackToRegisterMappingCogit VMMaker-tonel.1 uuid: 56fcc343-8e79-0d00-ab55-d4ae075e129a Mar 10 2021
 Revision: v8.1.0-alpha-1508-g1181fa2ec - Commit: 1181fa2ec - Date: 2021-03-10 11:45:06 +0100

C stack backtrace & registers:


Registers:
ContextFlags: 0x000000000010000f
	rax 0x000000000000001f rbx 0x000000000062e7d0 rcx 0x000000000062e060 rdx 0x0000000000000000
	rdi 0x000000006fc8bd70 rsi 0x00007ffde2b7fa60 rbp 0x0000000000000000 rsp 0x000000000062dfa0
	r8  0x0000000000000002 r9  0x0000000000f50bb0 r10 0x00007ffde2b85940 r11 0x0000000000717500
	r12 0x0000000000000000 r13 0x0000000000334000 r14 0x000000000062e7d0 r15 0x000000000070f950
	rip 0x000000006fbbc76d


C Callstack:

[0x000000006FB0869B] primitivePerformWorkerCall
[0x000000006FB67BB7] callbackEnter
[0x0000000070200558] trampoline ceMethodAbort0Args[0x0000000000000800] not a method[0x000000000000092C] not a method[0x000000000064FC80] not a method[0x000000006FB5EC84] primitivePerformWorkerCall
[0x000000006FB4DFEC] primitivePerformWorkerCall
[0x0000000070282B47]         0x70282900 <->         0x70282c68: method:         0x73866338 selector:         0x719cd370 downHeapSingle:
[0x0000000071033250] not a method[0x0000000071031808] not a method[0x0000000071C64248] not a method[0x0000000000000011] not a method[0x0000000000000009] not a method[0x0000000000000009] not a method[0x000000008AB16110] not a method[0x0000000071C64248] not a method[0x0000000071955C00] not a method[0x0000000070282900]         0x70282900 <->         0x70282c68: method:         0x73866338 selector:         0x719cd370 downHeapSingle:
[0x000000000064B1A0] not a method[0x0000000070237874]         0x702376a0 <->         0x70237898: method:         0x73866098 selector:         0x719cd340 privateRemoveAt:
[0x0000000000000009] not a method[0x0000000071C64248] not a method[0x0000000071033B48] not a method[0x0000000071C64248] not a method[0x0000000071955C00] not a method[0x00000000702376A0]         0x702376a0 <->         0x70237898: method:         0x73866098 selector:         0x719cd340 privateRemoveAt:
[0x000000000064B1D8] not a method[0x00000000702CE400]         0x702ce318 <->         0x702ce410: method:         0x73865808 selector:         0x719cd2a0 removeFirstOrNil
[0x0000000000000009] not a method[0x0000000071C64248] not a method[0x0000000071C64248] not a method

All Smalltalk process stacks (active first):



Process         0x747548d0 priority 80
          0x64b0c0 M [] in DelayBasicScheduler class>defaultSuspendedDelaysHeap 0x719718a0: a(n) DelayBasicScheduler class
          0x64b100 M Heap>sorts:before: 0x71c64248: a(n) Heap
          0x64b160 M Heap>downHeapSingle: 0x71c64248: a(n) Heap
          0x64b1a0 M Heap>privateRemoveAt: 0x71c64248: a(n) Heap
          0x64b1d8 M Heap>removeFirstOrNil 0x71c64248: a(n) Heap
          0x64b210 M [] in DelaySemaphoreScheduler>runBackendLoopAtTimingPriority 0x71c640a8: a(n) DelaySemaphoreScheduler
        0x756f5a28 s FullBlockClosure(BlockClosure)>ensure:
        0x747558f8 s DelaySemaphoreScheduler(DelayBasicScheduler)>runBackendLoopAtTimingPriority
        0x756f5878 s [] in DelaySemaphoreScheduler(DelayBasicScheduler)>startTimerEventLoopPriority:
        0x74755808 s [] in FullBlockClosure(BlockClosure)>newProcess

processes at priority 40
Process         0x74754880 priority 40
          0x641000 M [] in Delay>wait 0x710355f0: a(n) Delay
          0x641040 M FullBlockClosure(BlockClosure)>ifCurtailed: 0x71035868: a(n) FullBlockClosure
          0x641078 M Delay>wait 0x710355f0: a(n) Delay
          0x6410c8 M WorldState class>doInterCycleWait 0x71dea698: a(n) WorldState class
          0x6410f8 M [] in WorldState class>doDrawCycleWith: 0x71dea698: a(n) WorldState class
          0x641138 M FullBlockClosure(BlockClosure)>ensure: 0x71034c48: a(n) FullBlockClosure
          0x641170 M WorldState class>doDrawCycleWith: 0x71dea698: a(n) WorldState class
          0x6411a8 M WorldMorph class>doOneCycle 0x71de9ec8: a(n) WorldMorph class
          0x6411d8 M MorphicRenderLoop>doOneCycle 0x747565e8: a(n) MorphicRenderLoop
          0x641208 M MorphicRenderLoop>doOneCycleWhile: 0x747565e8: a(n) MorphicRenderLoop
        0x74755dd8 s [] in MorphicUIManager>spawnNewProcess
        0x74755bd0 s [] in FullBlockClosure(BlockClosure)>newProcess

processes at priority 10
Process         0x72b9ad18 priority 10
          0x63c210 M ProcessorScheduler class>idleProcess 0x7196adf8: a(n) ProcessorScheduler class
        0x8a79fc58 s [] in ProcessorScheduler class>startUp
        0x756f7670 s [] in FullBlockClosure(BlockClosure)>newProcess

suspended processes
Process         0x756f6910 priority 50
        0x756f73c8 s WeakArray class>finalizationProcess
        0x756f7480 s [] in WeakArray class>restartFinalizationProcess
        0x756f8c40 s [] in FullBlockClosure(BlockClosure)>newProcess

Process         0x71e36940 priority 60
        0x71e40088 s InputEventFetcher>waitForInput
        0x71e52000 s InputEventFetcher>eventLoop
        0x71e57170 s [] in InputEventFetcher>installEventLoop
        0x71e59a10 s [] in BlockClosure>newProcess

Process         0x72aff598 priority 40
        0x72b024c8 s AtomicSharedQueue>waitForNewItems
        0x72b03bc0 s AtomicSharedQueue>next
        0x72b04530 s TKTWorkerProcess>privateNextTask
        0x72b04e18 s [] in TKTWorkerProcess>workerLoop
        0x72b04ed0 s BlockClosure>repeat
        0x72b04fa8 s TKTWorkerProcess>workerLoop
        0x72b05060 s MessageSend>value
        0x72b05118 s [] in TKTPharoProcessProvider>createProcessDoing:named:
        0x72b051f0 s [] in BlockClosure>newProcess

Process         0x72b9acc8 priority 60
        0x756f75b8 s SmalltalkImage>lowSpaceWatcher
        0x756f8dc0 s [] in SmalltalkImage>installLowSpaceWatcher
        0x756fa9e8 s [] in FullBlockClosure(BlockClosure)>newProcess

Process         0x756f7c58 priority 70
        0x756f8f50 s [] in TFCallbackQueue>forkCallbackProcess
        0x756fac38 s [] in FullBlockClosure(BlockClosure)>newProcess

Process         0x8ad746f8 priority 79
          0x64f0f0 M [] in DelayWaitTimeout>wait 0x71031808: a(n) DelayWaitTimeout
          0x64f130 M FullBlockClosure(BlockClosure)>ensure: 0x71031900: a(n) FullBlockClosure
          0x64f168 M DelayWaitTimeout>wait 0x71031808: a(n) DelayWaitTimeout
          0x64f1a0 M Semaphore>wait: 0x8ad74528: a(n) Semaphore
          0x64f1e0 M [] in TestExecutionEnvironment>watchDogLoop 0x8ad73450: a(n) TestExecutionEnvironment
          0x64f210 M FullBlockClosure(BlockClosure)>repeat 0x8ad74558: a(n) FullBlockClosure
        0x8ad74640 s TestExecutionEnvironment>watchDogLoop
        0x8ad7b150 s [] in TestExecutionEnvironment>startWatchDog
        0x8ad8a8f0 s [] in FullBlockClosure(BlockClosure)>newProcess

Process         0x71032450 priority 40
          0x63f1d0 I [] in SemaphoreTest>testWaitAndWaitTimeoutTogether 0x8ad87160: a(n) SemaphoreTest
          0x63f210 I [] in FullBlockClosure>newProcess 0x710321c8: a(n) FullBlockClosure
        0x71033448 s [] in Process>on:do:
          0x64e1a0 M FullBlockClosure(BlockClosure)>on:do: 0x71033410: a(n) FullBlockClosure
          0x64e210 I [] in Process>on:do: 0x71032450: a(n) Process

Process         0x71032c38 priority 40
          0x6380c8 M [] in DelayWaitTimeout>wait 0x71033b48: a(n) DelayWaitTimeout
          0x638108 M FullBlockClosure(BlockClosure)>ensure: 0x71033c40: a(n) FullBlockClosure
          0x638140 M DelayWaitTimeout>wait 0x71033b48: a(n) DelayWaitTimeout
          0x638178 M Semaphore>waitTimeoutMSecs: 0x710320f0: a(n) Semaphore
          0x6381d0 I [] in SemaphoreTest>testWaitAndWaitTimeoutTogether 0x8ad87160: a(n) SemaphoreTest
          0x638210 I [] in FullBlockClosure>newProcess 0x71032a68: a(n) FullBlockClosure
        0x71033840 s [] in Process>on:do:
          0x63b1a0 M FullBlockClosure(BlockClosure)>on:do: 0x71033808: a(n) FullBlockClosure
          0x63b210 I [] in Process>on:do: 0x71032c38: a(n) Process

Process         0x756f67c8 priority 40
          0x64a070 M [] in Delay>wait 0x71033250: a(n) Delay
          0x64a0b0 M FullBlockClosure(BlockClosure)>ifCurtailed: 0x71033eb8: a(n) FullBlockClosure
          0x64a0e8 M Delay>wait 0x71033250: a(n) Delay
          0x64a138 M SemaphoreTest>testWaitAndWaitTimeoutTogether 0x8ad87160: a(n) SemaphoreTest
          0x64a168 M SemaphoreTest(TestCase)>performTest 0x8ad87160: a(n) SemaphoreTest
          0x64a198 M [] in SemaphoreTest>runCase 0x8ad87160: a(n) SemaphoreTest
          0x64a1d8 M FullBlockClosure(BlockClosure)>ensure: 0x71032090: a(n) FullBlockClosure
          0x64a210 M SemaphoreTest(TestCase)>runCase 0x8ad87160: a(n) SemaphoreTest
          0x641c88 M [] in TestExecutionEnvironment>runTestCaseUnderWatchdog: 0x8ad73450: a(n) TestExecutionEnvironment
          0x641cc8 M FullBlockClosure(BlockClosure)>ensure: 0x71031f58: a(n) FullBlockClosure
          0x641d08 M [] in TestExecutionEnvironment>runTestCaseUnderWatchdog: 0x8ad73450: a(n) TestExecutionEnvironment
          0x641d38 M FullBlockClosure(BlockClosure)>on:do: 0x71031e48: a(n) FullBlockClosure
          0x641d78 M TestExecutionEnvironment>runTestCaseUnderWatchdog: 0x8ad73450: a(n) TestExecutionEnvironment
          0x641db8 M [] in TestExecutionEnvironment>runTestCase: 0x8ad73450: a(n) TestExecutionEnvironment
          0x641df8 M FullBlockClosure(BlockClosure)>ensure: 0x71031d38: a(n) FullBlockClosure
          0x641e30 M TestExecutionEnvironment>runTestCase: 0x8ad73450: a(n) TestExecutionEnvironment
          0x641e68 M CurrentExecutionEnvironment class>runTestCase: 0x71971160: a(n) CurrentExecutionEnvironment class
          0x641ea0 M SemaphoreTest(TestCase)>runCaseManaged 0x8ad87160: a(n) SemaphoreTest
          0x641ed8 M [] in HDTestReport>runCase: 0x8ad736b8: a(n) HDTestReport
          0x641f08 M FullBlockClosure(BlockClosure)>on:do: 0x710316f0: a(n) FullBlockClosure
          0x641f50 M [] in HDTestReport>runCase: 0x8ad736b8: a(n) HDTestReport
          0x641f88 M Time class>microsecondsToRun: 0x7196b790: a(n) Time class
          0x641fc0 M Time class>millisecondsToRun: 0x7196b790: a(n) Time class
          0x642000 M FullBlockClosure(BlockClosure)>timeToRun 0x7102c420: a(n) FullBlockClosure
          0x642040 M [] in HDTestReport>reportTestCase:runBlock: 0x8ad736b8: a(n) HDTestReport
          0x642080 M FullBlockClosure(BlockClosure)>ensure: 0x710314e0: a(n) FullBlockClosure
          0x6420c8 M HDTestReport>newLogDuring: 0x8ad736b8: a(n) HDTestReport
          0x642110 M HDTestReport>reportTestCase:runBlock: 0x8ad736b8: a(n) HDTestReport
          0x642150 M HDTestReport>runCase: 0x8ad736b8: a(n) HDTestReport
          0x642188 M SemaphoreTest(TestCase)>run: 0x8ad87160: a(n) SemaphoreTest
          0x6421c0 M [] in HDTestReport>runAll 0x8ad736b8: a(n) HDTestReport
          0x642208 M OrderedCollection>do: 0x8ad73758: a(n) OrderedCollection
        0x8ad73830 s [] in HDTestReport>runAll
        0x8ad7a870 s [] in CurrentExecutionEnvironment class>activate:for:
        0x8ad8a390 s FullBlockClosure(BlockClosure)>ensure:
        0x8ad8ee18 s CurrentExecutionEnvironment class>activate:for:
        0x8ad8f5f0 s TestExecutionEnvironment(ExecutionEnvironment)>beActiveDuring:
        0x8ad8fb20 s DefaultExecutionEnvironment>runTestsBy:
        0x8ad8fee0 s CurrentExecutionEnvironment class>runTestsBy:
        0x8ad8a480 s HDTestReport>runAll
        0x8ad8ef08 s [] in HDTestReport>run
        0x8ad8f6a8 s Time class>microsecondsToRun:
        0x8ad8fbd8 s Time class>millisecondsToRun:
        0x8ad8ff98 s FullBlockClosure(BlockClosure)>timeToRun
        0x8ad8fc90 s [] in HDTestReport>run
        0x8ad90050 s FullBlockClosure(BlockClosure)>ensure:
        0x8ad90130 s [] in HDTestReport>run
        0x8ad90210 s FullBlockClosure(BlockClosure)>ensure:
        0x8ad902f0 s Author>ifUnknownAuthorUse:during:
        0x8ad903d0 s HDTestReport>run
        0x8ad90488 s HDTestReport>runSuite:
        0x8ad90540 s HDTestReport class>runSuite:
        0x8ad905f8 s HDTestReport class>runClasses:named:
        0x8ad906b0 s HDTestReport class>runPackage:
        0x8ad907a8 s [] in HDTestReport class(HDReport class)>runPackages:
        0x8ad91148 s [] in Set>collect:
        0x7572d3e0 s Array(SequenceableCollection)>do:
        0x7572d5b8 s Set>collect:
        0x7572d500 s HDTestReport class(HDReport class)>runPackages:
        0x75731b20 s TestCommandLineHandler>runPackages
        0x75731c38 s TestCommandLineHandler>activate
        0x75731da0 s TestCommandLineHandler class(CommandLineHandler class)>activateWith:
        0x757341f0 s [] in PharoCommandLineHandler(BasicCommandLineHandler)>activateSubCommand:
        0x75734468 s FullBlockClosure(BlockClosure)>on:do:
        0x75734740 s PharoCommandLineHandler(BasicCommandLineHandler)>activateSubCommand:
        0x75734b38 s PharoCommandLineHandler(BasicCommandLineHandler)>handleSubcommand
        0x75734ed0 s PharoCommandLineHandler(BasicCommandLineHandler)>handleArgument:
        0x75735148 s [] in PharoCommandLineHandler(BasicCommandLineHandler)>activate
        0x757353f8 s FullBlockClosure(BlockClosure)>on:do:
        0x757356e8 s [] in PharoCommandLineHandler(BasicCommandLineHandler)>activate
        0x757358e8 s [] in FullBlockClosure(BlockClosure)>newProcess

Most recent primitives
write:from:startingAt:count:
write:from:startingAt:count:
write:from:startingAt:count:
write:from:startingAt:count:
write:from:startingAt:count:
findSubstringViaPrimitive:in:startingAt:matchTable:
findSubstringViaPrimitive:in:startingAt:matchTable:
findSubstringViaPrimitive:in:startingAt:matchTable:
findFirstInString:inSet:startingAt:
write:from:startingAt:count:
write:from:startingAt:count:
write:from:startingAt:count:
write:from:startingAt:count:
write:from:startingAt:count:
write:from:startingAt:count:
write:from:startingAt:count:
write:from:startingAt:count:
write:from:startingAt:count:
write:from:startingAt:count:
write:from:startingAt:count:
write:from:startingAt:count:
write:from:startingAt:count:
write:from:startingAt:count:
write:from:startingAt:count:
write:from:startingAt:count:
write:from:startingAt:count:
write:from:startingAt:count:
write:from:startingAt:count:
write:from:startingAt:count:
write:from:startingAt:count:
write:from:startingAt:count:
write:from:startingAt:count:
write:from:startingAt:count:
findFirstInString:inSet:startingAt:
write:from:startingAt:count:
write:from:startingAt:count:
write:from:startingAt:count:
write:from:startingAt:count:
write:from:startingAt:count:
write:from:startingAt:count:
write:from:startingAt:count:
write:from:startingAt:count:
perform:with:
/
basicAt:
findFirstInString:inSet:startingAt:
write:from:startingAt:count:
write:from:startingAt:count:
write:from:startingAt:count:
findFirstInString:inSet:startingAt:
write:from:startingAt:count:
write:from:startingAt:count:
write:from:startingAt:count:
write:from:startingAt:count:
findFirstInString:inSet:startingAt:
write:from:startingAt:count:
write:from:startingAt:count:
write:from:startingAt:count:
write:from:startingAt:count:
write:from:startingAt:count:
write:from:startingAt:count:
write:from:startingAt:count:
write:from:startingAt:count:
write:from:startingAt:count:
write:from:startingAt:count:
write:from:startingAt:count:
write:from:startingAt:count:
findFirstInString:inSet:startingAt:
write:from:startingAt:count:
write:from:startingAt:count:
write:from:startingAt:count:
write:from:startingAt:count:
write:from:startingAt:count:
write:from:startingAt:count:
write:from:startingAt:count:
write:from:startingAt:count:
write:from:startingAt:count:
write:from:startingAt:count:
flush:
findFirstInString:inSet:startingAt:
write:from:startingAt:count:
write:from:startingAt:count:
write:from:startingAt:count:
write:from:startingAt:count:
write:from:startingAt:count:
write:from:startingAt:count:
write:from:startingAt:count:
write:from:startingAt:count:
write:from:startingAt:count:
write:from:startingAt:count:
write:from:startingAt:count:
write:from:startingAt:count:
write:from:startingAt:count:
write:from:startingAt:count:
write:from:startingAt:count:
write:from:startingAt:count:
write:from:startingAt:count:
write:from:startingAt:count:
write:from:startingAt:count:
findFirstInString:inSet:startingAt:
write:from:startingAt:count:
write:from:startingAt:count:
write:from:startingAt:count:
write:from:startingAt:count:
write:from:startingAt:count:
write:from:startingAt:count:
write:from:startingAt:count:
write:from:startingAt:count:
write:from:startingAt:count:
write:from:startingAt:count:
write:from:startingAt:count:
write:from:startingAt:count:
write:from:startingAt:count:
findFirstInString:inSet:startingAt:
write:from:startingAt:count:
write:from:startingAt:count:
findFirstInString:inSet:startingAt:
write:from:startingAt:count:
write:from:startingAt:count:
write:from:startingAt:count:
write:from:startingAt:count:
write:from:startingAt:count:
write:from:startingAt:count:
write:from:startingAt:count:
write:from:startingAt:count:
write:from:startingAt:count:
write:from:startingAt:count:
write:from:startingAt:count:
write:from:startingAt:count:
write:from:startingAt:count:
write:from:startingAt:count:
write:from:startingAt:count:
write:from:startingAt:count:
write:from:startingAt:count:
write:from:startingAt:count:
write:from:startingAt:count:
write:from:startingAt:count:
write:from:startingAt:count:
write:from:starC:/builds/workspace/pharo-vm_PR-162/runTests@tmp/durable-8848278a/script.sh: line 4:   958 Segmentation fault      ./PharoConsole.exe --logLevel=4 Pharo.image test --junit-xml-output --stage-name=Tests-Windows-x86_64-CoInterpreter '.*'
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] fileExists
[Pipeline] bat

ci@WIN10-CI C:\builds\workspace\pharo-vm_PR-162\runTests>mv PharoDebug.log PharoDebug-Tests-Windows-x86_64-CoInterpreter.log 
[Pipeline] archiveArtifacts
Archiving artifacts
Recording fingerprints
[Pipeline] fileExists
[Pipeline] bat

ci@WIN10-CI C:\builds\workspace\pharo-vm_PR-162\runTests>mv crash.dmp crash-Tests-Windows-x86_64-CoInterpreter.dmp 
[Pipeline] archiveArtifacts
Archiving artifacts
Recording fingerprints
[Pipeline] fileExists
[Pipeline] bat

ci@WIN10-CI C:\builds\workspace\pharo-vm_PR-162\runTests>mv progress.log progress-Tests-Windows-x86_64-CoInterpreter.log 
[Pipeline] bat

ci@WIN10-CI C:\builds\workspace\pharo-vm_PR-162\runTests>cat progress-Tests-Windows-x86_64-CoInterpreter.log 
running suite: Kernel-Tests
starting testcase: AllocationTest>>testOneGBAllocation ... finished
starting testcase: AllocationTest>>testOneGWordAllocation ... finished
starting testcase: AllocationTest>>testOneMBAllocation ... finished
starting testcase: AllocationTest>>testOneMWordAllocation ... finished
starting testcase: BasicBehaviorClassMetaclassTest>>testBehaviorClassClassDescriptionMetaclassHierarchy ... finished
starting testcase: BasicBehaviorClassMetaclassTest>>testMetaclass ... finished
starting testcase: BasicBehaviorClassMetaclassTest>>testMetaclassName ... finished
starting testcase: BasicBehaviorClassMetaclassTest>>testMetaclassNumberOfInstances ... finished
starting testcase: BasicBehaviorClassMetaclassTest>>testMetaclassPointOfCircularity ... finished
starting testcase: BasicBehaviorClassMetaclassTest>>testMetaclassSuperclass ... finished
starting testcase: BasicBehaviorClassMetaclassTest>>testMetaclassSuperclassHierarchy ... finished
starting testcase: BasicBehaviorClassMetaclassTest>>testObjectAllSubclasses ... finished
starting testcase: BasicBehaviorClassMetaclassTest>>testSuperclass ... finished
starting testcase: BecomeTest>>testBecome ... finished
starting testcase: BecomeTest>>testBecomeForward ... finished
starting testcase: BecomeTest>>testBecomeForwardCopyIdentityHash ... finished
starting testcase: BecomeTest>>testBecomeForwardDontCopyIdentityHash ... finished
starting testcase: BecomeTest>>testBecomeForwardHash ... finished
starting testcase: BecomeTest>>testBecomeForwardIdentityHash ... finished
starting testcase: BecomeTest>>testBecomeHash ... finished
starting testcase: BecomeTest>>testBecomeIdentityHash ... finished
starting testcase: BehaviorTest>>testAllMethods ... finished
starting testcase: BehaviorTest>>testAllReferencesTo ... finished
starting testcase: BehaviorTest>>testAllSelectors ... finished
starting testcase: BehaviorTest>>testAllSelectorsAbove ... finished
starting testcase: BehaviorTest>>testAllSelectorsAboveUntil ... finished
starting testcase: BehaviorTest>>testBehaviornewnewShouldNotCrash ... finished
starting testcase: BehaviorTest>>testBinding ... finished
starting testcase: BehaviorTest>>testCoverage ... finished
starting testcase: BehaviorTest>>testDefinedVariables ... finished
starting testcase: BehaviorTest>>testHasAbstractMethods ... finished
starting testcase: BehaviorTest>>testHasProperty ... finished
starting testcase: BehaviorTest>>testIncludesMethod ... finished
starting testcase: BehaviorTest>>testInstSize ... finished
starting testcase: BehaviorTest>>testIsAbstract ... finished
starting testcase: BehaviorTest>>testIsReferenced ... finished
starting testcase: BehaviorTest>>testIsRootInEnvironment ... finished
starting testcase: BehaviorTest>>testIsUsed ... finished
starting testcase: BehaviorTest>>testMethodsAccessingSlot ... finished
starting testcase: BehaviorTest>>testMethodsOfTheClassShouldNotBeRepeatedInItsSuperclasses ... finished
starting testcase: BehaviorTest>>testMethodsReadingSlot ... finished
starting testcase: BehaviorTest>>testMethodsWritingSlot ... finished
starting testcase: BehaviorTest>>testNew ... finished
starting testcase: BehaviorTest>>testPropertyValueAtPut ... finished
starting testcase: BehaviorTest>>testRemoveProperty ... finished
starting testcase: BehaviorTest>>testTraitExplicitRequirementMethodsMustBeImplementedInTheClassOrInASuperclass ... finished
starting testcase: BehaviorTest>>testUnCategorizedMethods ... finished
starting testcase: BehaviorTest>>testallMethodsAccessingSlot ... finished
starting testcase: BehaviorTest>>testallMethodsReadingSlot ... finished
starting testcase: BehaviorTest>>testallMethodsWritingSlot ... finished
starting testcase: BehaviorTest>>testallSuperclassesIncluding ... finished
starting testcase: BehaviorTest>>testsourceCodeTemplateFor ... finished
starting testcase: BehaviorTest>>testthoroughWhichMethodsReferTo ... finished
starting testcase: BlockClosureTest>>testBenchFor ... finished
starting testcase: BlockClosureTest>>testCannotReturn ... finished
starting testcase: BlockClosureTest>>testCull ... finished
starting testcase: BlockClosureTest>>testCullCull ... finished
starting testcase: BlockClosureTest>>testCullCullCull ... finished
starting testcase: BlockClosureTest>>testCullCullCullCull ... finished
starting testcase: BlockClosureTest>>testHasMethodReturn ... finished
starting testcase: BlockClosureTest>>testIsClean ... finished
starting testcase: BlockClosureTest>>testMemoizedDictionary ... finished
starting testcase: BlockClosureTest>>testMemoizedLRUCache ... finished
starting testcase: BlockClosureTest>>testNew ... finished
starting testcase: BlockClosureTest>>testNoArguments ... finished
starting testcase: BlockClosureTest>>testOnErrorDo ... finished
starting testcase: BlockClosureTest>>testOnFork ... finished
starting testcase: BlockClosureTest>>testOnForkErrorExecutesBlock ... finished
starting testcase: BlockClosureTest>>testOnForkErrorOnSeparateProcess ... finished
starting testcase: BlockClosureTest>>testOnForkErrorReturnsNil ... finished
starting testcase: BlockClosureTest>>testOnForkErrorTakesLessThanOneSecond ... finished
starting testcase: BlockClosureTest>>testOnForkSplit ... finished
starting testcase: BlockClosureTest>>testOneArgument ... finished
starting testcase: BlockClosureTest>>testPrintOn ... finished
starting testcase: BlockClosureTest>>testPrintOnBlockDefinedInMethodWithoutSourceCode ... finished
starting testcase: BlockClosureTest>>testRunSimulated ... finished
starting testcase: BlockClosureTest>>testSetUp ... finished
starting testcase: BlockClosureTest>>testSourceNodeOptimized ... finished
starting testcase: BlockClosureTest>>testSupplyAnswerOfFillInTheBlank ... finished
starting testcase: BlockClosureTest>>testSupplyAnswerOfFillInTheBlankUsingDefaultAnswer ... finished
starting testcase: BlockClosureTest>>testSupplyAnswerThroughNestedBlocks ... finished
starting testcase: BlockClosureTest>>testSupplyAnswerUsingOnlySubstringOfQuestion ... finished
starting testcase: BlockClosureTest>>testSupplyAnswerUsingRegexMatchOfQuestion ... finished
starting testcase: BlockClosureTest>>testSupplyAnswerUsingTraditionalMatchOfQuestion ... finished
starting testcase: BlockClosureTest>>testSupplySameAnswerToAllQuestions ... finished
starting testcase: BlockClosureTest>>testSupplySeveralAnswersToSeveralQuestions ... finished
starting testcase: BlockClosureTest>>testSupplySpecificAnswerToQuestion ... finished
starting testcase: BlockClosureTest>>testSuppressInform ... finished
starting testcase: BlockClosureTest>>testSuppressInformUsingStringMatchOptions ... finished
starting testcase: BlockClosureTest>>testTallyInstructions ... finished
starting testcase: BlockClosureTest>>testTallyMethods ... finished
starting testcase: BlockClosureTest>>testValueWithArguments ... finished
starting testcase: BlockClosureTest>>testValueWithArgumentsWithOrderedCollection ... finished
starting testcase: BlockClosureTest>>testValueWithExit ... finished
starting testcase: BlockClosureTest>>testValueWithExitBreak ... finished
starting testcase: BlockClosureTest>>testValueWithExitContinue ... finished
starting testcase: BlockClosureTest>>testValueWithPossibleArgs ... finished
starting testcase: BlockClosureTest>>testValueWithPossibleArgument ... finished
starting testcase: BlockClosuresTestCase>>testCannotReturn ... finished
starting testcase: BlockClosuresTestCase>>testContinuationExample1 ... finished
starting testcase: BlockClosuresTestCase>>testContinuationExample2 ... finished
starting testcase: BlockClosuresTestCase>>testContinuationExample3 ... finished
starting testcase: BlockClosuresTestCase>>testExample1 ... finished
starting testcase: BlockClosuresTestCase>>testExample2 ... finished
starting testcase: BlockClosuresTestCase>>testGpsExample1 ... finished
starting testcase: BlockClosuresTestCase>>testGpsExample2 ... finished
starting testcase: BlockClosuresTestCase>>testNestedLoopsExample1 ... finished
starting testcase: BlockClosuresTestCase>>testReentrantBlock ... finished
starting testcase: BlockClosuresTestCase>>testReentrantBlockOldEnvironment ... finished
starting testcase: BlockClosuresTestCase>>testReentrantBlockOldEnvironmentWithBlockArguement ... finished
starting testcase: BlockClosuresTestCase>>testSharedClosureEnvironment ... finished
starting testcase: BooleanTest>>testCoverage ... finished
starting testcase: BooleanTest>>testMethodsOfTheClassShouldNotBeRepeatedInItsSuperclasses ... finished
starting testcase: BooleanTest>>testNew ... finished
starting testcase: BooleanTest>>testTraitExplicitRequirementMethodsMustBeImplementedInTheClassOrInASuperclass ... finished
starting testcase: BooleanTest>>testUnCategorizedMethods ... finished
starting testcase: ClassDefinitionPrinterConfigurationTest>>testFluidConfiguration ... finished
starting testcase: ClassDefinitionPrinterConfigurationTest>>testLegacyPharoConfiguration ... finished
starting testcase: ClassDefinitionPrinterConfigurationTest>>testOldPharoConfiguration ... finished
starting testcase: ClassDefinitionPrinterConfigurationTest>>testToggleIsWorking ... finished
starting testcase: ClassDescriptionTest>>testAllLocalCallsOn ... finished
starting testcase: ClassDescriptionTest>>testAllMethodCategoriesIntegratedThrough ... finished
starting testcase: ClassDescriptionTest>>testAllSlots ... finished
starting testcase: ClassDescriptionTest>>testCoverage ... finished
starting testcase: ClassDescriptionTest>>testDefinesSlotNamed ... finished
starting testcase: ClassDescriptionTest>>testHasSlot ... finished
starting testcase: ClassDescriptionTest>>testHasSlotNamed ... finished
starting testcase: ClassDescriptionTest>>testMethods ... finished
starting testcase: ClassDescriptionTest>>testMethodsOfTheClassShouldNotBeRepeatedInItsSuperclasses ... finished
starting testcase: ClassDescriptionTest>>testNew ... finished
starting testcase: ClassDescriptionTest>>testNumberOfMethods ... finished
starting testcase: ClassDescriptionTest>>testOrganization ... finished
starting testcase: ClassDescriptionTest>>testSlotNamed ... finished
starting testcase: ClassDescriptionTest>>testSlotNames ... finished
starting testcase: ClassDescriptionTest>>testSlots ... finished
starting testcase: ClassDescriptionTest>>testTraitExplicitRequirementMethodsMustBeImplementedInTheClassOrInASuperclass ... finished
starting testcase: ClassDescriptionTest>>testUnCategorizedMethods ... finished
starting testcase: ClassDescriptionTest>>testWhichCategoryIncludesSelector ... finished
starting testcase: ClassDescriptionTest>>testclassThatDefinesInstVarNamed ... finished
starting testcase: ClassDescriptionTest>>testwhichSelectorsAccess ... finished
starting testcase: ClassDescriptionTest>>testwhichSelectorsRead ... finished
starting testcase: ClassDescriptionTest>>testwhichSelectorsWrite ... finished
starting testcase: ClassHierarchyTest>>testObjectFormatInstSize ... finished
starting testcase: ClassHierarchyTest>>testSubclassInstVar ... finished
starting testcase: ClassHierarchyTest>>testSubclasses ... finished
starting testcase: ClassOrganizationTest>>testAddCategory ... finished
starting testcase: ClassOrganizationTest>>testCategories ... finished
starting testcase: ClassOrganizationTest>>testListAtCategoryNamed ... finished
starting testcase: ClassOrganizationTest>>testRemoveCategory ... finished
starting testcase: ClassOrganizationTest>>testRemoveNonExistingProtocol ... finished
starting testcase: CompiledCodeTest>>testAccessesRef ... finished
starting testcase: CompiledCodeTest>>testHasLiteral ... finished
starting testcase: CompiledCodeTest>>testHasLiteralSuchThat ... finished
starting testcase: CompiledCodeTest>>testHasSelector ... finished
starting testcase: CompiledCodeTest>>testHasSelectorSpecialSelectorIndex ... finished
starting testcase: CompiledCodeTest>>testLiteralsDoNotConsiderTheInnerBlockLiterals ... finished
starting testcase: CompiledCodeTest>>testLiteralsDoesNotContainMethodClass ... finished
starting testcase: CompiledCodeTest>>testLiteralsDoesNotContainMethodName ... finished
starting testcase: CompiledCodeTest>>testLiteralsEvenTheOnesInTheInnerBlocks ... finished
starting testcase: CompiledCodeTest>>testLiteralsEvenTheOnesInTheInnerCleanBlocks ... finished
starting testcase: CompiledCodeTest>>testReadsSelf ... finished
starting testcase: CompiledCodeTest>>testReadsThisContext ... finished
starting testcase: CompiledCodeTest>>testRefersToLiteralsReturnsFalseWhenLiteralNotInMethodPropertiesKey ... finished
starting testcase: CompiledCodeTest>>testRefersToLiteralsReturnsTrueWhenLiteralIsArrayOfLiterals ... finished
starting testcase: CompiledCodeTest>>testRefersToLiteralsReturnsTrueWhenLiteralIsByteString ... finished
starting testcase: CompiledCodeTest>>testRefersToLiteralsReturnsTrueWhenLiteralIsByteSymbol ... finished
starting testcase: CompiledCodeTest>>testRefersToLiteralsReturnsTrueWhenLiteralIsContainedInArrayOfLitterals ... finished
starting testcase: CompiledCodeTest>>testRefersToLiteralsReturnsTrueWhenLiteralIsGlobalVariable ... finished
starting testcase: CompiledCodeTest>>testRefersToLiteralsReturnsTrueWhenLiteralIsInPragmaArguments ... finished
starting testcase: CompiledCodeTest>>testRefersToLiteralsReturnsTrueWhenLiteralIsInPragmaSelector ... finished
starting testcase: CompiledCodeTest>>testStepIntoQuickMethods ... finished
starting testcase: CompiledMethodTrailerTest>>testEmbeddingCompressedSourceCode ... finished
starting testcase: CompiledMethodTrailerTest>>testEmbeddingSourceCode ... finished
starting testcase: CompiledMethodTrailerTest>>testEmbeddingSourceCodeBig ... finished
starting testcase: CompiledMethodTrailerTest>>testEmbeddingSourceCodeWide ... finished
starting testcase: CompiledMethodTrailerTest>>testEncodingNoTrailer ... finished
starting testcase: CompiledMethodTrailerTest>>testEncodingSourcePointer ... finished
starting testcase: CompiledMethodTrailerTest>>testEncodingVarLengthSourcePointer ... finished
starting testcase: CompiledMethodTrailerTest>>testEncodingZeroSourcePointer ... finished
starting testcase: ContextTest>>testActivateReturnValue ... finished
starting testcase: ContextTest>>testActiveBlockContextHomeAndActiveHome ... finished
starting testcase: ContextTest>>testActiveHomeMethodContext ... finished
starting testcase: ContextTest>>testCannotReturn ... finished
starting testcase: ContextTest>>testClosureRestart ... finished
starting testcase: ContextTest>>testFindContextSuchThat ... finished
starting testcase: ContextTest>>testJump ... finished
starting testcase: ContextTest>>testMethodContext ... finished
starting testcase: ContextTest>>testMethodIsBottomContext ... finished
starting testcase: ContextTest>>testNoStepIntoQuickMethod ... finished
starting testcase: ContextTest>>testNonActiveBlockContextActiveHome ... finished
starting testcase: ContextTest>>testNonActiveBlockContextHome ... finished
starting testcase: ContextTest>>testReadVariableNamed ... finished
starting testcase: ContextTest>>testReturn ... finished
starting testcase: ContextTest>>testScopeOptimizedBlock ... finished
starting testcase: ContextTest>>testSetUp ... finished
starting testcase: ContextTest>>testSourceNodeExecuted ... finished
starting testcase: ContextTest>>testSourceNodeExecutedWhenContextIsJustAtStartpc ... finished
starting testcase: ContextTest>>testSourceNodeOptimizedBlock ... finished
starting testcase: ContextTest>>testStepIntoQuickMethod ... finished
starting testcase: ContextTest>>testStepIntoQuickMethodBoolean ... finished
starting testcase: ContextTest>>testStepIntoReturnSelfMethod ... finished
starting testcase: ContextTest>>testSteppingAQuickMethod ... finished
starting testcase: ContextTest>>testSteppingReturnSelfMethod ... finished
starting testcase: ContextTest>>testTempNamed ... finished
starting testcase: ContextTest>>testTempNamedPut ... finished
starting testcase: ContextTest>>testTempNamedPutShouldFailGivenNameIsNotTemp ... finished
starting testcase: ContextTest>>testTempNamedPutShouldReturnAssignedValue ... finished
starting testcase: ContextTest>>testTempNamedShouldFailGivenNameIsNotTemp ... finished
starting testcase: ContextTest>>testWriteVariableNamedValue ... finished
starting testcase: ContinuationTest>>testBlockEscape ... finished
starting testcase: ContinuationTest>>testBlockTemps ... finished
starting testcase: ContinuationTest>>testBlockVars ... finished
starting testcase: ContinuationTest>>testIntersectAll ... finished
starting testcase: ContinuationTest>>testIntersectWith ... finished
starting testcase: ContinuationTest>>testLeftmost ... finished
starting testcase: ContinuationTest>>testMethodTemps ... finished
starting testcase: ContinuationTest>>testReentrant ... finished
starting testcase: ContinuationTest>>testRemoveOneStar ... finished
starting testcase: ContinuationTest>>testRemoveUptoLast ... finished
starting testcase: ContinuationTest>>testSimpleCallCC ... finished
starting testcase: ContinuationTest>>testSimpleStoreCallCC ... finished
starting testcase: ContinuationTest>>testSimplestCallCC ... finished
starting testcase: ContinuationTest>>testTwoInARow ... finished
starting testcase: DateAndTimeDosEpochTest>>testAsDate ... finished
starting testcase: DateAndTimeDosEpochTest>>testAsDateAndTime ... finished
starting testcase: DateAndTimeDosEpochTest>>testAsDuration ... finished
starting testcase: DateAndTimeDosEpochTest>>testAsLocal ... finished
starting testcase: DateAndTimeDosEpochTest>>testAsMonth ... finished
starting testcase: DateAndTimeDosEpochTest>>testAsNanoSeconds ... finished
starting testcase: DateAndTimeDosEpochTest>>testAsSeconds ... finished
starting testcase: DateAndTimeDosEpochTest>>testAsTime ... finished
starting testcase: DateAndTimeDosEpochTest>>testAsUTC ... finished
starting testcase: DateAndTimeDosEpochTest>>testAsWeek ... finished
starting testcase: DateAndTimeDosEpochTest>>testAsYear ... finished
starting testcase: DateAndTimeDosEpochTest>>testCurrent ... finished
starting testcase: DateAndTimeDosEpochTest>>testDateTime ... finished
starting testcase: DateAndTimeDosEpochTest>>testDay ... finished
starting testcase: DateAndTimeDosEpochTest>>testDayMonthYearDo ... finished
starting testcase: DateAndTimeDosEpochTest>>testDayOfMonth ... finished
starting testcase: DateAndTimeDosEpochTest>>testDayOfWeek ... finished
starting testcase: DateAndTimeDosEpochTest>>testDayOfYear ... finished
starting testcase: DateAndTimeDosEpochTest>>testDaysInMonth ... finished
starting testcase: DateAndTimeDosEpochTest>>testDaysInYear ... finished
starting testcase: DateAndTimeDosEpochTest>>testDaysLeftInYear ... finished
starting testcase: DateAndTimeDosEpochTest>>testDuration ... finished
starting testcase: DateAndTimeDosEpochTest>>testEpoch ... finished
starting testcase: DateAndTimeDosEpochTest>>testFirstDayOfMonth ... finished
starting testcase: DateAndTimeDosEpochTest>>testFromSeconds ... finished
starting testcase: DateAndTimeDosEpochTest>>testFromString ... finished
starting testcase: DateAndTimeDosEpochTest>>testHash ... finished
starting testcase: DateAndTimeDosEpochTest>>testHour ... finished
starting testcase: DateAndTimeDosEpochTest>>testHour12 ... finished
starting testcase: DateAndTimeDosEpochTest>>testIsLeapYear ... finished
starting testcase: DateAndTimeDosEpochTest>>testJulianDayNumber ... finished
starting testcase: DateAndTimeDosEpochTest>>testLessThan ... finished
starting testcase: DateAndTimeDosEpochTest>>testMeridianAbbreviation ... finished
starting testcase: DateAndTimeDosEpochTest>>testMiddleOf ... finished
starting testcase: DateAndTimeDosEpochTest>>testMidnight ... finished
starting testcase: DateAndTimeDosEpochTest>>testMinus ... finished
starting testcase: DateAndTimeDosEpochTest>>testMinute ... finished
starting testcase: DateAndTimeDosEpochTest>>testMinutes ... finished
starting testcase: DateAndTimeDosEpochTest>>testMonth ... finished
starting testcase: DateAndTimeDosEpochTest>>testNanoSecond ... finished
starting testcase: DateAndTimeDosEpochTest>>testNoon ... finished
starting testcase: DateAndTimeDosEpochTest>>testNow ... finished
starting testcase: DateAndTimeDosEpochTest>>testOffset ... finished
starting testcase: DateAndTimeDosEpochTest>>testPlus ... finished
starting testcase: DateAndTimeDosEpochTest>>testPrintOn ... finished
starting testcase: DateAndTimeDosEpochTest>>testSecond ... finished
starting testcase: DateAndTimeDosEpochTest>>testSeconds ... finished
starting testcase: DateAndTimeDosEpochTest>>testTicks ... finished
starting testcase: DateAndTimeDosEpochTest>>testTicksOffset ... finished
starting testcase: DateAndTimeDosEpochTest>>testTimeZone ... finished
starting testcase: DateAndTimeDosEpochTest>>testTo ... finished
starting testcase: DateAndTimeDosEpochTest>>testToBy ... finished
starting testcase: DateAndTimeDosEpochTest>>testToByDo ... finished
starting testcase: DateAndTimeDosEpochTest>>testToday ... finished
starting testcase: DateAndTimeDosEpochTest>>testTommorrow ... finished
starting testcase: DateAndTimeDosEpochTest>>testUtcOffset ... finished
starting testcase: DateAndTimeDosEpochTest>>testYear ... finished
starting testcase: DateAndTimeDosEpochTest>>testYearDay ... finished
starting testcase: DateAndTimeDosEpochTest>>testYearDayHourMinuteSecond ... finished
starting testcase: DateAndTimeDosEpochTest>>testYearMonthDay ... finished
starting testcase: DateAndTimeDosEpochTest>>testYearMonthDayHourMinuteSecond ... finished
starting testcase: DateAndTimeDosEpochTest>>testYearMonthDayHourMinuteSecondNanosSecondOffset ... finished
starting testcase: DateAndTimeDosEpochTest>>testYesterday ... finished
starting testcase: DateAndTimeEpochTest>>testAsDate ... finished
starting testcase: DateAndTimeEpochTest>>testAsDateAndTime ... finished
starting testcase: DateAndTimeEpochTest>>testAsDuration ... finished
starting testcase: DateAndTimeEpochTest>>testAsLocal ... finished
starting testcase: DateAndTimeEpochTest>>testAsMonth ... finished
starting testcase: DateAndTimeEpochTest>>testAsNanoSeconds ... finished
starting testcase: DateAndTimeEpochTest>>testAsSeconds ... finished
starting testcase: DateAndTimeEpochTest>>testAsTime ... finished
starting testcase: DateAndTimeEpochTest>>testAsUTC ... finished
starting testcase: DateAndTimeEpochTest>>testAsWeek ... finished
starting testcase: DateAndTimeEpochTest>>testAsYear ... finished
starting testcase: DateAndTimeEpochTest>>testCurrent ... finished
starting testcase: DateAndTimeEpochTest>>testDateTime ... finished
starting testcase: DateAndTimeEpochTest>>testDay ... finished
starting testcase: DateAndTimeEpochTest>>testDayMonthYearDo ... finished
starting testcase: DateAndTimeEpochTest>>testDayOfMonth ... finished
starting testcase: DateAndTimeEpochTest>>testDayOfWeek ... finished
starting testcase: DateAndTimeEpochTest>>testDayOfYear ... finished
starting testcase: DateAndTimeEpochTest>>testDaysInMonth ... finished
starting testcase: DateAndTimeEpochTest>>testDaysInYear ... finished
starting testcase: DateAndTimeEpochTest>>testDaysLeftInYear ... finished
starting testcase: DateAndTimeEpochTest>>testDuration ... finished
starting testcase: DateAndTimeEpochTest>>testEpoch ... finished
starting testcase: DateAndTimeEpochTest>>testFirstDayOfMonth ... finished
starting testcase: DateAndTimeEpochTest>>testFromSeconds ... finished
starting testcase: DateAndTimeEpochTest>>testFromString ... finished
starting testcase: DateAndTimeEpochTest>>testHash ... finished
starting testcase: DateAndTimeEpochTest>>testHour ... finished
starting testcase: DateAndTimeEpochTest>>testHour12 ... finished
starting testcase: DateAndTimeEpochTest>>testIsLeapYear ... finished
starting testcase: DateAndTimeEpochTest>>testJulianDayNumber ... finished
starting testcase: DateAndTimeEpochTest>>testLessThan ... finished
starting testcase: DateAndTimeEpochTest>>testMeridianAbbreviation ... finished
starting testcase: DateAndTimeEpochTest>>testMiddleOf ... finished
starting testcase: DateAndTimeEpochTest>>testMidnight ... finished
starting testcase: DateAndTimeEpochTest>>testMinus ... finished
starting testcase: DateAndTimeEpochTest>>testMinute ... finished
starting testcase: DateAndTimeEpochTest>>testMinutes ... finished
starting testcase: DateAndTimeEpochTest>>testMonth ... finished
starting testcase: DateAndTimeEpochTest>>testNanoSecond ... finished
starting testcase: DateAndTimeEpochTest>>testNew ... finished
starting testcase: DateAndTimeEpochTest>>testNoon ... finished
starting testcase: DateAndTimeEpochTest>>testNow ... finished
starting testcase: DateAndTimeEpochTest>>testOffset ... finished
starting testcase: DateAndTimeEpochTest>>testPlus ... finished
starting testcase: DateAndTimeEpochTest>>testPrintOn ... finished
starting testcase: DateAndTimeEpochTest>>testSecond ... finished
starting testcase: DateAndTimeEpochTest>>testSeconds ... finished
starting testcase: DateAndTimeEpochTest>>testTicks ... finished
starting testcase: DateAndTimeEpochTest>>testTicksOffset ... finished
starting testcase: DateAndTimeEpochTest>>testTimeZone ... finished
starting testcase: DateAndTimeEpochTest>>testTo ... finished
starting testcase: DateAndTimeEpochTest>>testToBy ... finished
starting testcase: DateAndTimeEpochTest>>testToByDo ... finished
starting testcase: DateAndTimeEpochTest>>testToday ... finished
starting testcase: DateAndTimeEpochTest>>testTommorrow ... finished
starting testcase: DateAndTimeEpochTest>>testUtcOffset ... finished
starting testcase: DateAndTimeEpochTest>>testYear ... finished
starting testcase: DateAndTimeEpochTest>>testYearDay ... finished
starting testcase: DateAndTimeEpochTest>>testYearDayHourMinuteSecond ... finished
starting testcase: DateAndTimeEpochTest>>testYearMonthDay ... finished
starting testcase: DateAndTimeEpochTest>>testYearMonthDayHourMinuteSecond ... finished
starting testcase: DateAndTimeEpochTest>>testYearMonthDayHourMinuteSecondNanosSecondOffset ... finished
starting testcase: DateAndTimeEpochTest>>testYesterday ... finished
starting testcase: DateAndTimeLeapTest>>testAsDate ... finished
starting testcase: DateAndTimeLeapTest>>testAsDuration ... finished
starting testcase: DateAndTimeLeapTest>>testAsLocal ... finished
starting testcase: DateAndTimeLeapTest>>testAsMonth ... finished
starting testcase: DateAndTimeLeapTest>>testAsNanoSeconds ... finished
starting testcase: DateAndTimeLeapTest>>testAsSeconds ... finished
starting testcase: DateAndTimeLeapTest>>testAsTime ... finished
starting testcase: DateAndTimeLeapTest>>testAsUTC ... finished
starting testcase: DateAndTimeLeapTest>>testAsWeek ... finished
starting testcase: DateAndTimeLeapTest>>testAsYear ... finished
starting testcase: DateAndTimeLeapTest>>testDay ... finished
starting testcase: DateAndTimeLeapTest>>testDayMonthYearDo ... finished
starting testcase: DateAndTimeLeapTest>>testDayOfMonth ... finished
starting testcase: DateAndTimeLeapTest>>testDayOfWeek ... finished
starting testcase: DateAndTimeLeapTest>>testDayOfYear ... finished
starting testcase: DateAndTimeLeapTest>>testDaysInMonth ... finished
starting testcase: DateAndTimeLeapTest>>testDaysInYear ... finished
starting testcase: DateAndTimeLeapTest>>testDaysLeftInYear ... finished
starting testcase: DateAndTimeLeapTest>>testFirstDayOfMonth ... finished
starting testcase: DateAndTimeLeapTest>>testFromString ... finished
starting testcase: DateAndTimeLeapTest>>testHour ... finished
starting testcase: DateAndTimeLeapTest>>testHour12 ... finished
starting testcase: DateAndTimeLeapTest>>testIsLeapYear ... finished
starting testcase: DateAndTimeLeapTest>>testLessThan ... finished
starting testcase: DateAndTimeLeapTest>>testMeridianAbbreviation ... finished
starting testcase: DateAndTimeLeapTest>>testMiddleOf ... finished
starting testcase: DateAndTimeLeapTest>>testMidnight ... finished
starting testcase: DateAndTimeLeapTest>>testMinute ... finished
starting testcase: DateAndTimeLeapTest>>testMinutes ... finished
starting testcase: DateAndTimeLeapTest>>testMonth ... finished
starting testcase: DateAndTimeLeapTest>>testNanoSecond ... finished
starting testcase: DateAndTimeLeapTest>>testNoon ... finished
starting testcase: DateAndTimeLeapTest>>testOffset ... finished
starting testcase: DateAndTimeLeapTest>>testPrintOn ... finished
starting testcase: DateAndTimeLeapTest>>testSecond ... finished
starting testcase: DateAndTimeLeapTest>>testSeconds ... finished
starting testcase: DateAndTimeLeapTest>>testTicks ... finished
starting testcase: DateAndTimeLeapTest>>testTicksOffset ... finished
starting testcase: DateAndTimeLeapTest>>testTimeZone ... finished
starting testcase: DateAndTimeLeapTest>>testUtcOffset ... finished
starting testcase: DateAndTimeLeapTest>>testYear ... finished
starting testcase: DateAndTimeLeapTest>>testYearDayHourMinuteSecond ... finished
starting testcase: DateAndTimeLeapTest>>testYearMonthDayHourMinuteSecond ... finished
starting testcase: DateAndTimeTest>>testArithmeticAcrossDateBoundary ... finished
starting testcase: DateAndTimeTest>>testAsDateAndTime ... finished
starting testcase: DateAndTimeTest>>testAsDos ... finished
starting testcase: DateAndTimeTest>>testAsTime ... finished
starting testcase: DateAndTimeTest>>testAsTimeUTC ... finished
starting testcase: DateAndTimeTest>>testAsUnixTimeIndependentOfTimezone ... finished
starting testcase: DateAndTimeTest>>testCoverage ... finished
starting testcase: DateAndTimeTest>>testCreationWithOffsets ... finished
starting testcase: DateAndTimeTest>>testDateTimeDenotation1 ... finished
starting testcase: DateAndTimeTest>>testDateTimeDenotation2 ... finished
starting testcase: DateAndTimeTest>>testDayOfWeekWithUTC ... finished
starting testcase: DateAndTimeTest>>testDosEpoch ... finished
starting testcase: DateAndTimeTest>>testErrorWhenDayIsAfterMonthEnd ... finished
starting testcase: DateAndTimeTest>>testErrorWhenDayIsBeforeMonthStart ... finished
starting testcase: DateAndTimeTest>>testFromDos ... finished
starting testcase: DateAndTimeTest>>testFromString ... finished
starting testcase: DateAndTimeTest>>testInstanceCreation ... finished
starting testcase: DateAndTimeTest>>testInstanceCreationFromADateAndATime ... finished
starting testcase: DateAndTimeTest>>testMethodsOfTheClassShouldNotBeRepeatedInItsSuperclasses ... finished
starting testcase: DateAndTimeTest>>testMonotonicity ... finished
starting testcase: DateAndTimeTest>>testNew ... finished
starting testcase: DateAndTimeTest>>testNotSymmetricWithString ... finished
starting testcase: DateAndTimeTest>>testOffset ... finished
starting testcase: DateAndTimeTest>>testPharoEpoch ... finished
starting testcase: DateAndTimeTest>>testPrintString ... finished
starting testcase: DateAndTimeTest>>testPrintStringNoOffset ... finished
starting testcase: DateAndTimeTest>>testPrintStringSecond ... finished
starting testcase: DateAndTimeTest>>testReadFrom ... finished
starting testcase: DateAndTimeTest>>testReadFromDateOnly ... finished
starting testcase: DateAndTimeTest>>testReadFromDefaultOffsetNotSpecified ... finished
starting testcase: DateAndTimeTest>>testReadFromDefaultOffsetSpecified ... finished
starting testcase: DateAndTimeTest>>testReadFromFoolProofExtension ... finished
starting testcase: DateAndTimeTest>>testReadFromNoOffset ... finished
starting testcase: DateAndTimeTest>>testReadFromOffset ... finished
starting testcase: DateAndTimeTest>>testReadFromSecond ... finished
starting testcase: DateAndTimeTest>>testReadFromSpaceBeforeOffset ... finished
starting testcase: DateAndTimeTest>>testReadFromUTCOffset ... finished
starting testcase: DateAndTimeTest>>testReadTimeWithOtherCharactersAfter ... finished
starting testcase: DateAndTimeTest>>testReadTimeZoneOffsetISO ... finished
starting testcase: DateAndTimeTest>>testReadTimeZoneOffsetISO822WithOtherCharactersAfter ... finished
starting testcase: DateAndTimeTest>>testReadTimeZoneOffsetRFC822 ... finished
starting testcase: DateAndTimeTest>>testReadTimeZoneOffsetRFC822WithOtherCharactersAfter ... finished
starting testcase: DateAndTimeTest>>testReflexive ... finished
starting testcase: DateAndTimeTest>>testSecondsAcrossTimeZones ... finished
starting testcase: DateAndTimeTest>>testSecondsRoundTrip ... finished
starting testcase: DateAndTimeTest>>testSecondsSinceMidnightLocalTime ... finished
starting testcase: DateAndTimeTest>>testSecondsSinceMidnightLocalTimeNormalization ... finished
starting testcase: DateAndTimeTest>>testSimpleAccessors ... finished
starting testcase: DateAndTimeTest>>testSubstracting ... finished
starting testcase: DateAndTimeTest>>testSubstracting02 ... finished
starting testcase: DateAndTimeTest>>testSymmetric ... finished
starting testcase: DateAndTimeTest>>testTimeZoneEquivalence ... finished
starting testcase: DateAndTimeTest>>testTimeZoneEquivalence2 ... finished
starting testcase: DateAndTimeTest>>testTraitExplicitRequirementMethodsMustBeImplementedInTheClassOrInASuperclass ... finished
starting testcase: DateAndTimeTest>>testTransitive ... finished
starting testcase: DateAndTimeTest>>testUnCategorizedMethods ... finished
starting testcase: DateAndTimeTest>>testUnixEpoch ... finished
starting testcase: DateAndTimeTest>>testYearMonth ... finished
starting testcase: DateAndTimeUnixEpochTest>>testAsDate ... finished
starting testcase: DateAndTimeUnixEpochTest>>testAsDateAndTime ... finished
starting testcase: DateAndTimeUnixEpochTest>>testAsDuration ... finished
starting testcase: DateAndTimeUnixEpochTest>>testAsLocal ... finished
starting testcase: DateAndTimeUnixEpochTest>>testAsMonth ... finished
starting testcase: DateAndTimeUnixEpochTest>>testAsNanoSeconds ... finished
starting testcase: DateAndTimeUnixEpochTest>>testAsSeconds ... finished
starting testcase: DateAndTimeUnixEpochTest>>testAsTime ... finished
starting testcase: DateAndTimeUnixEpochTest>>testAsUTC ... finished
starting testcase: DateAndTimeUnixEpochTest>>testAsWeek ... finished
starting testcase: DateAndTimeUnixEpochTest>>testAsYear ... finished
starting testcase: DateAndTimeUnixEpochTest>>testCurrent ... finished
starting testcase: DateAndTimeUnixEpochTest>>testDateTime ... finished
starting testcase: DateAndTimeUnixEpochTest>>testDay ... finished
starting testcase: DateAndTimeUnixEpochTest>>testDayMonthYearDo ... finished
starting testcase: DateAndTimeUnixEpochTest>>testDayOfMonth ... finished
starting testcase: DateAndTimeUnixEpochTest>>testDayOfWeek ... finished
starting testcase: DateAndTimeUnixEpochTest>>testDayOfYear ... finished
starting testcase: DateAndTimeUnixEpochTest>>testDaysInMonth ... finished
starting testcase: DateAndTimeUnixEpochTest>>testDaysInYear ... finished
starting testcase: DateAndTimeUnixEpochTest>>testDaysLeftInYear ... finished
starting testcase: DateAndTimeUnixEpochTest>>testDuration ... finished
starting testcase: DateAndTimeUnixEpochTest>>testEpoch ... finished
starting testcase: DateAndTimeUnixEpochTest>>testFirstDayOfMonth ... finished
starting testcase: DateAndTimeUnixEpochTest>>testFromSeconds ... finished
starting testcase: DateAndTimeUnixEpochTest>>testFromString ... finished
starting testcase: DateAndTimeUnixEpochTest>>testHash ... finished
starting testcase: DateAndTimeUnixEpochTest>>testHour ... finished
starting testcase: DateAndTimeUnixEpochTest>>testHour12 ... finished
starting testcase: DateAndTimeUnixEpochTest>>testIsLeapYear ... finished
starting testcase: DateAndTimeUnixEpochTest>>testJulianDayNumber ... finished
starting testcase: DateAndTimeUnixEpochTest>>testLessThan ... finished
starting testcase: DateAndTimeUnixEpochTest>>testMeridianAbbreviation ... finished
starting testcase: DateAndTimeUnixEpochTest>>testMiddleOf ... finished
starting testcase: DateAndTimeUnixEpochTest>>testMidnight ... finished
starting testcase: DateAndTimeUnixEpochTest>>testMinus ... finished
starting testcase: DateAndTimeUnixEpochTest>>testMinute ... finished
starting testcase: DateAndTimeUnixEpochTest>>testMinutes ... finished
starting testcase: DateAndTimeUnixEpochTest>>testMonth ... finished
starting testcase: DateAndTimeUnixEpochTest>>testNanoSecond ... finished
starting testcase: DateAndTimeUnixEpochTest>>testNoon ... finished
starting testcase: DateAndTimeUnixEpochTest>>testNow ... finished
starting testcase: DateAndTimeUnixEpochTest>>testOffset ... finished
starting testcase: DateAndTimeUnixEpochTest>>testPlus ... finished
starting testcase: DateAndTimeUnixEpochTest>>testPrintOn ... finished
starting testcase: DateAndTimeUnixEpochTest>>testSecond ... finished
starting testcase: DateAndTimeUnixEpochTest>>testSeconds ... finished
starting testcase: DateAndTimeUnixEpochTest>>testTicks ... finished
starting testcase: DateAndTimeUnixEpochTest>>testTicksOffset ... finished
starting testcase: DateAndTimeUnixEpochTest>>testTimeZone ... finished
starting testcase: DateAndTimeUnixEpochTest>>testTo ... finished
starting testcase: DateAndTimeUnixEpochTest>>testToBy ... finished
starting testcase: DateAndTimeUnixEpochTest>>testToByDo ... finished
starting testcase: DateAndTimeUnixEpochTest>>testToday ... finished
starting testcase: DateAndTimeUnixEpochTest>>testTommorrow ... finished
starting testcase: DateAndTimeUnixEpochTest>>testUtcOffset ... finished
starting testcase: DateAndTimeUnixEpochTest>>testYear ... finished
starting testcase: DateAndTimeUnixEpochTest>>testYearDay ... finished
starting testcase: DateAndTimeUnixEpochTest>>testYearDayHourMinuteSecond ... finished
starting testcase: DateAndTimeUnixEpochTest>>testYearMonthDay ... finished
starting testcase: DateAndTimeUnixEpochTest>>testYearMonthDayHourMinuteSecond ... finished
starting testcase: DateAndTimeUnixEpochTest>>testYearMonthDayHourMinuteSecondNanosSecondOffset ... finished
starting testcase: DateAndTimeUnixEpochTest>>testYesterday ... finished
starting testcase: DateTest>>testAccessing ... finished
starting testcase: DateTest>>testAddDays ... finished
starting testcase: DateTest>>testAddMonths ... finished
starting testcase: DateTest>>testArithmetic ... finished
starting testcase: DateTest>>testAsDate ... finished
starting testcase: DateTest>>testAsMonthInYear ... finished
starting testcase: DateTest>>testAsSeconds ... finished
starting testcase: DateTest>>testBasicPrinting ... finished
starting testcase: DateTest>>testComparing ... finished
starting testcase: DateTest>>testCoverage ... finished
starting testcase: DateTest>>testDayMonthYearDo ... finished
starting testcase: DateTest>>testDayOfWeek ... finished
starting testcase: DateTest>>testDaysInMonthForYear ... finished
starting testcase: DateTest>>testDaysInYear ... finished
starting testcase: DateTest>>testDuration ... finished
starting testcase: DateTest>>testEqual ... finished
starting testcase: DateTest>>testEquals ... finished
starting testcase: DateTest>>testFirstWeekdayOfMonthYear ... finished
starting testcase: DateTest>>testFromDays ... finished
starting testcase: DateTest>>testFromSeconds ... finished
starting testcase: DateTest>>testFromString ... finished
starting testcase: DateTest>>testIndexOfMonth ... finished
starting testcase: DateTest>>testInquiries ... finished
starting testcase: DateTest>>testIsAfter ... finished
starting testcase: DateTest>>testIsBefore ... finished
starting testcase: DateTest>>testIsLeapYear ... finished
starting testcase: DateTest>>testIsOnOrAfter ... finished
starting testcase: DateTest>>testIsOnOrBefore ... finished
starting testcase: DateTest>>testJulianDayNumber ... finished
starting testcase: DateTest>>testMethodsOfTheClassShouldNotBeRepeatedInItsSuperclasses ... finished
starting testcase: DateTest>>testMmddyyyy ... finished
starting testcase: DateTest>>testNameOfDay ... finished
starting testcase: DateTest>>testNameOfMonth ... finished
starting testcase: DateTest>>testNew ... finished
starting testcase: DateTest>>testNewDayMonthYear ... finished
starting testcase: DateTest>>testNewDayYear ... finished
starting testcase: DateTest>>testNext ... finished
starting testcase: DateTest>>testPrevious ... finished
starting testcase: DateTest>>testPreviousByName ... finished
starting testcase: DateTest>>testPrintFormat ... finished
starting testcase: DateTest>>testPrintOn ... finished
starting testcase: DateTest>>testPrintOnFormat ... finished
starting testcase: DateTest>>testReadFrom ... finished
starting testcase: DateTest>>testStarting ... finished
starting testcase: DateTest>>testStoreOn ... finished
starting testcase: DateTest>>testStoring ... finished
starting testcase: DateTest>>testSubtractDate ... finished
starting testcase: DateTest>>testSubtractDays ... finished
starting testcase: DateTest>>testTomorrow ... finished
starting testcase: DateTest>>testTraitExplicitRequirementMethodsMustBeImplementedInTheClassOrInASuperclass ... finished
starting testcase: DateTest>>testUnCategorizedMethods ... finished
starting testcase: DateTest>>testWeekday ... finished
starting testcase: DateTest>>testYesterday ... finished
starting testcase: DateTest>>testYyyymmdd ... finished
starting testcase: DelayBasicSchedulerMicrosecondTickerTest>>testDelayWaitTimeoutCompleted ... finished
starting testcase: DelayBasicSchedulerMicrosecondTickerTest>>testDelayWaitTimeoutTimedOut ... finished
starting testcase: DelayBasicSchedulerMicrosecondTickerTest>>testDurationLessThanMaxTicks ... finished
starting testcase: DelayBasicSchedulerMicrosecondTickerTest>>testDurationMoreThanMaxTicks ... finished
starting testcase: DelayBasicSchedulerMicrosecondTickerTest>>testForMilliseconds ... finished
starting testcase: DelayBasicSchedulerMicrosecondTickerTest>>testForSeconds ... finished
starting testcase: DelayBasicSchedulerMicrosecondTickerTest>>testHeapBackwards ... finished
starting testcase: DelayBasicSchedulerMicrosecondTickerTest>>testHeapForwards ... finished
starting testcase: DelayBasicSchedulerMicrosecondTickerTest>>testMillisecondsToGo ... finished
starting testcase: DelayBasicSchedulerMicrosecondTickerTest>>testMillisecondsToGoExpired ... finished
starting testcase: DelayBasicSchedulerMicrosecondTickerTest>>testMultiSchedule ... finished
starting testcase: DelayBasicSchedulerMicrosecondTickerTest>>testSimpleOneDelay ... finished
starting testcase: DelayBasicSchedulerMicrosecondTickerTest>>testSimpleTwoDelays ... finished
starting testcase: DelayBasicSchedulerMicrosecondTickerTest>>testStartStop ... finished
starting testcase: DelayBasicSchedulerMicrosecondTickerTest>>testStoppedSchedulerExpiresRemainingDelays ... finished
starting testcase: DelayBasicSchedulerMicrosecondTickerTest>>testSuspendForSnapshot ... finished
starting testcase: DelayBasicSchedulerMillisecondTickerTest>>testDelayWaitTimeoutCompleted ... finished
starting testcase: DelayBasicSchedulerMillisecondTickerTest>>testDelayWaitTimeoutTimedOut ... finished
starting testcase: DelayBasicSchedulerMillisecondTickerTest>>testDurationLessThanMaxTicks ... finished
starting testcase: DelayBasicSchedulerMillisecondTickerTest>>testDurationMoreThanMaxTicks ... finished
starting testcase: DelayBasicSchedulerMillisecondTickerTest>>testForMilliseconds ... finished
starting testcase: DelayBasicSchedulerMillisecondTickerTest>>testForSeconds ... finished
starting testcase: DelayBasicSchedulerMillisecondTickerTest>>testHeapBackwards ... finished
starting testcase: DelayBasicSchedulerMillisecondTickerTest>>testHeapForwards ... finished
starting testcase: DelayBasicSchedulerMillisecondTickerTest>>testMillisecondsToGo ... finished
starting testcase: DelayBasicSchedulerMillisecondTickerTest>>testMillisecondsToGoExpired ... finished
starting testcase: DelayBasicSchedulerMillisecondTickerTest>>testMultiSchedule ... finished
starting testcase: DelayBasicSchedulerMillisecondTickerTest>>testSimpleOneDelay ... finished
starting testcase: DelayBasicSchedulerMillisecondTickerTest>>testSimpleTwoDelays ... finished
starting testcase: DelayBasicSchedulerMillisecondTickerTest>>testStartStop ... finished
starting testcase: DelayBasicSchedulerMillisecondTickerTest>>testStoppedSchedulerExpiresRemainingDelays ... finished
starting testcase: DelayBasicSchedulerMillisecondTickerTest>>testSuspendForSnapshot ... finished
starting testcase: DelayMutexSchedulerMicrosecondTickerTest>>testDelayWaitTimeoutCompleted ... finished
starting testcase: DelayMutexSchedulerMicrosecondTickerTest>>testDelayWaitTimeoutTimedOut ... finished
starting testcase: DelayMutexSchedulerMicrosecondTickerTest>>testDurationLessThanMaxTicks ... finished
starting testcase: DelayMutexSchedulerMicrosecondTickerTest>>testDurationMoreThanMaxTicks ... finished
starting testcase: DelayMutexSchedulerMicrosecondTickerTest>>testForMilliseconds ... finished
starting testcase: DelayMutexSchedulerMicrosecondTickerTest>>testForSeconds ... finished
starting testcase: DelayMutexSchedulerMicrosecondTickerTest>>testHeapBackwards ... finished
starting testcase: DelayMutexSchedulerMicrosecondTickerTest>>testHeapForwards ... finished
starting testcase: DelayMutexSchedulerMicrosecondTickerTest>>testMillisecondsToGo ... finished
starting testcase: DelayMutexSchedulerMicrosecondTickerTest>>testMillisecondsToGoExpired ... finished
starting testcase: DelayMutexSchedulerMicrosecondTickerTest>>testMultiSchedule ... finished
starting testcase: DelayMutexSchedulerMicrosecondTickerTest>>testSimpleOneDelay ... finished
starting testcase: DelayMutexSchedulerMicrosecondTickerTest>>testSimpleTwoDelays ... finished
starting testcase: DelayMutexSchedulerMicrosecondTickerTest>>testStartStop ... finished
starting testcase: DelayMutexSchedulerMicrosecondTickerTest>>testStoppedSchedulerExpiresRemainingDelays ... finished
starting testcase: DelayMutexSchedulerMicrosecondTickerTest>>testSuspendForSnapshot ... finished
starting testcase: DelayMutexSchedulerMillisecondTickerTest>>testDelayWaitTimeoutCompleted ... finished
starting testcase: DelayMutexSchedulerMillisecondTickerTest>>testDelayWaitTimeoutTimedOut ... finished
starting testcase: DelayMutexSchedulerMillisecondTickerTest>>testDurationLessThanMaxTicks ... finished
starting testcase: DelayMutexSchedulerMillisecondTickerTest>>testDurationMoreThanMaxTicks ... finished
starting testcase: DelayMutexSchedulerMillisecondTickerTest>>testForMilliseconds ... finished
starting testcase: DelayMutexSchedulerMillisecondTickerTest>>testForSeconds ... finished
starting testcase: DelayMutexSchedulerMillisecondTickerTest>>testHeapBackwards ... finished
starting testcase: DelayMutexSchedulerMillisecondTickerTest>>testHeapForwards ... finished
starting testcase: DelayMutexSchedulerMillisecondTickerTest>>testMillisecondsToGo ... finished
starting testcase: DelayMutexSchedulerMillisecondTickerTest>>testMillisecondsToGoExpired ... finished
starting testcase: DelayMutexSchedulerMillisecondTickerTest>>testMultiSchedule ... finished
starting testcase: DelayMutexSchedulerMillisecondTickerTest>>testSimpleOneDelay ... finished
starting testcase: DelayMutexSchedulerMillisecondTickerTest>>testSimpleTwoDelays ... finished
starting testcase: DelayMutexSchedulerMillisecondTickerTest>>testStartStop ... finished
starting testcase: DelayMutexSchedulerMillisecondTickerTest>>testStoppedSchedulerExpiresRemainingDelays ... finished
starting testcase: DelayMutexSchedulerMillisecondTickerTest>>testSuspendForSnapshot ... finished
starting testcase: DelaySemaphoreSchedulerMicrosecondTickerTest>>testDelayWaitTimeoutCompleted ... finished
starting testcase: DelaySemaphoreSchedulerMicrosecondTickerTest>>testDelayWaitTimeoutTimedOut ... finished
starting testcase: DelaySemaphoreSchedulerMicrosecondTickerTest>>testDurationLessThanMaxTicks ... finished
starting testcase: DelaySemaphoreSchedulerMicrosecondTickerTest>>testDurationMoreThanMaxTicks ... finished
starting testcase: DelaySemaphoreSchedulerMicrosecondTickerTest>>testForMilliseconds ... finished
starting testcase: DelaySemaphoreSchedulerMicrosecondTickerTest>>testForSeconds ... finished
starting testcase: DelaySemaphoreSchedulerMicrosecondTickerTest>>testHeapBackwards ... finished
starting testcase: DelaySemaphoreSchedulerMicrosecondTickerTest>>testHeapForwards ... finished
starting testcase: DelaySemaphoreSchedulerMicrosecondTickerTest>>testMillisecondsToGo ... finished
starting testcase: DelaySemaphoreSchedulerMicrosecondTickerTest>>testMillisecondsToGoExpired ... finished
starting testcase: DelaySemaphoreSchedulerMicrosecondTickerTest>>testMultiSchedule ... finished
starting testcase: DelaySemaphoreSchedulerMicrosecondTickerTest>>testSimpleOneDelay ... finished
starting testcase: DelaySemaphoreSchedulerMicrosecondTickerTest>>testSimpleTwoDelays ... finished
starting testcase: DelaySemaphoreSchedulerMicrosecondTickerTest>>testStartStop ... finished
starting testcase: DelaySemaphoreSchedulerMicrosecondTickerTest>>testStoppedSchedulerExpiresRemainingDelays ... finished
starting testcase: DelaySemaphoreSchedulerMicrosecondTickerTest>>testSuspendForSnapshot ... finished
starting testcase: DelaySemaphoreSchedulerMillisecondTickerTest>>testDelayWaitTimeoutCompleted ... finished
starting testcase: DelaySemaphoreSchedulerMillisecondTickerTest>>testDelayWaitTimeoutTimedOut ... finished
starting testcase: DelaySemaphoreSchedulerMillisecondTickerTest>>testDurationLessThanMaxTicks ... finished
starting testcase: DelaySemaphoreSchedulerMillisecondTickerTest>>testDurationMoreThanMaxTicks ... finished
starting testcase: DelaySemaphoreSchedulerMillisecondTickerTest>>testForMilliseconds ... finished
starting testcase: DelaySemaphoreSchedulerMillisecondTickerTest>>testForSeconds ... finished
starting testcase: DelaySemaphoreSchedulerMillisecondTickerTest>>testHeapBackwards ... finished
starting testcase: DelaySemaphoreSchedulerMillisecondTickerTest>>testHeapForwards ... finished
starting testcase: DelaySemaphoreSchedulerMillisecondTickerTest>>testMillisecondsToGo ... finished
starting testcase: DelaySemaphoreSchedulerMillisecondTickerTest>>testMillisecondsToGoExpired ... finished
starting testcase: DelaySemaphoreSchedulerMillisecondTickerTest>>testMultiSchedule ... finished
starting testcase: DelaySemaphoreSchedulerMillisecondTickerTest>>testSimpleOneDelay ... finished
starting testcase: DelaySemaphoreSchedulerMillisecondTickerTest>>testSimpleTwoDelays ... finished
starting testcase: DelaySemaphoreSchedulerMillisecondTickerTest>>testStartStop ... finished
starting testcase: DelaySemaphoreSchedulerMillisecondTickerTest>>testStoppedSchedulerExpiresRemainingDelays ... finished
starting testcase: DelaySemaphoreSchedulerMillisecondTickerTest>>testSuspendForSnapshot ... finished
starting testcase: DelayTest>>testBounds ... finished
starting testcase: DelayTest>>testMultiProcessWaitOnSameDelay ... finished
starting testcase: DelayTest>>testMultiSchedule ... finished
starting testcase: DelayTest>>testSemaphoreNoTimeout ... finished
starting testcase: DelayTest>>testSemaphoreTimeout ... finished
starting testcase: DependentsArrayTest>>testSize ... finished
starting testcase: DurationTest>>testAbs ... finished
starting testcase: DurationTest>>testAsDay ... finished
starting testcase: DurationTest>>testAsDays ... finished
starting testcase: DurationTest>>testAsDelay ... finished
starting testcase: DurationTest>>testAsDuration ... finished
starting testcase: DurationTest>>testAsHour ... finished
starting testcase: DurationTest>>testAsHours ... finished
starting testcase: DurationTest>>testAsMilliSecond ... finished
starting testcase: DurationTest>>testAsMilliSeconds ... finished
starting testcase: DurationTest>>testAsMinute ... finished
starting testcase: DurationTest>>testAsMinutes ... finished
starting testcase: DurationTest>>testAsNanoSeconds ... finished
starting testcase: DurationTest>>testAsSecond ... finished
starting testcase: DurationTest>>testAsSeconds ... finished
starting testcase: DurationTest>>testAsWeek ... finished
starting testcase: DurationTest>>testAsWeeks ... finished
starting testcase: DurationTest>>testAsYear ... finished
starting testcase: DurationTest>>testAsYears ... finished
starting testcase: DurationTest>>testComparing ... finished
starting testcase: DurationTest>>testCoverage ... finished
starting testcase: DurationTest>>testDays ... finished
starting testcase: DurationTest>>testDivide ... finished
starting testcase: DurationTest>>testFromString ... finished
starting testcase: DurationTest>>testHash ... finished
starting testcase: DurationTest>>testHours ... finished
starting testcase: DurationTest>>testHumanReadablePrintString ... finished
starting testcase: DurationTest>>testIntegerDivision ... finished
starting testcase: DurationTest>>testIsZero ... finished
starting testcase: DurationTest>>testLessThan ... finished
starting testcase: DurationTest>>testMethodsOfTheClassShouldNotBeRepeatedInItsSuperclasses ... finished
starting testcase: DurationTest>>testMilliSeconds ... finished
starting testcase: DurationTest>>testMinus ... finished
starting testcase: DurationTest>>testMinutes ... finished
starting testcase: DurationTest>>testModulo ... finished
starting testcase: DurationTest>>testMonthDurations ... finished
starting testcase: DurationTest>>testMultiply ... finished
starting testcase: DurationTest>>testNanoSecond ... finished
starting testcase: DurationTest>>testNanoSeconds ... finished
starting testcase: DurationTest>>testNegated ... finished
starting testcase: DurationTest>>testNegative ... finished
starting testcase: DurationTest>>testNew ... finished
starting testcase: DurationTest>>testNormalizeNanoSeconds ... finished
starting testcase: DurationTest>>testNumberConvenienceMethods ... finished
starting testcase: DurationTest>>testPlus ... finished
starting testcase: DurationTest>>testPositive ... finished
starting testcase: DurationTest>>testPrintHumanReadableOn ... finished
starting testcase: DurationTest>>testPrintOn ... finished
starting testcase: DurationTest>>testQuotient ... finished
starting testcase: DurationTest>>testReadFrom ... finished
starting testcase: DurationTest>>testReadFromBogus ... finished
starting testcase: DurationTest>>testReadFromMillisecond ... finished
starting testcase: DurationTest>>testReadFromNoException ... finished
starting testcase: DurationTest>>testRoundTo ... finished
starting testcase: DurationTest>>testSeconds ... finished
starting testcase: DurationTest>>testSecondsNanoSeconds ... finished
starting testcase: DurationTest>>testStoreOn ... finished
starting testcase: DurationTest>>testTicks ... finished
starting testcase: DurationTest>>testTotalSeconds ... finished
starting testcase: DurationTest>>testTraitExplicitRequirementMethodsMustBeImplementedInTheClassOrInASuperclass ... finished
starting testcase: DurationTest>>testTruncateTo ... finished
starting testcase: DurationTest>>testUnCategorizedMethods ... finished
starting testcase: DurationTest>>testWeeks ... finished
starting testcase: DurationTest>>testWholeMicroseconds ... finished
starting testcase: DurationTest>>testWholeMilliseconds ... finished
starting testcase: DurationTest>>testWholeNanoseconds ... finished
starting testcase: DurationTest>>testZero ... finished
starting testcase: ExceptionTest>>testDefaultDescription ... finished
starting testcase: ExceptionTest>>testDescription ... finished
starting testcase: ExceptionTest>>testDoubleOuterPass ... finished
starting testcase: ExceptionTest>>testDoublePassOuter ... finished
starting testcase: ExceptionTest>>testDoubleResume ... finished
starting testcase: ExceptionTest>>testHandlerContext ... finished
starting testcase: ExceptionTest>>testHandlerFromAction ... finished
starting testcase: ExceptionTest>>testHandlingExceptionSetWithExclusion ... finished
starting testcase: ExceptionTest>>testHandlingWhenThereIsSomeExclusionButDontApplies ... finished
starting testcase: ExceptionTest>>testHandlingWithExclusion ... finished
starting testcase: ExceptionTest>>testHandlingWithSeveralExclusions ... finished
starting testcase: ExceptionTest>>testHandlingWithSeveralExclusionsAndExceptionSetsHandling ... finished
starting testcase: ExceptionTest>>testNoTimeout ... finished
starting testcase: ExceptionTest>>testNonResumableFallOffTheEndHandler ... finished
starting testcase: ExceptionTest>>testNonResumableOuter ... finished
starting testcase: ExceptionTest>>testNonResumablePass ... finished
starting testcase: ExceptionTest>>testResignalAs ... finished
starting testcase: ExceptionTest>>testResignalAsUnwinds ... finished
starting testcase: ExceptionTest>>testResumableFallOffTheEndHandler ... finished
starting testcase: ExceptionTest>>testResumableOuter ... finished
starting testcase: ExceptionTest>>testResumablePass ... finished
starting testcase: ExceptionTest>>testSignalFromHandlerActionTest ... finished
starting testcase: ExceptionTest>>testSignalWithTag ... finished
starting testcase: ExceptionTest>>testSimpleEnsure ... finished
starting testcase: ExceptionTest>>testSimpleEnsureTestWithError ... finished
starting testcase: ExceptionTest>>testSimpleEnsureTestWithNotification ... finished
starting testcase: ExceptionTest>>testSimpleEnsureTestWithUparrow ... finished
starting testcase: ExceptionTest>>testSimpleIsNested ... finished
starting testcase: ExceptionTest>>testSimpleOuter ... finished
starting testcase: ExceptionTest>>testSimplePass ... finished
starting testcase: ExceptionTest>>testSimpleResignalAs ... finished
starting testcase: ExceptionTest>>testSimpleResume ... finished
starting testcase: ExceptionTest>>testSimpleRetry ... finished
starting testcase: ExceptionTest>>testSimpleRetryUsing ... finished
starting testcase: ExceptionTest>>testSimpleReturn ... finished
starting testcase: ExceptionTest>>testTimeoutWithZeroDuration ... finished
starting testcase: ExceptionTest>>testUnhandledErrorWhenHandlerPassesOriginalException ... finished
starting testcase: ExceptionTest>>testUnhandledErrorWhenNoHandlers ... finished
starting testcase: ExceptionTest>>testUnhandledErrorWhenTwoHandlersPassOriginalException ... finished
starting testcase: ExceptionTest>>testUnhandledExceptionShouldAllowToCatchError ... finished
starting testcase: ExceptionTest>>testUnhandledExceptionShouldAllowToCatchHalt ... finished
starting testcase: ExceptionTest>>testUnhandledExceptionShouldAllowToCatchWarning ... finished
starting testcase: ExceptionTest>>testUnhandledWarningShouldBeProcessedAsUnhandledError ... finished
starting testcase: FalseTest>>testAND ... finished
starting testcase: FalseTest>>testAnd ... finished
starting testcase: FalseTest>>testAsBit ... finished
starting testcase: FalseTest>>testCoverage ... finished
starting testcase: FalseTest>>testIfFalse ... finished
starting testcase: FalseTest>>testIfFalseIfTrue ... finished
starting testcase: FalseTest>>testIfTrue ... finished
starting testcase: FalseTest>>testIfTrueIfFalse ... finished
starting testcase: FalseTest>>testMethodsOfTheClassShouldNotBeRepeatedInItsSuperclasses ... finished
starting testcase: FalseTest>>testNew ... finished
starting testcase: FalseTest>>testNot ... finished
starting testcase: FalseTest>>testOR ... finished
starting testcase: FalseTest>>testOr ... finished
starting testcase: FalseTest>>testPrintOn ... finished
starting testcase: FalseTest>>testTraitExplicitRequirementMethodsMustBeImplementedInTheClassOrInASuperclass ... finished
starting testcase: FalseTest>>testUnCategorizedMethods ... finished
starting testcase: FalseTest>>testXor ... finished
starting testcase: FloatTest>>test32bitConversion ... finished
starting testcase: FloatTest>>test32bitGradualUnderflow ... finished
starting testcase: FloatTest>>test32bitRoundingMode ... finished
starting testcase: FloatTest>>testArcTan ... finished
starting testcase: FloatTest>>testBinaryLiteralString ... finished
starting testcase: FloatTest>>testCeiling ... finished
starting testcase: FloatTest>>testCharacterization ... finished
starting testcase: FloatTest>>testCloseTo ... finished
starting testcase: FloatTest>>testComparison ... finished
starting testcase: FloatTest>>testComparisonWhenPrimitiveFails ... finished
starting testcase: FloatTest>>testContinuedFractions ... finished
starting testcase: FloatTest>>testCopy ... finished
starting testcase: FloatTest>>testCopySignTo ... finished
starting testcase: FloatTest>>testCoverage ... finished
starting testcase: FloatTest>>testDegreeCos ... finished
starting testcase: FloatTest>>testDegreeCosForExceptionalValues ... finished
starting testcase: FloatTest>>testDegreeSin ... finished
starting testcase: FloatTest>>testDegreeSinForExceptionalValues ... finished
starting testcase: FloatTest>>testDivide ... finished
starting testcase: FloatTest>>testFloatPrintPolicy ... finished
starting testcase: FloatTest>>testFloatPrinting ... finished
starting testcase: FloatTest>>testFloatRounded ... finished
starting testcase: FloatTest>>testFloatTruncated ... finished
starting testcase: FloatTest>>testFloor ... finished
starting testcase: FloatTest>>testFloorLog2 ... finished
starting testcase: FloatTest>>testFractionAsFloat ... finished
starting testcase: FloatTest>>testFractionAsFloat2 ... finished
starting testcase: FloatTest>>testFractionAsFloatWithUnderflow ... finished
starting testcase: FloatTest>>testHash ... finished
starting testcase: FloatTest>>testHugeIntegerCloseTo ... finished
starting testcase: FloatTest>>testInfinity1 ... finished
starting testcase: FloatTest>>testInfinity2 ... finished
starting testcase: FloatTest>>testInfinityCloseTo ... finished
starting testcase: FloatTest>>testIntegerAsFloat ... finished
starting testcase: FloatTest>>testIsZero ... finished
starting testcase: FloatTest>>testLiteralEqual ... finished
starting testcase: FloatTest>>testMaxExactInteger ... finished
starting testcase: FloatTest>>testMethodsOfTheClassShouldNotBeRepeatedInItsSuperclasses ... finished
starting testcase: FloatTest>>testNaN1 ... finished
starting testcase: FloatTest>>testNaN2 ... finished
starting testcase: FloatTest>>testNaN3 ... finished
starting testcase: FloatTest>>testNaN4 ... finished
starting testcase: FloatTest>>testNaN5 ... finished
starting testcase: FloatTest>>testNaNCompare ... finished
starting testcase: FloatTest>>testNaNisLiteral ... finished
starting testcase: FloatTest>>testNegativeZeroAbs ... finished
starting testcase: FloatTest>>testNegativeZeroSign ... finished
starting testcase: FloatTest>>testNew ... finished
starting testcase: FloatTest>>testPrintPaddedWithTo ... finished
starting testcase: FloatTest>>testRaisedTo ... finished
starting testcase: FloatTest>>testReadFromManyDigits ... finished
starting testcase: FloatTest>>testReadingTooLargeExponents ... finished
starting testcase: FloatTest>>testReciprocal ... finished
starting testcase: FloatTest>>testRounded ... finished
starting testcase: FloatTest>>testRounding ... finished
starting testcase: FloatTest>>testSetOfFloat ... finished
starting testcase: FloatTest>>testSign ... finished
starting testcase: FloatTest>>testStoreBase16 ... finished
starting testcase: FloatTest>>testStoreOn ... finished
starting testcase: FloatTest>>testStoreOnRoundTrip ... finished
starting testcase: FloatTest>>testStringAsNumber ... finished
starting testcase: FloatTest>>testTraitExplicitRequirementMethodsMustBeImplementedInTheClassOrInASuperclass ... finished
starting testcase: FloatTest>>testTruncated ... finished
starting testcase: FloatTest>>testUnCategorizedMethods ... finished
starting testcase: FloatTest>>testZero1 ... finished
starting testcase: FloatTest>>testZeroRaisedToNegativePower ... finished
starting testcase: FloatTest>>testZeroSignificandAsInteger ... finished
starting testcase: FluidClassDefinitionPrinterTest>>testArray ... finished
starting testcase: FluidClassDefinitionPrinterTest>>testArrayedCollectionWithPoolDictionary ... finished
starting testcase: FluidClassDefinitionPrinterTest>>testByteString ... finished
starting testcase: FluidClassDefinitionPrinterTest>>testChronologyConstants ... finished
starting testcase: FluidClassDefinitionPrinterTest>>testClassDefinitionWithComplexSlotShouldBeDisplayedAsFluid ... finished
starting testcase: FluidClassDefinitionPrinterTest>>testCompactClassTemplate ... finished
starting testcase: FluidClassDefinitionPrinterTest>>testDefinitionWithComplexSlot ... finished
starting testcase: FluidClassDefinitionPrinterTest>>testDisplayEmptySlots ... finished
starting testcase: FluidClassDefinitionPrinterTest>>testDoesNotDisplayEmptySlots ... finished
starting testcase: FluidClassDefinitionPrinterTest>>testExpandedEmptyLayoutClass ... finished
starting testcase: FluidClassDefinitionPrinterTest>>testExpandedOnClassWithoutTag ... finished
starting testcase: FluidClassDefinitionPrinterTest>>testExpandedPoint ... finished
starting testcase: FluidClassDefinitionPrinterTest>>testExpandedTime ... finished
starting testcase: FluidClassDefinitionPrinterTest>>testFullClassTemplate ... finished
starting testcase: FluidClassDefinitionPrinterTest>>testMetaclass ... finished
starting testcase: FluidClassDefinitionPrinterTest>>testMetaclassClass ... finished
starting testcase: FluidClassDefinitionPrinterTest>>testPoint ... finished
starting testcase: FluidClassDefinitionPrinterTest>>testPointMinimalInformation ... finished
starting testcase: FluidClassDefinitionPrinterTest>>testProtoObject ... finished
starting testcase: FluidClassDefinitionPrinterTest>>testProtoObjectClass ... finished
starting testcase: FluidClassDefinitionPrinterTest>>testSystemAnnouncerClass ... finished
starting testcase: FractionTest>>testAsLargerPowerOfTwo ... finished
starting testcase: FractionTest>>testAsSmallerPowerOfTwo ... finished
starting testcase: FractionTest>>testCeiling ... finished
starting testcase: FractionTest>>testCoverage ... finished
starting testcase: FractionTest>>testDegreeCos ... finished
starting testcase: FractionTest>>testDegreeSin ... finished
starting testcase: FractionTest>>testExactRaisedTo ... finished
starting testcase: FractionTest>>testExactSqrt ... finished
starting testcase: FractionTest>>testFloor ... finished
starting testcase: FractionTest>>testFloorLog ... finished
starting testcase: FractionTest>>testFractionPrinting ... finished
starting testcase: FractionTest>>testInexactRaisedTo ... finished
starting testcase: FractionTest>>testInexactSqrt ... finished
starting testcase: FractionTest>>testIsPowerOfTwo ... finished
starting testcase: FractionTest>>testIvalidReadFrom ... finished
starting testcase: FractionTest>>testLn ... finished
starting testcase: FractionTest>>testLog ... finished
starting testcase: FractionTest>>testMethodsOfTheClassShouldNotBeRepeatedInItsSuperclasses ... finished
starting testcase: FractionTest>>testNew ... finished
starting testcase: FractionTest>>testNthRoot ... finished
starting testcase: FractionTest>>testRaisedToErrorConditions ... finished
starting testcase: FractionTest>>testReadFrom ... finished
starting testcase: FractionTest>>testReciprocal ... finished
starting testcase: FractionTest>>testRounded ... finished
starting testcase: FractionTest>>testRounding ... finished
starting testcase: FractionTest>>testSqrtErrorConditions ... finished
starting testcase: FractionTest>>testTraitExplicitRequirementMethodsMustBeImplementedInTheClassOrInASuperclass ... finished
starting testcase: FractionTest>>testTruncated ... finished
starting testcase: FractionTest>>testUnCategorizedMethods ... finished
starting testcase: IVsAndClassVarNamesConflictTest>>testOneCanProceedWhenIntroducingCapitalizedInstanceVariables ... finished
starting testcase: IVsAndClassVarNamesConflictTest>>testOneCanProceedWhenIntroducingClasseVariablesBeginingWithLowerCaseCharacters ... finished
starting testcase: IntegerDigitLogicTest>>testAndSingleBitWithMinusOne ... finished
starting testcase: IntegerDigitLogicTest>>testLargeShift ... finished
starting testcase: IntegerDigitLogicTest>>testMixedSignDigitLogic ... finished
starting testcase: IntegerDigitLogicTest>>testNBitAndNNegatedEqualsN ... finished
starting testcase: IntegerDigitLogicTest>>testNNegatedEqualsNComplementedPlusOne ... finished
starting testcase: IntegerDigitLogicTest>>testShiftMinusOne1LeftThenRight ... finished
starting testcase: IntegerDigitLogicTest>>testShiftOneLeftThenRight ... finished
starting testcase: IntegerTest>>testAsLargerPowerOfTwo ... finished
starting testcase: IntegerTest>>testAsSmallerPowerOfTwo ... finished
starting testcase: IntegerTest>>testAsStringWithCommas ... finished
starting testcase: IntegerTest>>testBadBase ... finished
starting testcase: IntegerTest>>testBenchFib ... finished
starting testcase: IntegerTest>>testBigReceiverInexactNthRoot ... finished
starting testcase: IntegerTest>>testBigReceiverInexactSqrt ... finished
starting testcase: IntegerTest>>testBitAnd ... finished
starting testcase: IntegerTest>>testBitAt ... finished
starting testcase: IntegerTest>>testBitClear ... finished
starting testcase: IntegerTest>>testBitLogic ... finished
starting testcase: IntegerTest>>testBitMask ... finished
starting testcase: IntegerTest>>testBitOr ... finished
starting testcase: IntegerTest>>testBitShift ... finished
starting testcase: IntegerTest>>testBitString ... finished
starting testcase: IntegerTest>>testBitXor ... finished
starting testcase: IntegerTest>>testCreationFromBytes1 ... finished
starting testcase: IntegerTest>>testCreationFromBytes2 ... finished
starting testcase: IntegerTest>>testCreationFromBytes3 ... finished
starting testcase: IntegerTest>>testCrossSumBase ... finished
starting testcase: IntegerTest>>testDegreeCos ... finished
starting testcase: IntegerTest>>testDegreeSin ... finished
starting testcase: IntegerTest>>testDifferentBases ... finished
starting testcase: IntegerTest>>testDigitSum ... finished
starting testcase: IntegerTest>>testDigitSumOnNegative ... finished
starting testcase: IntegerTest>>testDigitsAccess ... finished
starting testcase: IntegerTest>>testEven ... finished
starting testcase: IntegerTest>>testExactRaisedTo ... finished
starting testcase: IntegerTest>>testExactSqrt ... finished
starting testcase: IntegerTest>>testFactorial ... finished
starting testcase: IntegerTest>>testFloorLog ... finished
starting testcase: IntegerTest>>testHex ... finished
starting testcase: IntegerTest>>testHighBit ... finished
starting testcase: IntegerTest>>testHighBitOfMagnitude ... finished
starting testcase: IntegerTest>>testIntegerHex ... finished
starting testcase: IntegerTest>>testIntegerPadding ... finished
starting testcase: IntegerTest>>testIntegerReadsNotOkFromStream ... finished
starting testcase: IntegerTest>>testIntegerReadsNotOkFromString ... finished
starting testcase: IntegerTest>>testIntegerReadsOkFromStream ... finished
starting testcase: IntegerTest>>testIntegerReadsOkFromString ... finished
starting testcase: IntegerTest>>testIsAbstract ... finished
starting testcase: IntegerTest>>testIsInteger ... finished
starting testcase: IntegerTest>>testIsPowerOfTwo ... finished
starting testcase: IntegerTest>>testIsPowerOfTwoM6873 ... finished
starting testcase: IntegerTest>>testIsPrime ... finished
starting testcase: IntegerTest>>testIsPrime2 ... finished
starting testcase: IntegerTest>>testIsProbablyPrime ... finished
starting testcase: IntegerTest>>testLargePrimesUpTo ... finished
starting testcase: IntegerTest>>testLn ... finished
starting testcase: IntegerTest>>testLog ... finished
starting testcase: IntegerTest>>testLowBit ... finished
starting testcase: IntegerTest>>testNegativeIntegerPrinting ... finished
starting testcase: IntegerTest>>testNew ... finished
starting testcase: IntegerTest>>testNotInstantiable ... finished
starting testcase: IntegerTest>>testNthRoot ... finished
starting testcase: IntegerTest>>testNthRootErrorConditions ... finished
starting testcase: IntegerTest>>testNthRootExactness ... finished
starting testcase: IntegerTest>>testNthRootTruncated ... finished
starting testcase: IntegerTest>>testNumberOfDigits ... finished
starting testcase: IntegerTest>>testPositiveIntegerPrinting ... finished
starting testcase: IntegerTest>>testPrimesUpTo ... finished
starting testcase: IntegerTest>>testPrintOnBaseShowRadix ... finished
starting testcase: IntegerTest>>testPrintSeparatedByEverySignedOn ... finished
starting testcase: IntegerTest>>testPrintStringBase ... finished
starting testcase: IntegerTest>>testPrintStringHex ... finished
starting testcase: IntegerTest>>testRaisedToErrorConditions ... finished
starting testcase: IntegerTest>>testReadFrom ... finished
starting testcase: IntegerTest>>testReadFromWithError ... finished
starting testcase: IntegerTest>>testReciprocalModulo ... finished
starting testcase: IntegerTest>>testRomanPrinting ... finished
starting testcase: IntegerTest>>testRounding ... finished
starting testcase: IntegerTest>>testSlowFactorial ... finished
starting testcase: IntegerTest>>testSqrtErrorConditions ... finished
starting testcase: IntegerTest>>testSqrtFloor ... finished
starting testcase: IntegerTest>>testStoreOn ... finished
starting testcase: IntegerTest>>testStringAsNumber ... finished
starting testcase: IntegerTest>>testTwoComplementBitLogicWithCarry ... finished
starting testcase: IntegerTest>>testTwoComplementRightShift ... finished
starting testcase: LargeNegativeIntegerTest>>testByteAt ... finished
starting testcase: LargeNegativeIntegerTest>>testCoverage ... finished
starting testcase: LargeNegativeIntegerTest>>testDenormalizedPrintString ... finished
starting testcase: LargeNegativeIntegerTest>>testDigitAtPut ... finished
starting testcase: LargeNegativeIntegerTest>>testDigitLength ... finished
starting testcase: LargeNegativeIntegerTest>>testEmptyTemplate ... finished
starting testcase: LargeNegativeIntegerTest>>testMethodsOfTheClassShouldNotBeRepeatedInItsSuperclasses ... finished
starting testcase: LargeNegativeIntegerTest>>testMinimumNegativeIntegerArithmetic ... finished
starting testcase: LargeNegativeIntegerTest>>testNew ... finished
starting testcase: LargeNegativeIntegerTest>>testReplaceFromToWithStartingAt ... finished
starting testcase: LargeNegativeIntegerTest>>testSqrt ... finished
starting testcase: LargeNegativeIntegerTest>>testStoreOn ... finished
starting testcase: LargeNegativeIntegerTest>>testTraitExplicitRequirementMethodsMustBeImplementedInTheClassOrInASuperclass ... finished
starting testcase: LargeNegativeIntegerTest>>testUnCategorizedMethods ... finished
starting testcase: LargePositiveIntegerTest>>testBitShift ... finished
starting testcase: LargePositiveIntegerTest>>testCoverage ... finished
starting testcase: LargePositiveIntegerTest>>testDenormalizedPrintString ... finished
starting testcase: LargePositiveIntegerTest>>testDigitAt ... finished
starting testcase: LargePositiveIntegerTest>>testDigitAtPut ... finished
starting testcase: LargePositiveIntegerTest>>testDigitLength ... finished
starting testcase: LargePositiveIntegerTest>>testEmptyTemplate ... finished
starting testcase: LargePositiveIntegerTest>>testLargeSqrtFloor ... finished
starting testcase: LargePositiveIntegerTest>>testMethodsOfTheClassShouldNotBeRepeatedInItsSuperclasses ... finished
starting testcase: LargePositiveIntegerTest>>testMultDicAddSub ... finished
starting testcase: LargePositiveIntegerTest>>testNew ... finished
starting testcase: LargePositiveIntegerTest>>testNormalize ... finished
starting testcase: LargePositiveIntegerTest>>testReciprocalModulo ... finished
starting testcase: LargePositiveIntegerTest>>testReplaceFromToWithStartingAt ... finished
starting testcase: LargePositiveIntegerTest>>testSqrt ... finished
starting testcase: LargePositiveIntegerTest>>testStoreOn ... finished
starting testcase: LargePositiveIntegerTest>>testTraitExplicitRequirementMethodsMustBeImplementedInTheClassOrInASuperclass ... finished
starting testcase: LargePositiveIntegerTest>>testUnCategorizedMethods ... finished
starting testcase: LegacyClassDefinitionPrinterTest>>testArray ... finished
starting testcase: LegacyClassDefinitionPrinterTest>>testArrayedCollectionWithPoolDictionary ... finished
starting testcase: LegacyClassDefinitionPrinterTest>>testByteString ... finished
starting testcase: LegacyClassDefinitionPrinterTest>>testChronologyConstants ... finished
starting testcase: LegacyClassDefinitionPrinterTest>>testClassSideDoesNotShowPackage ... finished
starting testcase: LegacyClassDefinitionPrinterTest>>testMetaclass ... finished
starting testcase: LegacyClassDefinitionPrinterTest>>testMetaclassClass ... finished
starting testcase: LegacyClassDefinitionPrinterTest>>testPoint ... finished
starting testcase: LegacyClassDefinitionPrinterTest>>testProtoObject ... finished
starting testcase: LegacyClassDefinitionPrinterTest>>testSystemAnnouncerClass ... finished
starting testcase: LocalRecursionStopperTest>>testMixedMethod ... finished
starting testcase: LocalRecursionStopperTest>>testNoRecursion ... finished
starting testcase: LocalRecursionStopperTest>>testWithComplexRecursion ... finished
starting testcase: LocalRecursionStopperTest>>testWithRecursion ... finished
starting testcase: MagnitudeTest>>testBeBetweenAnd ... finished
starting testcase: MagnitudeTest>>testBetweenAnd ... finished
starting testcase: MagnitudeTest>>testCompareWithIfLesserIfEqualIfGreater ... finished
starting testcase: MagnitudeTest>>testMax ... finished
starting testcase: MagnitudeTest>>testMin ... finished
starting testcase: MagnitudeTest>>testMinMax ... finished
starting testcase: MagnitudeTest>>testThreeWayCompareTo ... finished
starting testcase: MessageNotUnderstoodTest>>testDescription ... finished
starting testcase: MetaClassTest>>testHasBindingThatBeginsWith ... finished
starting testcase: MonitorTest>>testExample1 ... finished
starting testcase: MonitorTest>>testExample2 ... finished
starting testcase: MonitorTest>>testWaitMaxMilliseconds ... finished
starting testcase: NumberTest>>testAsInteger ... finished
starting testcase: NumberTest>>testCoverage ... finished
starting testcase: NumberTest>>testFractionPart ... finished
starting testcase: NumberTest>>testIntegerPart ... finished
starting testcase: NumberTest>>testMethodsOfTheClassShouldNotBeRepeatedInItsSuperclasses ... finished
starting testcase: NumberTest>>testNew ... finished
starting testcase: NumberTest>>testOne ... finished
starting testcase: NumberTest>>testPercent ... finished
starting testcase: NumberTest>>testPrintShowingDecimalPlaces ... finished
starting testcase: NumberTest>>testPrintShowingDecimalPlaces2 ... finished
starting testcase: NumberTest>>testPrintShowingDecimalPlaces3 ... finished
starting testcase: NumberTest>>testRaisedTo ... finished
starting testcase: NumberTest>>testRaisedToInteger ... finished
starting testcase: NumberTest>>testRaisedToIntegerWithFloats ... finished
starting testcase: NumberTest>>testReadFrom ... finished
starting testcase: NumberTest>>testReciprocal ... finished
starting testcase: NumberTest>>testRounded ... finished
starting testcase: NumberTest>>testTraitExplicitRequirementMethodsMustBeImplementedInTheClassOrInASuperclass ... finished
starting testcase: NumberTest>>testUnCategorizedMethods ... finished
starting testcase: ObjectTest>>testAs ... finished
starting testcase: ObjectTest>>testBeRecursivelyReadOnlyObject ... finished
starting testcase: ObjectTest>>testBeRecursivelyWritableObject ... finished
starting testcase: ObjectTest>>testBecome ... finished
starting testcase: ObjectTest>>testBecomeForward ... finished
starting testcase: ObjectTest>>testCaseOf ... finished
starting testcase: ObjectTest>>testCaseOfOtherwise ... finished
starting testcase: ObjectTest>>testCoverage ... finished
starting testcase: ObjectTest>>testDisplayString ... finished
starting testcase: ObjectTest>>testDisplayStringLimitedString ... finished
starting testcase: ObjectTest>>testInstVarNamed ... finished
starting testcase: ObjectTest>>testInstVarNamedPut ... finished
starting testcase: ObjectTest>>testMethodsOfTheClassShouldNotBeRepeatedInItsSuperclasses ... finished
starting testcase: ObjectTest>>testNew ... finished
starting testcase: ObjectTest>>testPrintLimitedString ... finished
starting testcase: ObjectTest>>testPrintString ... finished
starting testcase: ObjectTest>>testReadSlot ... finished
starting testcase: ObjectTest>>testReadSlotNamed ... finished
starting testcase: ObjectTest>>testTraitExplicitRequirementMethodsMustBeImplementedInTheClassOrInASuperclass ... finished
starting testcase: ObjectTest>>testUnCategorizedMethods ... finished
starting testcase: ObjectTest>>testWriteSlotNamedValue ... finished
starting testcase: ObjectTest>>testWriteSlotValue ... finished
starting testcase: ObjectsAsMethodsTest>>testAddNumbers ... finished
starting testcase: ObjectsAsMethodsTest>>testAnswer42 ... finished
starting testcase: ObjectsAsMethodsTest>>testDNU ... finished
starting testcase: OldClassDefinitionPrinterTest>>testArray ... finished
starting testcase: OldClassDefinitionPrinterTest>>testArrayedCollectionWithPoolDictionary ... finished
starting testcase: OldClassDefinitionPrinterTest>>testByteString ... finished
starting testcase: OldClassDefinitionPrinterTest>>testChronologyConstants ... finished
starting testcase: OldClassDefinitionPrinterTest>>testClassSideDoesNotShowPackage ... finished
starting testcase: OldClassDefinitionPrinterTest>>testMetaclass ... finished
starting testcase: OldClassDefinitionPrinterTest>>testMetaclassClass ... finished
starting testcase: OldClassDefinitionPrinterTest>>testPoint ... finished
starting testcase: OldClassDefinitionPrinterTest>>testProtoObject ... finished
starting testcase: OldClassDefinitionPrinterTest>>testSystemAnnouncerClass ... finished
starting testcase: PragmaTest>>testAllNamed ... finished
starting testcase: PragmaTest>>testArgumentAt ... finished
starting testcase: PragmaTest>>testArgumentNamed ... finished
starting testcase: PragmaTest>>testArgumentNamedIfNone ... finished
starting testcase: PragmaTest>>testCopy ... finished
starting testcase: PragmaTest>>testEqual ... finished
starting testcase: PragmaTest>>testHash ... finished
starting testcase: PragmaTest>>testall ... finished
starting testcase: ProcessSpecificTest>>testDynamicVariable ... finished
starting testcase: ProcessSpecificTest>>testDynamicVariableAccessFromDifferentProcess ... finished
starting testcase: ProcessSpecificTest>>testDynamicVariableBlockReturnValue ... finished
starting testcase: ProcessSpecificTest>>testDynamicVariableRemovedAfterUse ... finished
starting testcase: ProcessSpecificTest>>testExecutionEnvironment ... finished
starting testcase: ProcessSpecificTest>>testInheritableVariable ... finished
starting testcase: ProcessSpecificTest>>testInheritingExecutionEnvironment ... finished
starting testcase: ProcessSpecificTest>>testLocalVariable ... finished
starting testcase: ProcessTerminateBugTest>>testSchedulerTermination ... finished
starting testcase: ProcessTerminateBugTest>>testTerminationDuringUnwind ... finished
starting testcase: ProcessTerminateBugTest>>testUnwindFromActiveProcess ... finished
starting testcase: ProcessTerminateBugTest>>testUnwindFromForeignProcess ... finished
starting testcase: ProtoObjectTest>>testCoverage ... finished
starting testcase: ProtoObjectTest>>testFastPointersTo ... finished
starting testcase: ProtoObjectTest>>testFlag ... finished
starting testcase: ProtoObjectTest>>testIfNil ... finished
starting testcase: ProtoObjectTest>>testIfNilIfNotNil ... finished
starting testcase: ProtoObjectTest>>testIfNotNil ... finished
starting testcase: ProtoObjectTest>>testIfNotNilIfNil ... finished
starting testcase: ProtoObjectTest>>testIsImmediateObject ... finished
starting testcase: ProtoObjectTest>>testIsNil ... finished
starting testcase: ProtoObjectTest>>testMethodsOfTheClassShouldNotBeRepeatedInItsSuperclasses ... finished
starting testcase: ProtoObjectTest>>testNew ... finished
starting testcase: ProtoObjectTest>>testNextObject ... finished
starting testcase: ProtoObjectTest>>testNotTheSame ... finished
starting testcase: ProtoObjectTest>>testPointersTo ... finished
starting testcase: ProtoObjectTest>>testPointersToCycle ... finished
starting testcase: ProtoObjectTest>>testTraitExplicitRequirementMethodsMustBeImplementedInTheClassOrInASuperclass ... finished
starting testcase: ProtoObjectTest>>testUnCategorizedMethods ... finished
starting testcase: RecursionStopperTest>>testMixedMethod ... finished
starting testcase: RecursionStopperTest>>testNoRecursion ... finished
starting testcase: RecursionStopperTest>>testThreadSafe ... finished
starting testcase: RecursionStopperTest>>testWithRecursion ... finished
starting testcase: ScaledDecimalTest>>testAsNumber ... finished
starting testcase: ScaledDecimalTest>>testAsNumberNegatedWithoutDecimalPoint ... finished
starting testcase: ScaledDecimalTest>>testAsNumberNegatedWithoutDecimalPoint2 ... finished
starting testcase: ScaledDecimalTest>>testAsNumberWithExtendedScale ... finished
starting testcase: ScaledDecimalTest>>testAsNumberWithRadix ... finished
starting testcase: ScaledDecimalTest>>testAsNumberWithSuperfluousDecimalPoint ... finished
starting testcase: ScaledDecimalTest>>testAsNumberWithoutDecimalPoint ... finished
starting testcase: ScaledDecimalTest>>testAsNumberWithoutDecimalPoint2 ... finished
starting testcase: ScaledDecimalTest>>testCoercion ... finished
starting testcase: ScaledDecimalTest>>testConvertFromDecimalFraction ... finished
starting testcase: ScaledDecimalTest>>testConvertFromFloat ... finished
starting testcase: ScaledDecimalTest>>testConvertFromFraction ... finished
starting testcase: ScaledDecimalTest>>testConvertFromInteger ... finished
starting testcase: ScaledDecimalTest>>testConvertFromIntegerWithScale ... finished
starting testcase: ScaledDecimalTest>>testConvertFromNonDecimalFraction ... finished
starting testcase: ScaledDecimalTest>>testCoverage ... finished
starting testcase: ScaledDecimalTest>>testExactNthRoot ... finished
starting testcase: ScaledDecimalTest>>testExactSqrt ... finished
starting testcase: ScaledDecimalTest>>testInexactNthRoot ... finished
starting testcase: ScaledDecimalTest>>testInexactSqrt ... finished
starting testcase: ScaledDecimalTest>>testIsLiteral ... finished
starting testcase: ScaledDecimalTest>>testLiteral ... finished
starting testcase: ScaledDecimalTest>>testMethodsOfTheClassShouldNotBeRepeatedInItsSuperclasses ... finished
starting testcase: ScaledDecimalTest>>testNew ... finished
starting testcase: ScaledDecimalTest>>testOneRaisedToInteger ... finished
starting testcase: ScaledDecimalTest>>testPrintString ... finished
starting testcase: ScaledDecimalTest>>testRaisedToInteger ... finished
starting testcase: ScaledDecimalTest>>testReadFrom ... finished
starting testcase: ScaledDecimalTest>>testRounded ... finished
starting testcase: ScaledDecimalTest>>testScaleExtension ... finished
starting testcase: ScaledDecimalTest>>testStoreOnRoundTrip ... finished
starting testcase: ScaledDecimalTest>>testTraitExplicitRequirementMethodsMustBeImplementedInTheClassOrInASuperclass ... finished
starting testcase: ScaledDecimalTest>>testUnCategorizedMethods ... finished
starting testcase: ScaledDecimalTest>>testZeroRaisedToInteger ... finished
starting testcase: SemaphoreTest>>testAfterCriticalWait ... finished
starting testcase: SemaphoreTest>>testCoverage ... finished
starting testcase: SemaphoreTest>>testCritical ... finished
starting testcase: SemaphoreTest>>testCriticalIfError ... finished
starting testcase: SemaphoreTest>>testInCriticalWait ... finished
starting testcase: SemaphoreTest>>testMethodsOfTheClassShouldNotBeRepeatedInItsSuperclasses ... finished
starting testcase: SemaphoreTest>>testMutualExclusion ... finished
starting testcase: SemaphoreTest>>testNew ... finished
starting testcase: SemaphoreTest>>testReturnsAsManyWaitsAsSignalsReceived ... finished
starting testcase: SemaphoreTest>>testSchedulesFIFO ... finished
starting testcase: SemaphoreTest>>testSimpleCommunication ... finished
starting testcase: SemaphoreTest>>testTraitExplicitRequirementMethodsMustBeImplementedInTheClassOrInASuperclass ... finished
starting testcase: SemaphoreTest>>testUnCategorizedMethods ... finished
starting testcase: SemaphoreTest>>testWaitAndWaitTimeoutTogether ... 
[Pipeline] archiveArtifacts
Archiving artifacts
Recording fingerprints
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // node
[Pipeline] }
Failed in branch Windows-x86_64
Running on pharo-ci-jenkins2-bootstrap-unix in /builds/workspace/pharo-vm_PR-162
[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] stage
[Pipeline] { (Tests-Linux-x86_64-CoInterpreter)
[Pipeline] unstash
[Pipeline] sh
+ mkdir runTests
[Pipeline] dir
Running in /builds/workspace/pharo-vm_PR-162/runTests
[Pipeline] {
[Pipeline] sh
+ wget -O - get.pharo.org/64/90
--2021-03-10 12:59:01--  http://get.pharo.org/64/90
Resolving get.pharo.org (get.pharo.org)... + bash
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: 3244 (3.2K)
Saving to: ‘STDOUT’

     0K ...                                                   100%  144M=0s

2021-03-10 12:59:01 (144 MB/s) - written to stdout [3244/3244]

Downloading the latest 90 Image:
    http://files.pharo.org/get-files/90/pharo64.zip
Pharo.image
[Pipeline] sh
+ echo 90
[Pipeline] sh
+ unzip ../build/build/packages/PharoVM-9.0.0-1181fa2-Linux-x86_64-bin.zip -d .
Archive:  ../build/build/packages/PharoVM-9.0.0-1181fa2-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] 2021-03-10 12:59:05.000 logParameters (src/parameters.c:279):Image file name: Pharo.image
[DEBUG] 2021-03-10 12:59:05.000 logParameters (src/parameters.c:280):Is default Image: no
[DEBUG] 2021-03-10 12:59:05.000 logParameters (src/parameters.c:281):Is interactive session: no
[DEBUG] 2021-03-10 12:59:05.000 logParameterVector (src/parameters.c:269):vmParameters [count = 3]:
[DEBUG] 2021-03-10 12:59:05.000 logParameterVector (src/parameters.c:272): ./lib/pharo
[DEBUG] 2021-03-10 12:59:05.000 logParameterVector (src/parameters.c:272): --logLevel=4
[DEBUG] 2021-03-10 12:59:05.000 logParameterVector (src/parameters.c:272): --headless
[DEBUG] 2021-03-10 12:59:05.000 logParameterVector (src/parameters.c:269):imageParameters [count = 4]:
[DEBUG] 2021-03-10 12:59:05.000 logParameterVector (src/parameters.c:272): test
[DEBUG] 2021-03-10 12:59:05.000 logParameterVector (src/parameters.c:272): --junit-xml-output
[DEBUG] 2021-03-10 12:59:05.000 logParameterVector (src/parameters.c:272): --stage-name=Tests-Linux-x86_64-CoInterpreter
[DEBUG] 2021-03-10 12:59:05.000 logParameterVector (src/parameters.c:272): .*
[INFO ] 2021-03-10 12:59:05.000 vm_main_with_parameters (src/client.c:110):Opening Image: Pharo.image
[DEBUG] 2021-03-10 12:59:05.000 vm_main_with_parameters (src/client.c:132):Working Directory /builds/workspace/pharo-vm_PR-162/runTests
[DEBUG] 2021-03-10 12:59:05.000 vm_main_with_parameters (src/client.c:134):sizeof(int): 4
[DEBUG] 2021-03-10 12:59:05.000 vm_main_with_parameters (src/client.c:135):sizeof(long): 8
[DEBUG] 2021-03-10 12:59:05.000 vm_main_with_parameters (src/client.c:136):sizeof(long long): 8
[DEBUG] 2021-03-10 12:59:05.000 vm_main_with_parameters (src/client.c:137):sizeof(void*): 8
[DEBUG] 2021-03-10 12:59:05.000 vm_main_with_parameters (src/client.c:138):sizeof(sqInt): 8
[DEBUG] 2021-03-10 12:59:05.000 vm_main_with_parameters (src/client.c:139):sizeof(sqLong): 8
[DEBUG] 2021-03-10 12:59:05.000 vm_main_with_parameters (src/client.c:140):sizeof(float): 4
[DEBUG] 2021-03-10 12:59:05.000 vm_main_with_parameters (src/client.c:141):sizeof(double): 8
[DEBUG] 2021-03-10 12:59:05.000 runOnMainThread (src/client.c:256):Running VM on main thread
[DEBUG] 2021-03-10 12:59:05.000 sqAllocateMemory (src/memoryUnix.c:107):Trying to load the image in 0x3055000
[DEBUG] 2021-03-10 12:59:05.000 sqAllocateMemory (src/memoryUnix.c:149):Loading the image in 0x3055000
[WARN ] 2021-03-10 12:59:06.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: SecurityPlugin
[WARN ] 2021-03-10 12:59:06.000 beatStateMachine (extracted/vm/src/common/heartbeat.c:376):pthread_setschedparam failed: Operation not permitted
[WARN ] 2021-03-10 12:59:06.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveTimezoneOffset
[WARN ] 2021-03-10 12:59:06.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveFileMasks
[WARN ] 2021-03-10 12:59:06.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveDirectoryDelimitor
[WARN ] 2021-03-10 12:59:06.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveResolverStatus
[WARN ] 2021-03-10 12:59:06.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveResolverLocalAddress
[WARN ] 2021-03-10 12:59:06.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveResolverHostNameSize
[WARN ] 2021-03-10 12:59:06.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveResolverHostNameResult
[WARN ] 2021-03-10 12:59:06.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: MD5Plugin
[WARN ] 2021-03-10 12:59:06.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveFileStdioHandles
[WARN ] 2021-03-10 12:59:06.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: SDL2DisplayPlugin
Running tests in 772 Packages
[WARN ] 2021-03-10 12:59:06.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)
[WARN ] 2021-03-10 13:01:08.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: ZipPlugin
[WARN ] 2021-03-10 13:01:08.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: ZipPlugin
[WARN ] 2021-03-10 13:01:08.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: ZipPlugin
[WARN ] 2021-03-10 13:01:08.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: ZipPlugin
[WARN ] 2021-03-10 13:01:15.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveResolverStartNameLookup
[WARN ] 2021-03-10 13:01:15.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveResolverNameLookupResult
[WARN ] 2021-03-10 13:01:21.000 sqAllocateMemorySegmentOfSizeAboveAllocatedSizeInto (src/memoryUnix.c:194):sqAllocateMemorySegmentOfSizeAboveAllocatedSizeInto mmap: Cannot allocate memory
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 ] 2021-03-10 13:01:27.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primMontgomeryDigitLength
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: UndefinedObject>>DoIt (temp is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (temp 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 ] 2021-03-10 13:02:35.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: clipboardWriteFromAt
[WARN ] 2021-03-10 13:02:35.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: clipboardSize
[WARN ] 2021-03-10 13:02:35.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: clipboardReadIntoAt

Segmentation fault Wed Mar 10 13:03:49 2021


/builds/workspace/pharo-vm_PR-162/runTests/lib/pharo
PharoVM version:5.0-Pharo 9.0.0 built on Mar 10 2021 12:06:43 Compiler: 5.4.0 20160609 5.4.0 20160609 [Production Spur 64-bit VM]
Built from: CoInterpreter VMMaker-tonel.1 uuid: b742f35e-8e79-0d00-98f1-16150cdb63de Mar 10 2021
 With:StackToRegisterMappingCogit VMMaker-tonel.1 uuid: b742f35e-8e79-0d00-98f1-16150cdb63de Mar 10 2021
 Revision: v8.1.0-alpha-1508-g1181fa2 - Commit: 1181fa2 - Date: 2021-03-10 11:45:06 +0100

C stack backtrace & registers:
	rax 0x023ef510 rbx 0x04ac1430 rcx 0x04ac1430 rdx 0x30578b4808798b48
	rdi 0x0310ce70 rsi 0x0310ce70 rbp 0x7ffebd422338 rsp 0x7ffebd40e498
	r8  0x047aac00 r9  0x04ac1430 r10 0x03101720 r11 0x064dcb30
	r12 0x030ee180 r13 0x04ac1328 r14 0x030ee180 r15 0x04ac1430
	rip 0x7fe7547a591b
*/builds/workspace/pharo-vm_PR-162/runTests/./lib/libPharoVMCore.so(recordMethodActivatedAfterStackCheckOffset+0xb)[0x7fe7547a591b]
/builds/workspace/pharo-vm_PR-162/runTests/./lib/libPharoVMCore.so(+0xc4ed3)[0x7fe754806ed3]
/builds/workspace/pharo-vm_PR-162/runTests/./lib/libPharoVMCore.so(doReport+0xb0)[0x7fe7548071f0]
/builds/workspace/pharo-vm_PR-162/runTests/./lib/libPharoVMCore.so(sigsegv+0x55)[0x7fe7548072a5]
/lib/x86_64-linux-gnu/libc.so.6(+0x354c0)[0x7fe7543ad4c0]
/builds/workspace/pharo-vm_PR-162/runTests/./lib/libPharoVMCore.so(recordMethodActivatedAfterStackCheckOffset+0xb)[0x7fe7547a591b]
/builds/workspace/pharo-vm_PR-162/runTests/./lib/libPharoVMCore.so(ceStackOverflow+0x3a)[0x7fe7547f154a]
[0x30554c4]
[0xffffffffffffffff]

Can't dump Smalltalk stack(s). Not in VM thread

Most recent primitives
relinquishProcessorForMicroseconds:
nowTick
signal
nowTick
primSignal:atUTCMicroseconds:
wait
yield
wait
signal
@
truncated
millisecondClockValue
millisecondClockValue
yield
wait
signal
@
truncated
millisecondClockValue
millisecondClockValue
wait
signal
signal
nowTick
nowTick
nowTick
primSignal:atUTCMicroseconds:
wait
wait
relinquishProcessorForMicroseconds:
relinquishProcessorForMicroseconds:
nowTick
signal
signal
nowTick
primSignal:atUTCMicroseconds:
wait
yield

at:
at:
at:
at:
at:
primitiveGarbageCollect
**FullGC**
nowTick
waitForUserSignalled:orExpired:
*
*
+
primSignal:atUTCMicroseconds:
wait
value
valueNoContextSwitch
critical:
critical:
extraWorldList
signal
size
indexOf:startingAt:ifAbsent:
~=
at:
value:
basicNew
-
>
basicNew
shallowCopy
x
y
@
dotProduct:
dotProduct:
dotProduct:
<
asFloat
sqrt
=
=
truncated
squared
=
=
first
class
millisecondClockValue
triggerAlarmsBefore:
isEmpty
on:do:
size
size
doInterCycleWait
lastDrawCycleTime
lastDrawCycleTime
lastDrawCycleTime
yield
quo:
rem:
rem:
rem:
rem:
basicNew
integerPart
integerPart
integerPart
asMilliSeconds
asMilliSeconds
at:
at:
bitShift:
class
bitAnd:
bitAnd:
bitAnd:
bitAnd:
//
basicNew
basicNew
class
beingWaitedOn
beingWaitedOn
scheduleAtTimingPriority
tickAfterMilliseconds:
tickAfterMilliseconds:
tickAfterMilliseconds:
add:
add:
at:put:
upHeap:
upHeap:
nowTick
nowTick
primSignal:atUTCMicroseconds:
wait
wait
signal
@
truncated
millisecondClockValue
millisecondClockValue
wait
signal
signal
nowTick
upHeap:
upHeap:
value:value:
<=
<=
nowTick
nowTick
primSignal:atUTCMicroseconds:
wait
ifCurtailed:
ifCurtailed:
wait
relinquishProcessorForMicroseconds:
relinquishProcessorForMicroseconds:
nowTick
timingPrioritySignalExpired
privateRemoveAt:
privateRemoveAt:
privateRemoveAt:
privateRemoveAt:
downHeapSingle:
downHeapSingle:
downHeapSingle:
nowTick
primSignal:atUTCMicroseconds:
wait
yield
wait
signal
@
truncated
millisecondClockValue
millisecondClockValue
yield
wait
signal
@
truncated
millisecondClockValue
millisecondClockValue
yield
wait
signal
@
truncated
millisecondClockValue
millisecondClockValue
wait
signal
signal
nowTick
nowTick
nowTick
primSignal:atUTCMicroseconds:
wait
wait
relinquishProcessorForMicroseconds:
relinquishProcessorForMicroseconds:
nowTick
signal
nowTick
primSignal:atUTCMicroseconds:
wait
yield
wait
signal
@
truncated
millisecondClockValue
millisecondClockValue
yield
wait
signal
@
truncated
millisecondClockValue
millisecondClockValue
wait
signal
signal
nowTick
nowTick
nowTick
primSignal:atUTCMicroseconds:
wait
wait
relinquishProcessorForMicroseconds:
relinquishProcessorForMicroseconds:
nowTick
signal
nowTick
primSignal:atUTCMicroseconds:
wait
yield
wait
signal
@
truncated
millisecondClockValue
millisecondClockValue
yield
wait
signal
@
truncated
millisecondClockValue
millisecondClockValue
wait
signal
signal
nowTick

stack page bytes 8192 available headroom 5576 minimum unused headroom 5952

	(Segmentation fault)
Aborted
[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: TaskIt-Tests
starting testcase: TKTBasicTaskTest>>testFutureExecutes ... finished
starting testcase: TKTBasicTaskTest>>testFutureExecutesByDefaultInGlobalWorkerPool ... finished
starting testcase: TKTBasicTaskTest>>testFutureExecutesConcurrently ... finished
starting testcase: TKTBasicTaskTest>>testFutureReturnsAssociatedFutureObject ... finished
starting testcase: TKTBasicTaskTest>>testFutureWithFutureInsideSchedulesOk ... finished
starting testcase: TKTBasicTaskTest>>testScheduleExecutes ... finished
starting testcase: TKTCommonQueueWorkerPoolTest>>testWorkerPoolCretesWorkersWhenExecutingATask ... finished
starting testcase: TKTCommonQueueWorkerPoolTest>>testWorkerPoolDoesNotExceedPoolSize ... finished
starting testcase: TKTCommonQueueWorkerPoolTest>>testWorkerPoolDoesNotExceedPoolSizeWhenSchedulingTasksInParallel ... finished
starting testcase: TKTCommonQueueWorkerPoolTest>>testWorkerPoolStopStopsWorkers ... finished
starting testcase: TKTCommonQueueWorkerPoolTest>>testWorkerPoolWorkersAreStoppedAfterPoolsCollection ... finished
starting testcase: TKTCommonQueueWorkerPoolTest>>testWorkerPoolWorkersProcessesAreStoppedAfterPoolsCollection ... finished
starting testcase: TKTCommonQueueWorkerPoolTest>>testWorkerPoolWorkersProcessesAreTerminatedAfterPoolsCollection ... finished
starting testcase: TKTFutureTest>>testCannotDeployFailureTwiceIntoFuture ... finished
starting testcase: TKTFutureTest>>testCannotDeployTwiceIntoFuture ... finished
starting testcase: TKTFutureTest>>testFutureAndThenExecutesInOrder ... finished
starting testcase: TKTFutureTest>>testFutureAndThenFailsIfFirstFails ... finished
starting testcase: TKTFutureTest>>testFutureAndThenSuccessIfAndThenFails ... finished
starting testcase: TKTFutureTest>>testFutureAndThenThenFailuresAreJustSkipped ... finished
starting testcase: TKTFutureTest>>testFutureCollectFailsOnFailingMapFunction ... finished
starting testcase: TKTFutureTest>>testFutureCollectFailsOnFailure ... finished
starting testcase: TKTFutureTest>>testFutureCollectSuccessOnSuccess ... finished
starting testcase: TKTFutureTest>>testFutureExecutesInNewProcessRunner ... finished
starting testcase: TKTFutureTest>>testFutureExecutesInSameLocalProcessRunner ... finished
starting testcase: TKTFutureTest>>testFutureFailureCallbackExecutesInSameLocalProcessRunner ... finished
starting testcase: TKTFutureTest>>testFutureFailureCallbackExecutesInSameNewProcessRunner ... finished
starting testcase: TKTFutureTest>>testFutureFailureCallbackExecutesInSameWorker ... finished
starting testcase: TKTFutureTest>>testFutureFailureCallbackIsCalledAfterFailureIsDeployed ... finished
starting testcase: TKTFutureTest>>testFutureFailureCallbackIsCalledIfFailureWasAlreadyDeployed ... finished
starting testcase: TKTFutureTest>>testFutureFallbackToFailsIfBothFail ... finished
starting testcase: TKTFutureTest>>testFutureFallbackToHasFirstValueIfFirstSuccess ... finished
starting testcase: TKTFutureTest>>testFutureFallbackToHasSecondValueIfFirstFailsAndSecondSuccess ... finished
starting testcase: TKTFutureTest>>testFutureFirstCompleteOfFailsIfFirstFailsFaster ... finished
starting testcase: TKTFutureTest>>testFutureFirstCompleteOfFailsIfSecondFailsFaster ... finished
starting testcase: TKTFutureTest>>testFutureFirstCompleteOfSuccessIfFirstSuccessFaster ... finished
starting testcase: TKTFutureTest>>testFutureFirstCompleteOfSuccessIfSecondSuccessFaster ... finished
starting testcase: TKTFutureTest>>testFutureFlatCollectFailsOnFailingMapFunction ... finished
starting testcase: TKTFutureTest>>testFutureFlatCollectFailsOnMappedFutureFailure ... finished
starting testcase: TKTFutureTest>>testFutureFlatCollectFailsOnSelfFailure ... finished
starting testcase: TKTFutureTest>>testFutureFlatCollectSuccessOnMappedFutureSuccess ... finished
starting testcase: TKTFutureTest>>testFutureIsFinishedIfFailureWasAlreadyDeployed ... finished
starting testcase: TKTFutureTest>>testFutureIsFinishedIfValueWasAlreadyDeployed ... finished
starting testcase: TKTFutureTest>>testFutureOnDoFailsOnFailingExceptionHandler ... finished
starting testcase: TKTFutureTest>>testFutureOnDoFailsOnTrappingWrongException ... finished
starting testcase: TKTFutureTest>>testFutureOnDoSucceedsOnSuccess ... finished
starting testcase: TKTFutureTest>>testFutureOnDoSucceedsOnTrappingCorrectException ... finished
starting testcase: TKTFutureTest>>testFutureSelectFailsOnFailingPredicate ... finished
starting testcase: TKTFutureTest>>testFutureSelectFailsOnFailure ... finished
starting testcase: TKTFutureTest>>testFutureSelectFailsOnNonSatisfyingCondition ... finished
starting testcase: TKTFutureTest>>testFutureSelectSuccessOnSatisfyingCondition ... finished
starting testcase: TKTFutureTest>>testFutureSuccessCallbackExecutesInNewProcess ... finished
starting testcase: TKTFutureTest>>testFutureSuccessCallbackExecutesInSameLocalProcessRunner ... finished
starting testcase: TKTFutureTest>>testFutureSuccessCallbackExecutesInSameNewProcessRunner ... finished
starting testcase: TKTFutureTest>>testFutureSuccessCallbackExecutesInSameWorker ... finished
starting testcase: TKTFutureTest>>testFutureSuccessCallbackExecutesInSameWorkerRunner ... finished
starting testcase: TKTFutureTest>>testFutureSuccessCallbackIsCalledAfterValueIsDeployed ... finished
starting testcase: TKTFutureTest>>testFutureSuccessCallbackIsCalledIfValueWasAlreadyDeployed ... finished
starting testcase: TKTFutureTest>>testFutureSuccessCallbackIsNotCalledIfFailureWasAlreadyDeployed ... finished
starting testcase: TKTFutureTest>>testFutureZipFailsIfFirstFails ... finished
starting testcase: TKTFutureTest>>testFutureZipFailsIfSecondFails ... finished
starting testcase: TKTFutureTest>>testFutureZipSuccessIfBothSuccess ... finished
starting testcase: TKTFutureTest>>testNewFutureIsNotFinished ... finished
starting testcase: TKTLocalProcessTaskRunnerTest>>testLocalProcessTaskRunnerExceptionIsHandledByExceptionHandler ... finished
starting testcase: TKTLocalProcessTaskRunnerTest>>testLocalProcessTaskRunnerRunsInLocalProcess ... finished
starting testcase: TKTNewProcessTaskRunnerTest>>testNewProcessTaskRunnerExceptionIsHandledByExceptionHandler ... finished
starting testcase: TKTNewProcessTaskRunnerTest>>testNewProcessTaskRunnerRunsInNewProcessEveryTime ... finished
starting testcase: TKTNewProcessTaskRunnerTest>>testNewProcessTaskRunnerRunsNeverInLocalProcess ... finished
starting testcase: TKTParameterizedServiceTest>>testServiceExecutesStartUpOnStart ... finished
starting testcase: TKTParameterizedServiceTest>>testServiceExecutesTearDownOnStop ... finished
starting testcase: TKTParameterizedServiceTest>>testServiceRunsAfterStart ... finished
starting testcase: TKTPharoProcessProviderTest>>testNewProcessIsPharoProcess ... finished
starting testcase: TKTServiceManagerTest>>testCannotStartTwoServicesWithSameName ... finished
starting testcase: TKTServiceManagerTest>>testServiceIsExecutedMultipleTimes ... finished
starting testcase: TKTServiceManagerTest>>testStopServiceStopsUnderlyingWorker ... finished
starting testcase: TKTServiceMemoryLeakTest>>testServiceInstancesAreCollectedAfterStartingAndStoppingService ... 
[Pipeline] archiveArtifacts
Archiving artifacts
Recording fingerprints
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // node
[Pipeline] }
Failed in branch Linux-x86_64
[Pipeline] // parallel
[Pipeline] End of Pipeline

GitHub has been notified of this commit’s build result

ERROR: script returned exit code 134
Finished: FAILURE